Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Check out these animated loaders - https://ift.tt/2N22A5R
https://ift.tt/2N8ljwV

Submitted August 21, 2018 at 12:02PM by samarthagarwal
via reddit https://ift.tt/2PsKY51
Reddit: I kept seeing 'Neonate' in the animation tutorial
Yet it didn't exist in my flutter installation. Even in the github source it said Neonate, and I couldn't find Tween anywhere. Thought I was going crazy!Turns out the 'Millennials to Snake People' extension also replaces Tween with Neonate. Doesn't help that I had no idea what neonate was... (It's a new-born mammal)

Submitted August 21, 2018 at 11:41AM by l_u_c_a_s
via reddit https://ift.tt/2ME8lKa
GGroup: How to specify Dart >=2.0.0 ?
In *pubspec.yaml* I have this environment with the intent to have at least Dart 2 up to Dart 3: environment: sdk: ">=2.0.0 <3.0.0" But on publish, I get this error: STDERR: ERR : The current Dart SDK version is 2.0.0-dev.63.0.flutter-4c9689c1d2. | | Because card_settings requires SDK

Submitted August 21, 2018 at 03:24PM by Jeff Jorczak
via Flutter Dev https://ift.tt/2Mtn8Ig
GGroup: how use zipped byte[] to reconstruct the icon
Hello! I want to use the *launcher_assist* package. In this the Icon-Data is stored as*:* JAVA Code: BitmapDrawable icon = (BitmapDrawable) app.loadIcon(manager); byte[] iconData = *convertToBytes*(icon.getBitmap(), Bitmap.CompressFormat.PNG, 100);

Submitted August 21, 2018 at 03:25PM by Erhy
via Flutter Dev https://ift.tt/2nViPXq
Reddit: Question about cloud_firestore
Hi all, I am really new to Flutter and Dart and so far I am currently implementing the BLoC pattern on a simple app which connects to a Firestore database. I was looking into this link (order-limit-data firrestore - google) trying to figure out how to order or limit results from Firestore. But can't seem to see any samples for Dart. Is this supported? Or are there workarounds for this? Thank you for the help.EDIT: Currently looking at snapshot().take(..) which I assume is similar to limit.

Submitted August 21, 2018 at 03:46PM by meeraclekuro
via reddit https://ift.tt/2MIMWj4
GGroup: How to run 'pana' prior to publishing a package?
I have installed the latest pana components via 'pub global activate pana'. I then run this in the root of my project to analyze my package: pana . --verbosity compact And almost immediately I get an error: INFO Running `/Users/jeff/SDKs/flutter/bin/cache/dart-sdk/bin/dart --version`...

Submitted August 21, 2018 at 04:35PM by Jeff Jorczak
via Flutter Dev https://ift.tt/2ByDWIU
GGroup: Firebase - Google Play services out of date. Requires 12451000 but found 12221480
Hi I'm having this error with google play services in my emulator. Any idea what's failing? What does this mean? W/DynamiteModule( 5033): Local module descriptor class for > com.google.firebase.auth not found. > W/GooglePlayServicesUtil( 5033): Google Play services out of date. > Requires

Submitted August 21, 2018 at 05:21PM by Sebastian Pagni
via Flutter Dev https://ift.tt/2N6hoAA
Reddit: Flutter from Scratch - ValueChange Animations
https://ift.tt/2wh5f4D

Submitted August 21, 2018 at 05:03PM by rajayogan27
via reddit https://ift.tt/2MtTEdz
Expand your knowledge with the latest #WidgetoftheWeek! The Expanded widget instructs children of rows and columns to fill the available space. Wrap the child in an Expanded widget and watch it grow!

Click below to watch all the tips &darr; pic.twitter.com/FrxhSa8pkz— Flutter (@flutterio) August 21, 2018

August 21, 2018 at 07:48PM
via Twitter https://twitter.com/flutterio
Reddit: Flutter with AngularDart Codeshare examples and how to articles?
Are there any good Flutter and AngularDart code sharing examples that use BLOC and RxDart for codesharing? I am having trouble finding articles on how to set this up. Any suggestions?

Submitted August 21, 2018 at 08:59PM by mtbikeraz
via reddit https://ift.tt/2nY8EBG
GGroup: Firebase authentication
Hi i am new to flutter does anyone know how to create a firebase user with name and all other fields

Submitted August 22, 2018 at 10:47AM by swapnil kumar
via Flutter Dev https://ift.tt/2Bx9or5
Reddit: I published a Chessboard widget for Flutter, take a look! It maintains the game state and provides callbacks for game events like moves, draws and checkmate.
https://ift.tt/2MKRkOj

Submitted August 22, 2018 at 04:29PM by deven9852
via reddit https://ift.tt/2OWRcJ3
GGroup: Timer Duration
How do I watch the Timer Duration to do something after a specific number of minutes/seconds before it ends? var duration = Duration(seconds: time); Which will end in an hour. I want for example when time passed 30 minutes call a function OR anything else. Thank you,

Submitted August 22, 2018 at 05:07PM by Sam W
via Flutter Dev https://ift.tt/2OXv0hV