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

Infinite card switching UI for Flutter, supports custom animation
https://ift.tt/2FPrrbU

April 04, 2019 at 10:48PM by Purple_Pizzazz
https://ift.tt/2KaPNBc
New post on Flutter Dev Google group:

Snapchat like Video and Image Editing
Hello everyone, I am working on an application and I need to implement snapchat like features of an image and video editing like adding stickers, freehand drawing, adding text, image filter, and video editing. How can I do these things in the flutter? Is there any plugin or something that can

April 05, 2019 at 09:32AM by Ravi Shankar Singh
http://bit.ly/2CW1Zjm
New post on Flutter Dev Google group:

Hotjar for Flutter
Hello guys, you know some plugin that does the same or similar work Hotjar for Flutter?

April 05, 2019 at 02:06PM by Tiagosito
http://bit.ly/2YRTCyw
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