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

Master teases 3 min survey Still NEED YOUR Help
Thanks Those who helped with survey, but I Only have ~ 50 participants! I Really need more so it is +/- ok.
Please spend 3 min doing fast and easy survey! Thank You!https://docs.google.com/forms/d/e/1FAIpQLScZ4AHN5DD2Oqn9ZYrlVJb39RDOHFbblAs0ttDeZgk38nQjvw/viewform?usp=sf_link

April 30, 2020 at 05:10AM by Uzis12
https://ift.tt/2KNAEn0
New post on /r/flutterdev subreddit:

Which IDE do you use for flutter and why?
I have been using VS Code for quite sometime and after seeing IntelliJ IDEA with all it's features I am thinking of switching to it. And should I even switch IDE just based on the features it provides?View Poll

April 30, 2020 at 09:34AM by thisis_dc
https://ift.tt/2Smom97
New post on /r/flutterdev subreddit:

What next? Is there a future for Flutter?
So I just finished course by Angela Yu and I'm wondering what to do next. Or should I even invest more time in Flutter? I looked at some more advanced topics like BLoC. And I'm kinda confused on how to use it, and what is the right way (with bloc library or without). Also what is the right resource for me to learn BLoC, I just like how there is no need for setState, I got sick of it. I used Reso Coder's youtube channel for trying out BLoC pattern is he good? I don't really now if my learning resources are using good practices..Now the second topic is, the future of Flutter. I have some experience with native Android and I can say things are so much easier in Flutter. But again should I be doing something easier? Native development is still the main way of making apps. And it will be, always. I really like flutter, it just makes more sense to me than Java/Kotlin. But should I put all my effort in technology that no one uses? All the major companies still use native, I live in a small country and here thats the case too. No jobs for flutter. Of course I could find something freelance, but sites like UpWork are just so ungrateful. People there expect top quality products for small amount of money.How do you cope with these thoughts? Flutter could get cancelled tomorrow and all my knowledge and time would go to waste. Why would they even base it on Dart? Never heard of that language before Flutter. If they based it on Kotlin it could also be native way and I think it would be more popular. But they chose some god forgotten language, I don't mind Dart, syntax is familiar, works fine for me. But Flutter needs publicity and if it was based on more popular language, Flutter itself would be more popular. For example its not the same when you tell someone Flutter is based on Dart and Flutter is based on Java/Kotlin..These are just my thoughts, I am probably not right about most things said here, but these are my concerns. I really want to master Flutter and make living out of it one day...

April 30, 2020 at 10:44AM by itsdjoki
https://ift.tt/2VRLjDw
New post on /r/flutterdev subreddit:

What is the difference between all those plethora of BloC packages
It gets one confuse having BloC, flutter_blocs, flutter_bloc_pattern etc. - plethora BLoC packages.?
Same way RxDart sometimes offered as compliment to BLoc but others gets used itself alone?
Want some expert to shed some light on which one should go first to learn?

April 30, 2020 at 11:04AM by Jaams-Adams
https://ift.tt/2KL8skH
New post on /r/flutterdev subreddit:

Landscape mode - is this being ignored?
Often I will look at examples and plugins listed on this reddit site, and think "hey that looks good, let's load the example and give it a try". I think 100% of the times (I apologise in advance if I have missed one that works) I look at the display on the phone and then turn the phone round so that it is in landscape mode and the layout is terrible. Often you have to scroll up and down when there is a lot of space not being used.Why am I so obsessed about landscape mode? Simply because the first mobile app I released I designed in portrait mode, and then received loads of complaints from users saying the app did not work in landscape mode. Basically, the lesson was to expect your users to do things you would not do. So now I ensure my flutter pages look good in portrait and landscape mode often requiring two sperate layouts.So what are your views? Should Flutter be designed only in portrait mode, which seems to be the default approach?

April 30, 2020 at 11:43AM by Alex54J
https://ift.tt/2SnQnND
New post on Flutter Dev Google group:

Flutter design
I'm designing an application where in I display list of trucks and each truck contains multiple shipments. The trucks list and shipments within are returned by as JSON from REST API. Some of the attributes of truck and shipment can be changed by user(but not committed to backed rest server), How

April 30, 2020 at 01:08PM by Md Iqbal
https://ift.tt/3aPSIHB
New post on Flutter Dev Google group:

Hot Reload Not Working - Updated Flutter & Dart with Android Studio 3.6.3
Hello, Hot Reload is not working for updated Flutter & Dart with Android Studio 3.6.3. Every time I have to Stop (CTRL F2) & have to RUN (Shift F10) to get the small little changes that I have. done. Attached screenshot for settings. Please advise. TIA Vikram

April 30, 2020 at 02:43PM by Vikram S Sangotra
https://ift.tt/35gUOPs
New post on /r/flutterdev subreddit:

Has anyone made an instant app in Flutter?
I was just reading this and wondering if you can use Flutter to create instant apps: https://developer.android.com/topic/google-play-instant/getting-started/instant-enabled-app-bundleI haven't tried it, but is this possible with Flutter? Should I make a lighter version of my app for Android instant apps?My APK and app bundle size is 19 MB, but when I upload the app on the Google Play Console, it goes down to 6.9-7.5 MB.

April 30, 2020 at 03:38PM by themindstorm
https://ift.tt/2KP0qad
New post on /r/flutterdev subreddit:

Modern Flutter Plugin Development
https://ift.tt/2SkxBqg

April 30, 2020 at 05:24PM by EngineerScientist
https://ift.tt/2VOulpt
New tweet from FlutterDev:

🥳New features for Flutter plugin developers!

With new lifecycle control in the v2 Android API and testing techniques, plugins can be more robust. And with the new pubspec format and federation support, plugins can work wherever Flutter works.

👀 more ↓ https://t.co/X8O1CIRqlV— Flutter (@FlutterDev) April 30, 2020

April 30, 2020 at 06:06PM
http://twitter.com/FlutterDev/status/1255891223916630017
New post on /r/flutterdev subreddit:

Flutter collection of regex, consist 30+ pattern for string validation (Ex. Email, username, password, phone validation)
https://ift.tt/2zKSVPu

April 30, 2020 at 05:53PM by NimbleMouse
https://ift.tt/3d3oylO
New post on /r/flutterdev subreddit:

Building Recommendation system in flutter app
Hello everyone..so I am flutter enthusiast and trying to make a recommender system particularly food recommendation system for my college project using flutter. What should i use as a backend?. I am thinking to use python model as a backend but I am not getting a clear vision about it being content or collaborative recommendation. Can anyone suggest me what best could be done in this project. Any kind of help or suggestion would be highly appreciated. thank you

April 30, 2020 at 07:42PM by rozeena_maharjan
https://ift.tt/35uRcd3
New tweet from FlutterDev:

🎬Make your animation dreams come true.

In some cases, an AnimatedWidget is all you need to animate a widget. There are lots of pre-built animated widgets, but sometimes it's nice to build your own!

📺 Watch more #WidgetoftheWeek → https://t.co/Zsou9WEBQU pic.twitter.com/rw9BxXqIlu— Flutter (@FlutterDev) April 30, 2020

April 30, 2020 at 08:00PM
http://twitter.com/FlutterDev/status/1255919863211552768