Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: OverflowBox can't be touched?
I need to build a bottomNavigationBar with a vertical overflow TabBar item, so I tried to use OverflowBox,it looks like useful. but there is another problew,the overflowed part cannot respond to the button. so what should I do make the GestureDetector effective? or you have other ways to build

Submitted September 01, 2018 at 06:24PM by huang
via Flutter Dev https://ift.tt/2C4a3QS
Reddit: Flutter: Using Overlay to display floating widgets – SAUGO 360 – Medium
https://ift.tt/2wwDbes

Submitted September 01, 2018 at 07:56PM by aalhamali
via reddit https://ift.tt/2NGXBYC
GGroup: Bloc with InheritedWidget
I just got started with Flutter for my new project. I implemented the Bloc Pattern recently with the project. I want the Bloc object to be accessed across the tree. So decided to wrap it around InhertitedWidget and wrap the MaterialApp widget around that InheritedWidget. Here is some code:

Submitted September 02, 2018 at 02:49AM by Harsh Bhikadia
via Flutter Dev https://ift.tt/2Pu76eu
Reddit: The Flutterdev Discord chat just reached 800 members!
We've really seen a lot of growth recently. There are channels to get support, collaborate, discuss design, showing off what you've built, and many more. Come and join us!

Submitted September 02, 2018 at 01:13AM by JaapVermeulen
via reddit https://ift.tt/2wzXvf7
GGroup: Named arguments
Dear all, I am taking the flutter udacity course. It's fun. I am also learning Dart at the same time. It's a beautiful language. The flutter course teaches the class invocation arguments being named with "name: parameter" syntax. Effective Darts says to use "name = thing" syntax (for functions

Submitted September 02, 2018 at 12:21PM by Brian Oney
via Flutter Dev https://ift.tt/2LNeW0k
Reddit: Customizable indicators for your PageViews: CirclePageViewIndicator, ArrowPageViewIndicator & others coming soon
https://ift.tt/2NFdKOv

Submitted September 02, 2018 at 04:21PM by Elixane
via reddit https://ift.tt/2PuqLe3
GGroup: Flutter Friendlychat codelab
Hi, Some time ago I followed the (now deprecated) flutter friendlychat codelab steps and now I can't find the step by step codelab instructions (I can't find any backup nor the older version of the flutter firebase friendlychat codelab). I know the code can be found at https://ift.tt/2N9kKWS

Submitted September 03, 2018 at 07:12AM by Sebastian Badea
via Flutter Dev https://ift.tt/2PtQUtG
Reddit: Usage of SafeArea?
So far I had thought that SafeArea should be at the top of the (visible) widget tree and I have placed it to wrap the Scaffold widget ...​I've started seeing examples that use it to wrap the body: element instead. Does this mean that the AppBar already has it's own arrangements to deal with notches and what not?​Is there a definitive statement somewhere on where SafeArea should be used? Thanks for your guidance!

Submitted September 03, 2018 at 08:34AM by spacejunky
via reddit https://ift.tt/2MJPyhv
GGroup: Android flutter module getApplicationDocumentsDirectory never return
Android java application, with flutter module. Prepare log fie writing on startup. Future initLog() async { print('pre getDocRoot'); final Directory docRoot = await getApplicationDocumentsDirectory(); print('post getDocRoot'); _docRoot = docRoot.path; print('logfile:$_docRoot/$_lo

Submitted September 03, 2018 at 02:05PM by ZP L
via Flutter Dev https://ift.tt/2oBsPFy
Reddit: Any good articles or discussions or videos on responsive UI design for Flutter?
I came across the official github paragraph that recommends use of MediaQuery.of. But, I could not find any concrete articles expanding on that concept. I'd like to know the various things to take care of while designing for varying orientations & resolutions of mobiles & tablets and also about using a flutter app on a tv (android tv & amazon firestick). Anyone has come across an elaborate discussion on that?

Submitted September 03, 2018 at 06:35PM by dafrogspeaks
via reddit https://ift.tt/2oADikJ
GGroup: I am new to flutter and am wondering about QR code reader.
Hi All. I'm considering Flutter for an Android / iOS app. Does the QR code scanner work well/perfect on both platforms? Mahalo for any help!

Submitted September 03, 2018 at 09:37PM by hoek
via Flutter Dev https://ift.tt/2PyccGi
Reddit: How to add Flutter google map_view inside flutter widget?
I have tried Google flutter map_view library but it's having one issue currently it's not supporting Google map inside flutter widget I want to add Google map inside flutter widget and show annotations on it. Have you know any alternative option for this?

Submitted September 03, 2018 at 10:24PM by vaibhav_2018
via reddit https://ift.tt/2oCUzdb
Reddit: Flutter packages for backend servers/databases?
I'm hoping to get a few thoughts on the available packages for Flutter, the level of support and maintenance these packages receive, and whether anyone has an idea of any potential roadmap for Flutter in the Firebase-esque space.Clearly Firebase is a first class citizen and is going to be where Google points me whenever there's a discussion on where I should store my data etc. etc. (it's my understanding that Google has (or had) a dedicated team for FlutterFire(??) packages)Where do things such as Parse, the plethora of AWS, and others sit?Are we just waiting for Flutter to get picked up by more people and eventually packages for different services will just pop up as and when?My initial impression when fiddling with Flutter is that it's a great framework but lacks the maturity offered by more well established frameworks that are (in some situations) more plug and play. Is this a general consensus or have I missed the mark?

Submitted September 04, 2018 at 12:26AM by onamadone
via reddit https://ift.tt/2NeSbHw
GGroup: Another exception was thrown: setState() or markNeedsBuild() called when widget tree was locked.
i got this error when i click textfield inside enddrawer.. i dont understand why and how to fix it.. any suggestion?

Submitted September 04, 2018 at 08:26AM by Erwin Tan
via Flutter Dev https://ift.tt/2oArrDg