Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Dart Code v2.18 released
https://ift.tt/2LKQ6hI

Submitted September 01, 2018 at 10:46AM by JaapVermeulen
via reddit https://ift.tt/2PqtTYj
Reddit: About animation in flutter
Is it possible to make animations such as the name of my app appear when people first enter my app and they see the name of my app animated in flames per example? Or some more complex animations? All I managed to find was some really small animations, not more complex onesSorry for my English

Submitted September 01, 2018 at 01:10PM by mike11498
via reddit https://ift.tt/2N9bYYP
Reddit: Flutter firestore
Is there any way for me to only refresh the firestore streambuilder at first load? I don't want it to retrieve data every time I switch screens.

Submitted September 01, 2018 at 05:34PM by crow1796
via reddit https://ift.tt/2Pu79H9
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