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

Windows Defender SmartScreen doesn't like flutter_console.bat
I get a blue popup saying "Windows Defender Smartscreen prevented an unrecognized app from starting. Running this app might put your PC at risk."The only option is "Don't run".This also happens if I right-click and "edit" (I wanted to see the .bat in notepad, but even this triggers the alert) though I can open notepad and manually open the .bat fine.

April 11, 2019 at 01:43AM by terminalinsanity
http://bit.ly/2VAYV3p
New post on /r/flutterdev subreddit:

Flutter - How to autofill username/password for Login Page of embedded website?
Hi all,​I have embedded a website inside my Flutter app.​However, I would like to autofill username/password for Login Page of this embedded website.​Original Flow:Open Mobile App -> Enter Username/Password Manually in Login Page -> Home Page​Proposed Flow:Open Mobile App -> Enter Username/Password Automatically Via Autofill In Login Page -> Home Page​In simple means, after user open mobile app, it will directly jumps into Home Page, bypass Login Page.​How should I code to achieve this flow?​Thanks.

April 11, 2019 at 04:55AM by cnvery
http://bit.ly/2IdhS94
New post on /r/flutterdev subreddit:

Flutter: Local Storage (Shared Preferences) — Auto Login
Written a simple and short tutorial to discuss about implementing local storage in Flutter! Understand that they has been tons around but I am trying to improve in my writing skills, so I am penning them down for own knowledge retention. So just thought of sharing it here as well in case you are looking for another way to learn this topic :)​Flutter: Local Storage (Shared Preferences) — Auto Login

April 11, 2019 at 05:30AM by lawreytan
http://bit.ly/2Kr6o3V
New post on Flutter Dev Google group:

Flutter Bottom Navigation Screen Share?
Is there anyone in this group available to briefly screen share how to successfully implement a bottom navigation bar in my android application? Reading through the available documentation and following numerous has me a little lost on how to approach this issue I am having and it is really

April 11, 2019 at 08:20AM by jmjon...@gmail.com
http://bit.ly/2Ir46iu
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