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

Entitas: Alternative way of building reactive, testable and easy to evolve apps with Flutter.
http://bit.ly/2U83TCU

April 11, 2019 at 08:19AM by Elixane
http://bit.ly/2InqMQC
New post on Flutter Dev Google group:

Flutter Appbar Signout Button not working.
This is the only error that I am getting in my code, on line 45. The 'onPressed: _signOut' is the only line with a red error message. I have attached a link to a gist, if anyone can help me figure out what is going on. The app runs just fine, cannot seem to log out now... https://gist.github.

April 11, 2019 at 10:04AM by jmjon...@gmail.com
http://bit.ly/2D8JZT0
New post on Flutter Dev Google group:

Installing Flutter on AMD Windows 7
I have a 64 bit AMD Windows 7 setup and I've run into problems at configuring VM acceleration: http://bit.ly/2Uwrjao I get the impression that VM acceleration doesn't work on AMD with Windows 7. Am I correct in thinking this?

April 11, 2019 at 04:57PM by egdcltd
http://bit.ly/2G3EQw0
New post on /r/flutterdev subreddit:

StartApp, InMobi, Chartboost, ...
Hi everyone !​My team and I are working on Flutter mobile apps and we would like to monetize these apps. The problem is that there is no Flutter plugin helping developers to integrate StartApp, InMobi, Chartboost, Appnext, etc. We've been looking for a while on the Internet for developers working with Flutter who don't want (or who can't) work with AdMob.We tried to create our own Flutter plugin to be able to use StartApp but we never developed any plugin and, even with some tutorials, we didn't create anything useful.So, dis someone create a Flutter plugin for other ad networks than AdMob ? Is someone already working on it or plans to develop that kind of plugin ? Or did someone ever create a flutter plugin able to help us making this one ?​Thank you for your time !The BApps Team !

April 11, 2019 at 04:31PM by BarracudApps
http://bit.ly/2P73BM4
New post on /r/flutterdev subreddit:

Where the objects from a screen using block must be?
Let’s say that i have a screen that show a list o users from my system. This users are map with a list of objects of the type UserModel (List<UserModel>). If in all states of the screen this list is used, where must be this List? In the bloc class or in the states base class?

April 11, 2019 at 04:56PM by crazy_kankuro
http://bit.ly/2GipAwA
New post on Flutter Dev Google group:

Firebase UI Flutter Integration
Is there someone that can help me with adding google sign in with firebase ui to my application? According to this documentation it says to add this import statement : import 'package:firebase_auth/firebase_auth.dart' to my Dart code. I am

April 11, 2019 at 05:52PM by jmjon...@gmail.com
http://bit.ly/2D9q7iC
New post on /r/flutterdev subreddit:

Is it possible to create "first time login" helping notes?
Hello, i'm working on a app, and i would like to have the option that when a person logins for the first time there would be helping pop-ups that would explain how to do things. I'm not sure what that's called exactly but i'm sure you have used apps that when you login for the first time it asks you if you want help or no (can turn it off/on in settings) and if you say yes it would kind of walk you through the app and it's features.​I know flutter has tooltips which are useful but i don't think thats what i'm looking for exactly.

April 11, 2019 at 09:10PM by theEdward234
http://bit.ly/2GhH38k
New post on /r/flutterdev subreddit:

Cracking the Coding Interview in Flutter: Design the Call Center
http://bit.ly/2PczuTv

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

Store a List of String
I have to save data for an inventory. I organized them as a string list, how can I proceed? Reading and writing to a file does not seem to be suitable because writing will overwrite (so can’t easily update) and reading would cause the structure to be lost. Please help me!

April 11, 2019 at 11:24PM by thatspeppe
http://bit.ly/2U8g3fi
New post on /r/flutterdev subreddit:

How far can you push Flutter UI customization and performance?
I am currently developing my app natively in iOS and it's involved a lot of custom UI. I've looked deep into Flutter and it's very promising. All the examples look good but I haven't seen any app that would really push the boundary of what Flutter can do and I'm curious to know where that boundary lies and how far can Flutter take UI.For example, would i be able to create something like this with Flutter? Or something like the current Uber app?

April 12, 2019 at 04:12AM by allenchristian
http://bit.ly/2Gi7r1P
New post on Flutter Dev Google group:

When will Flutter Engine support YUV color encoding system?
why Flutter engine not support YUV color encoding system, and this would cause more memory useage. Also, I found an TODO in the engine source code like this *// TODO(goderbauer): remove option when skbug.com/7523 is fixed.* *but the bug is fixed in *Dec 1, 2018 so my question is When will

April 12, 2019 at 08:38AM by 屈永播
http://bit.ly/2UC0W2Z
New post on /r/flutterdev subreddit:

[Question] Regarding BLoCs and where to provide them.
So am I wrong in thinking that in most situations it should be okay to just provide most if not all BLoCs that would like to have as global state as early in the widget chain as possible? Maybe even in the App/Main widget?​Is there any benefit in providing BLoCs lower?​Is there something fundamental that I'm missing about BLoCs here? Please let me know!

April 12, 2019 at 01:45PM by iFlexicon
http://bit.ly/2GcFMhP
New post on /r/flutterdev subreddit:

How can Flutter not have an online WYSIWYG editor?
I know gilad bracha well from conferences, where he talks for hours with students.
My gues is that there is no WYSIWYG / visual editor for flutter? All the videos here hack in code, which is really bad for some part of UI design. Also, flutter doesn't allow javascript dependencies?Then, I can only run Flutter on Windows?
https://github.com/Norbert515/flutter_ide/releases/tag/v0.1-alphaI mean there is a one-man project to build a WYSIWYG in the browser:
https://formeditor-dev.controlsjs.com/?controls=dev#singlescriptapp=1@parentcode=playground@parentcodeid=1555081069394Anything like that available in Javascript if Flutter doesn't work for my requirements?

April 12, 2019 at 05:00PM by stvaccount
http://bit.ly/2Gc9fbq