Flutter Heroes
25.5K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Flutter buddy
Hello Reddit, So I just recently began using flutter, and I am loving it so far! The documentation is amazing and the community around it is very nice. In my quest to further expand my knowledge, I was wondering if there would be anyone interested to be a study/code buddy with me to help me on that journey. As a team, you can achieve a lot more quicker than you would on your own---Ajax

Submitted October 21, 2017 at 10:42PM by Ajaxml
via reddit http://ift.tt/2iqCpv8
Reddit: Calendar plugin
http://ift.tt/2xXEdhh

Submitted October 22, 2017 at 05:45PM by theo_035
via reddit http://ift.tt/2gtoRLf
Reddit: What's the oldest Android API level flutter supports?
Assuming the API supports the feature you are developing for (Geo Location, for example).Thanks.

Submitted October 22, 2017 at 01:05PM by aRegularFarmChicken
via reddit http://ift.tt/2zGLOTu
GGroup: Buggy Intent-Plugin
Dear Flutter-Team I have a problem with the Intent-Plugin I want to set an repeating Alarm for each day of the Week, but the Plugin can’t handle the required List of Days. My Code looks like this: _openReminder() async { AndroidIntent intent = new AndroidIntent( action: 'android.i

Submitted October 23, 2017 at 05:35PM by Daniel Kusch
via Flutter Dev http://ift.tt/2zxSGln
GGroup: TabBarView scroll percentage
Hi, I want to animate widgets in/out of the screen depends on how much the *TabBarView *has been scrolled (0-1 [where 1 is pageView switched]). after debugged I've found this value is calculated. In the *TabController *offset setter the page swipe animation value is set: set offset(double

Submitted October 23, 2017 at 10:02PM by Idan Aizik-Nissim
via Flutter Dev http://ift.tt/2y15mQv
GGroup: Re: TabBarView scroll percentage
You can add a listener to the TabController's animation (TabController.animation.addListener()) or just use the Animation to drive a transition or an AnimatedBuilder or whatever. On Mon, Oct 23, 2017 at 1:02 PM, Idan Aizik-Nissim < idan.aiz...@gmail.com> wrote: > Hi, > > I want to animate

Submitted October 23, 2017 at 10:40PM by hansmuller
via Flutter Dev http://ift.tt/2y12W4t
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