Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Unpopular opinion: Flutter UI styling is over-engineered
I believe this post will be long lost in downvote hell but I need to speak out.I honestly don't understand writing so much code just to get why circular border. Dart, tabs=4 Card( shape: RoundedRectangleBorder( borderRadius: BorderRadius.all(Radius.circular(10.0)), ), color: Colors.grey.shade500, child: _buildImageContainer());Why does Flutter has so many buttons? Why not just create one simple button which has just type variable or something?RaisedButton, a filled material design button with a shadow.FlatButton, a material design button without a shadow.DropdownButton, a button that shows options to select from.IconButton, to create buttons that just contain icons.Also writing wrapping Button into ButtonTheme just to set width? Dart, tabs=4 ButtonTheme( minWidth: double.infinity, child: OutlineButton( child: Text(date == null ? 'Select Time and Date' : dateTimeFormatter.format(date)), onPressed: () { _selectDate(); }), )Oh one of my favorites FocusNode(). Why not just have focus function in TextEditingController? final focusNode = FocusNode();Even Flutter engineers from Google have hard time styling components (The Boring Flutter Show).This is not about UI but The Dart package manager is straight up terrible with its dependency hell. Whenever I want to update one library I get errors like Library B depends on version this. I update library B after I get library C error etc etc.P.S It's fine to critic one framework or another and it's not like Google is development god who does everything the best way there is.

April 05, 2019 at 03:47PM by alexandr1us
http://bit.ly/2VqijQm
New post on Flutter Dev Google group:

I can't upgrade to latest version of flutter, no error but stuck on 1.2.1
Hello, I'm on the stable channel and can't update flutter. chendeAir:~ doudou$ flutter upgrade Upgrading Flutter from /Users/doudou/development/flutter... Already up to date. Upgrading engine... Already up-to-date. Flutter 1.2.1 • channel stable • http://bit.ly/2dbZsVl

April 05, 2019 at 04:54PM by Naim Abu Darwish
http://bit.ly/2YRJuFZ
New post on /r/flutterdev subreddit:

Youtube API
Hey guys, i'm new to flutter,
was trying to find a way to integrate youtube api on my app but 0 content online on how to do it.
youtube asks me if my ap is ios or android, well it's both right?
i choose android to try and do the android part first but it asks me for a fingerprint that i don't know how to generate. any hints?ps. i'm also having some trouble changing:
name of app
package name
icon of app

April 05, 2019 at 06:53PM by OCapitalista
http://bit.ly/2OQu5RD
New post on Flutter Dev Google group:

new embedder.h contains definitions, causes errors
Hi, Recent versions of the embedder.h contain definitions, for example: const int32_t kFlutterSemanticsNodeIdBatchEnd = -1; This causes errors when including the header file from multiple sources. # github.com/go-flutter-desktop/go-flutter/embedder /tmp/go-build120171812/b036/_x003.o:/home/geer

April 05, 2019 at 07:34PM by Geert-Johan Riemer
http://bit.ly/2FSr4MD
New post on /r/flutterdev subreddit:

Considering buying an iPhone for testing..
Does it matter which model I get? Any suggestions? I won't be needing it for personal use, so it'll probably be be used.

April 05, 2019 at 08:22PM by AshTheGoblin
http://bit.ly/2FTFX1j
New post on /r/flutterdev subreddit:

Stateless or Stateful
I’m pretty sure I can get it from stack overflow, but being a experienced Java developer and a week old in Flutter world. I’m trying to understand when to use Stateless or Stateful and also was trying to use Scoped models. So which widgets are the right ones or thumb of rule to chose it as a ScopedDescendant

April 05, 2019 at 07:23PM by Vinfosys96
http://bit.ly/2UjM1dt
New post on /r/flutterdev subreddit:

Sandwhich: Flutter + ML + TensorFlow Lite
http://bit.ly/2FSnYrT

April 05, 2019 at 09:42PM by wad3g
http://bit.ly/2Uif6WP
New post on Flutter Dev Google group:

Launch an application in the background to become in the foreground
I want to make an application that listens to events in the background and starts when it detects something. The application will have to go from the background to the first one. J uses isolates that work well but I do not know how to flutter to put an application in the foreground

April 05, 2019 at 11:28PM by joel lungu
http://bit.ly/2Uh6yPQ
New post on /r/flutterdev subreddit:

Experimenting with Split Color Backgrounds
https://www.youtube.com/watch?v=aP32utcrAzw

April 05, 2019 at 11:09PM by Purple_Pizzazz
http://bit.ly/2UhQTQe
New post on /r/flutterdev subreddit:

My Favorite Flutter Animation so far!!
https://media.giphy.com/media/mBpFNS1Acie7q4f0AF/giphy.gifOne more flutter animation! This one is definetly my favorite, it's sooo smooth, the performance is great (constantly reaching 60fps on my 3 year old phone), and it looks amazing! This was done by using flutter's CustomPainter, and it has a lot of potential for future projects. Can't wait to get my new PC so I can start making tutorials because this is definetly tutorial worth.Credits to the original designer Tubik @dribble for this awesome UI design!Code is available on github with a brief explanation of how the code works. Hope you guys enjoy!Edit: better video resolution at my post on r/flutter

April 06, 2019 at 12:44AM by Bernardi_23
http://bit.ly/2I324Ga
New post on /r/flutterdev subreddit:

Flutter: Global Variable (ScopedModel)
I just published a post about using ScopedModel to pass data into different views!​https://medium.com/@lawrey/flutter-global-variable-scopedmodel-568aab9f7901

April 06, 2019 at 06:51AM by lawreytan
http://bit.ly/2Kc5fNt
New post on /r/flutterdev subreddit:

Importing audio files in listview!
How do I import audio files in listview from device storage ?

April 06, 2019 at 09:40AM by seriouslyrotten
http://bit.ly/2Uz9Mxh
New post on /r/flutterdev subreddit:

Is Flutter + Flask a good idea?
No text found

April 06, 2019 at 08:02AM by ace_champ
http://bit.ly/2I5NYDM
New post on /r/flutterdev subreddit:

Does Flutter's Google roots cause unique security issues?
No, right?

April 06, 2019 at 10:34AM by ace_champ
http://bit.ly/2ORoJWl