Flutter Heroes
25.5K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: Flutter FireBase Messaging on Android still without services (warning)
In the instructions to do Firebase messaging, it says to look at the firebase setup for android http://ift.tt/24HGmap. In that document it says to add
Submitted October 24, 2017 at 05:47PM by Muze Poezie
via Flutter Dev http://ift.tt/2zN6N7d
Reddit: Flame: A minimalist Flutter game engine.
http://ift.tt/2iug5AR

Submitted October 24, 2017 at 08:25PM by KingBaal
via reddit http://ift.tt/2z51Ppo
Reddit: How away from being able to have Flutter work over HTTP in Chrome?
I wrote before on the same for QML but of course that's slowly being usurped by Flutter for richer experiences that feel native. How many years until Google releases a version of Chrome that supports Flutter and Dart and some DOM-equivalence thing for a Web-1.0 as well as a Web-2.0 experience?

Submitted October 24, 2017 at 10:00PM by paul_h
via reddit http://ift.tt/2i34bdp
GGroup: New doc for Hero animations
Hi! We recently released a doc on writing shared element transitions, aka Hero animations. Do you want to fly an image from one screen to another, while possibly applying a radial transformation to the image? This shows you how to do it. Please check it out and let us know what you think!

Submitted October 25, 2017 at 07:13PM by Shams Zakhour
via Flutter Dev http://ift.tt/2yR6Lxp
GGroup: Animations doc feedback
I had a conversation with Seth Ladd on a private Android Slack and he asked me to share my thoughts here so here they are. I'm pretty new to Flutter and I'm coming from Android (have a little iOS experience too). I'm loving Flutter so far but there are some things that are especially hard for me

Submitted October 26, 2017 at 08:10AM by Michał Zieliński
via Flutter Dev http://ift.tt/2hbeIn8
GGroup: Embedding into a native app
Hi, i am really interested on embedding flutter into my existing native ios app, then an Android app after. Do you have any docs at all on this yet? Kind Regards Wayne -- Disclaimer: The information in this e-mail and any attachments is the property of Novoda Ltd and is confidential and may

Submitted October 26, 2017 at 06:08PM by Wayne Rumble
via Flutter Dev http://ift.tt/2iBSyOw
GGroup: Need help testing Firestore plugin change on iOS
I've got a PR open to make documentID and path available to DocumentSnapshot, and I did my best to write an ObjC implementation. However, I don't have any way to test it. Could someone check it for me on iOS? Easiest way is to change the ListTile on

Submitted October 26, 2017 at 09:24PM by Kyle Bradshaw
via Flutter Dev http://ift.tt/2i5RYEI
Reddit: How would I replicate this button menu that Evernote uses.
http://ift.tt/2yUfXAWEvernote has a nice green round 'add item' button in the lower right corner. Just like a FloatingActionButton in flutter.But when you click on it, you get whats displayed in the second image. It expands into a list of choices of types of items that you can add. And instead of a traditional menu, its an entire list of these floating buttons.How would I replicate that in Flutter? Would I use FloatingActionButton for all of them? Will I have to position them on the screen one at a time, manually, in the code? What parent widget do I add them to, as there is nothing obvious in the Scaffold app to contain the child menu of the original FloatingActionButton.

Submitted October 27, 2017 at 12:11AM by dragonfax
via reddit http://ift.tt/2gHmnsY
GGroup: Transforming/Animating the fab
Hi, After transforming/animating a Fab (changing position not size) the onPressed doesn't response. Does it have something to do with the InkWell in the floating_action_button.dart wrapping the widget.onPressed? When moving the fab back to the original position the pressed response again. new

Submitted October 27, 2017 at 12:09PM by Idan Aizik-Nissim
via Flutter Dev http://ift.tt/2gIMWxY
GGroup: Hot reload for multiple instances/devices?
Hello all, I wanted to ask if it's possible to set my dev environment up so that I can hot reload to multiple running instances simultaneously, e.g. an Android emulator & iOS simulator? Thanks! M.

Submitted October 27, 2017 at 06:45PM by Matt Sullivan
via Flutter Dev http://ift.tt/2gSobmt
GGroup: Flutter on windows cmd error (can't fix it)
Hello Everyone, I know this is very basic but I can't get over it since yesterday. I have two computer one running windows 10 x64 and the other is using Windows 7 x64. I managed to set up flutter with intellij and it worked fine somehow on the other machine it didn't On the windows 7 computer, I

Submitted October 28, 2017 at 08:46PM by Braulio Cassule
via Flutter Dev http://ift.tt/2xvnSBj
Reddit: Execute code on hot reload
Is there some way we can have some code executed whenever a hot reload occurs. Say a method in the life cycle of a widget, or a function we can register with the system.That way I can have this method reload a few things that usually Hot Reload doesn't catch? Such as initially loaded data.

Submitted October 29, 2017 at 07:45AM by dragonfax
via reddit http://ift.tt/2gWgqvP
GGroup: InheritedWidget and Scope
Hi all, InheritedWidget looks like a good option for data/state propagation and DI implementation. Imo, there is only one drawback: no way for compile time checks for existence of exact type in the tree. Is it possible

Submitted October 30, 2017 at 06:04PM by sapry...@gmail.com
via Flutter Dev http://ift.tt/2gP3jZT
GGroup: flutter_secure_storage: need help
I started new plugin for secure data storage http://ift.tt/2ieD6nR 2 month ago and stuck with a problem. Now have time and want to finish For iOS I use Keychain http://ift.tt/2gPwOKO

Submitted October 30, 2017 at 06:52PM by sapry...@gmail.com
via Flutter Dev http://ift.tt/2ieD7Ir
Reddit: Flutter on iPhone X
How would the screen render? Does flutter need to be updated to support the screen like normal iOS apps do?

Submitted October 31, 2017 at 04:47PM by JackAppDev
via reddit http://ift.tt/2A12Wnb
Reddit: flutter_secure_storage: plugin to store data in secure storage
http://ift.tt/2z5Gewg

Submitted October 31, 2017 at 10:17PM by Purple_Pizzazz
via reddit http://ift.tt/2zU1hiz
GGroup: Embedding a flutter view
Hi there, I have managed to successfully embed a flutter view inside my ios app but it been a bit of a hack. I used your flutter_view to see how the pod was installed and the view imported, but the main issue i have is that when you create a new flutter app it only lets you call the internal

Submitted November 01, 2017 at 03:24PM by Wayne Rumble
via Flutter Dev http://ift.tt/2z4phAd