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

Flutter Firebase: Setup iOS
https://www.youtube.com/watch?v=_Ff_bC60U3E

February 11, 2020 at 10:13AM by cmcoffee91
https://ift.tt/37iY5Ny
New post on Flutter Dev Google group:

Flutter add-to-app limitations
Hi, Regarding this limitation found on the website: running multiple Flutter instances or running in partial screen views may have undefined behavior. Do you have more info regarding this? Someone tested this limitation? Regards!

February 11, 2020 at 11:42AM by Ovidiu Varo
https://ift.tt/2SgP9nJ
New post on /r/flutterdev subreddit:

Dart null-safety and Flutter development
Hello, I have theoretical question about future flutter development. When Dart null-safety is released, will Flutter be adapting it?Because from my expirience with Kotlin null-safety is awesome, but since Android is Java based every system method parameter is by default nullable. This negate whole purpuse of null-safety since you either ! trust that its not null (since it offen dont even make sense that function would be called with null parameter) or have to deal with it.So my question is, will Flutter have Android like approach to null-safety (since it will also be better for compatibility I guess) or true null-safety?

February 11, 2020 at 11:25AM by TheRealKexik
https://ift.tt/39tgfxU
New post on /r/flutterdev subreddit:

State Management Patterns for Flutter
Having found common BLoC Architechture components a little cumbersome to implement in Flutter; I'm considering MobX for Dart for my next Flutter mobile project Which state management pattern/approach do you prefer? (survey in link below)https://twitter.com/_MatWright_/status/1227184253034692608

February 11, 2020 at 12:02PM by MatWri
https://ift.tt/2Hfxg2s
New post on Flutter Dev Google group:

connect flutter app to localhost
i want to convert this java code for android app to flutter (dart) to connect localhost public class HttpHandler { private static final String TAG = HttpHandler.class.getSimpleName(); public HttpHandler(){ } public String makeServiceCall(String keyword,String para,String data) {

February 11, 2020 at 12:39PM by abha nagpure
https://ift.tt/2ShUGdD
New post on /r/flutterdev subreddit:

Android app publishing - bundle vs split apk version code
I have a question about version code in Android Market.So far my app was released as Android App Bundle. Each bundle had version code equal to version code in pubspec.yaml. But then I had some issues with bundles and released it using split apk and now in production line I have two apk with 1047 and 2047 version code.
App Bundle works again and I tried to publish another bundle with version code 50. I can't promote it from beta to production because version code is too low.So what now? I need to switch my version code in pubspec.yaml from 50 to 2050? And each time I decide to publish with split apk and go back to bundle - add 2000 to version code in pubspec?
Should I stick with split apk?
Or is there some other solution?

February 11, 2020 at 04:42PM by bartektartanus
https://ift.tt/2Sfs4Sl
New post on /r/flutterdev subreddit:

Weekly Questions Thread - February 11, 2020
This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Also the Flutter.dev getting started tutorial and the Flutter Cookbook should have the answers to most simple questions. Examples of questions:How do I send data to a new screen?Does anyone have a link to the source for the Flutter Gallery app?How do I change the application launcher icon in Flutter?Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged.Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead.Have a question about the subreddit or otherwise for /r/FlutterDev mods? We welcome your mod mail!Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Fridays.Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link!

February 11, 2020 at 11:32PM by AutoModerator
https://ift.tt/2UNj88r
New post on /r/flutterdev subreddit:

Does flutter just break sometimes?
So I was working with a colleague with flutter. I was trying to keep the user logged in after closing the app and my friend was listing stuff from the database. We both tested our features and they were working and just a few moments after that, they stopped working. Does this happen or did we mess something up?

February 11, 2020 at 11:28PM by hportuga
https://ift.tt/2OMMVdF
New post on Flutter Dev Google group:

[Breaking change] Fix Floating SnackBar Offset
Hi Flutter community, If you are not using a floating SnackBar
New post on /r/flutterdev subreddit:

Is Flutter better than React Native?
Can a guy with basic HTML knowledge learn Flutter in a month?

February 11, 2020 at 11:40PM by Antw87
https://ift.tt/3bwYnDS
New post on /r/flutterdev subreddit:

Can i learn Flutter?
Hi AllI have basic programming skills (basic HTML Tags) and I want to learn Flutter. Please let me know if I can learn Flutter and create basic contractors apps like for car washing, colleges, hospitals etc?I know that I may need to update my skills regularly but approximately how many days will it take me to learn Flutter by taking any u demy course?

February 11, 2020 at 11:39PM by Antw87
https://ift.tt/2ONwSMD
New post on /r/flutterdev subreddit:

Can someone explain briefly what’s the point of BLOC, provider and other state management tools?
I have been using SETSTATE() this whole time. Thanks guys

February 12, 2020 at 01:25AM by Heisenlife
https://ift.tt/2SGsEre
New post on /r/flutterdev subreddit:

A curated collection of awesome gradients made in Dart for Flutter
https://ift.tt/37jVzH9

February 12, 2020 at 02:59AM by jmonga98
https://ift.tt/39oGiGn
New post on Flutter Dev Google group:

Flutter 1.12.13+hotfix.8
We're releasing a hotfix
New post on /r/flutterdev subreddit:

Unknown source of documents and data in iOS application.
Originally I had this problem because of video players and images but then I got rid of it by properly disposing and evicting said files. Now I added flutter_native_admob, firebase_auth, and flutter_secure_storage. I was wondering if anybody else had this problem with these plug ins. It adds around 24 MB every now and then. The main reason I can’t figure it out is because it’s not consistent. The problem is on the iPhone it increases not the app size but the documents and data. Any help to prevent this is greatly appreciated.

February 12, 2020 at 05:32AM by DragonElder
https://ift.tt/2uulJcU