Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Persistent appbar across PageView possible?
HiI posted this to Stack Overflow last week but it didn't get a response so hopefully a helpful redditor can help me out.Basically I want to have an app with three pages in a PageView that can be swiped between, a bottom navigator down the bottom to aid this navigation, and an appbar at the top. My problem is that if I create an appbar on each page it swipes in along with the rest of the page content (which looks a bit stupid). Ideally I just want to have a static bottom nav bar and top app bar and have the page content in between swipe in.I have it set up the way I want with one main .dart page with the bottom nav, pageview and appbar. Then three seperate content .dart files/pages. The issue is that I cant access the appbar to change actions/title from the content pages.There is a gif and better explanation in the SO post if anyone cares to look.Any guidance would be greatly appreciated.

Submitted July 02, 2018 at 01:11AM by anonymous_labrador
via reddit https://ift.tt/2KA1ZKU
GGroup: ExpansionPanel Error
I'm working on implementing an ExpansionPanelList and can't seem to get around the following error "isExpanded can't be used as a setter because it's final". Any idea on what I am doing wrong here? import 'package:flutter/material.dart'; class ExamplePage extends StatefulWidget { @override

Submitted July 02, 2018 at 03:32AM by Barrett Studdard
via Flutter Dev https://ift.tt/2lOvFpz
GGroup: Title style
Hello, Good Night!! How to customize this title appbar? void main() { runApp(new MaterialApp( title: "How to customize style this title appbar?", home: new OlaMundo(), debugShowCheckedModeBanner: false, )); } Tks Patrick

Submitted July 02, 2018 at 04:04AM by Patrick Queiroz
via Flutter Dev https://ift.tt/2tLch14
Reddit: I am learning flutter and I would like to know what is the best design pattern for flutter, and if they have any tutorials, sample codes, etc. thank you very much
No text found

Submitted July 02, 2018 at 02:15PM by Basketball-ICO
via reddit https://ift.tt/2tNeN6Z
GGroup: firebase_auth sample
Hi, I was wondering if anyone has a project utilizing the firebase_auth plugin, but more comprehensive than the example provided, specifically with routing? I looked over Brian Egan's firestore_redux example, but its a little over my head, not being very familiar with redux. Any help is

Submitted July 02, 2018 at 04:45PM by David Carr
via Flutter Dev https://ift.tt/2KK4mrq
GGroup: Notifications
I have to create a notification that gets sent on the first Saturday of every month, so does anyone know how to do this?

Submitted July 02, 2018 at 04:56PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2Nd916N
GGroup: Problems building flutter_engine on Windows
I've followed the contributing.md instructions from the flutter engine repo and successfully set up a windows build environment, run gclient sync, and run the python script python .\flutter\tools\gn --unoptimized --runtime-mode=debug to built a visual studio 2017 project and opened that in

Submitted July 03, 2018 at 01:33AM by James Clarke
via Flutter Dev https://ift.tt/2tNuWJH
Reddit: looking for a codeveloper
looking to codevelop an app with somebody, i've been using flutter for 3 months now. understand basic layouts. I'd say I'm more of a designer than a backend guy but I can learn anything. I have a good idea for an app, dm me if interested.

Submitted July 03, 2018 at 06:17AM by alaricat
via reddit https://ift.tt/2KFbnNa
GGroup: Flutter-Carousel ---fitting images
how can I provide full screen of pictures. for each device. how can I do it? import 'package:flutter/material.dart'; import 'package:carousel_slider/carousel_slider.dart'; final List imgList = [ ' https://ift.tt/2lPuBSn

Submitted July 03, 2018 at 09:34AM by Veysel Kaya
via Flutter Dev https://ift.tt/2z78Arr
Reddit: Flutter Playground Repository
Here is my Flutter Playground app repository, contains some of examples that I have implemented.Will add more examples soon.https://github.com/ibhavikmakwana/FlutterPlayground

Submitted July 03, 2018 at 09:58AM by ibhavikmakwana
via reddit https://ift.tt/2lOaMKY
GGroup: WebSocket.connect() fails when on cellular network
When using a real Android device I cannot connect to a WebSocket server when using cellular network. Over WIFI it works like expected. Looking server side it seems that the device does not start a proper handshake. The *Connection* header is *keep-alive *over cellular network while over WIFI it

Submitted July 03, 2018 at 01:46PM by Maik Mewes
via Flutter Dev https://ift.tt/2KMvpSA
GGroup: TextFields and Labels
Hi all, Is there a way to change the position and style for the labelText? I couldn't find any good examples. I know there is a labelStyle property but doesn't give any examples. I need the label next to the text field instead of on the top. My current approach has a Row with a Text wrapped in

Submitted July 03, 2018 at 02:50PM by Marc Andrew
via Flutter Dev https://ift.tt/2NpmIj8
Reddit: I created a simple drop in file for @flutterio to show a native "What's New" screen for showcasing new features for the user! Supports as many items as you need, item navigation, dark mode support, Native Alert Popups and Native Buttons. 👌🏼
https://ift.tt/2KDpKBz

Submitted July 03, 2018 at 03:29PM by SoundDr
via reddit https://ift.tt/2KIj2Hj
Reddit: A Complete Guide to the Flutter SDK & Flutter Framework for building native iOS and Android apps
https://ift.tt/2tYQOB9

Submitted July 03, 2018 at 05:48PM by nishanjki
via reddit https://ift.tt/2lUvqsR