Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

I built this flutter app to manage status pages
https://ift.tt/35ji53b

April 30, 2020 at 03:08AM by valtlfelipe
https://ift.tt/2VRuxEz
New post on Flutter Dev Google group:

Please help me solve this error
i create sqlite database and i am able to add new and delete but i am not unable to update data. i am getting expection error or may some my coding problem. please help me. class HomePage extends StatefulWidget { @override _HomePageState createState() => _HomePageState(); } class _HomePageS

April 30, 2020 at 10:50PM by Gulam Fahad Ahmed
https://ift.tt/2KOYdMg
New post on Flutter Dev Google group:

[webview_flutter] plugin stuttering touch events
I'm using this plugin to display some 3d models (not complex ones), and I'm experiencing that touch events (e.g. user tries to rotate 3d model) are stuttering. For now I have no other option but to use this library (because it allows to overlay android view with flutter widget), maybe community

April 30, 2020 at 11:47PM by Andrii Zhuravlov-Galchenko
https://ift.tt/2KNYAqf
New tweet from FlutterDev:

Fact: the best way to get to know someone is by watching their favorite videos. So we got some friends to make playlists!

First up is @redbrogdon, a @flutterdev engineer you might know from The Boring Show.

Watch his playlist now → https://t.co/XhJ8omZh4s #WhatDevelopersWatch pic.twitter.com/4RienlMiLN— Google Developers (@googledevs) April 30, 2020

May 01, 2020 at 12:19AM
http://twitter.com/FlutterDev/status/1255985144747327488
New post on Flutter Dev Google group:

The 'flutter' tool you are currently running is from a different Flutter repository than the one last used by this package.
Hello guys, I was trying to build an apk/appbundle. I get this error every time i try to build. i tried flutter clean command and tried again but it did not work. Please help!! Thank you so much Warning! The 'flutter' tool you are currently running is from a different Flutter repository than the

May 01, 2020 at 01:37AM by Mahmoud Alminawi
https://ift.tt/2yfbPxu