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

Should you hold static metadata in a Hive database?
I would like to get your views on how to handle static data.The app I am currently developing has a number of lookup tables (700+ items in each table) which I currently hard code within the Flutter app. Now the time has come to move these static data tables into JSON files and import them as required. So I have two options:1: Import the JSON files into separate classes, and then link these classes into the app pages as required.2: Import the JSON files into Hive, and then reference the Hive boxes.I am thinking of using Hive as it is easier to get access to the boxes, however, there is just a nagging doubt in my head that it is wrong to use Hive for data which does not change.

October 30, 2020 at 10:21AM by Alex54J
https://ift.tt/2GhH4w0
New post on Flutter Dev Google group:

https://pub.dev/flutter Site not loading
I need some doubt given site not loading in office wifi but another mobile internet connected means its loaded any issue with our side or ? need help quick.

October 30, 2020 at 11:38AM by Abbas J
https://ift.tt/37VIJmo
New post on /r/flutterdev subreddit:

iOS Stopwatch Replica
I replicated the analog iOS stopwatch using Flutter, it was fun and enjoyable :).Please check the source code here: https://github.com/imokhtar/ios_stopwatchPlease leave a star if you find it useful :)
https://www.linkedin.com/embed/feed/update/urn:li:ugcPost:6696674293830434819

October 30, 2020 at 12:12PM by devahmedmokhtar
https://ift.tt/3oFchua
New post on Flutter Dev Google group:

Plugin Error
Hello , I am newly in Flutter. I want to use webview in my flutter application. I refer Plugin - *https://ift.tt/2l90A2N
New post on Flutter Dev Google group:

How to Store 2 values in one list, pass it to another route, and display it in a Listview
Hi Flutter Community, I am working on the Results Page of a quiz app. Basically, during the quiz, I want to store both the "question" and "answer" strings in one list ("errors"), pass this list to the Results Page, and display this list using a ListView. I could manage to do this. However, as I

October 30, 2020 at 01:12PM by Andrew Villegas
https://ift.tt/35RxOHs
New post on Flutter Dev Google group:

(CORRECT POST) How to Store 2 values in one list, pass it to another route, and display it in a Listview
Hi Flutter Community, I am working on the Results Page of a quiz app. Basically, during the quiz, I want to store both the "question" and "answer" strings in one list ("errors"), pass this list to the Results Page, and display this list using a ListView. I could manage to do this. However, as I

October 30, 2020 at 01:25PM by Andrew Villegas
https://ift.tt/2JmxNDZ
New post on /r/flutterdev subreddit:

iOS Stopwatch App Replica
I replicated the analog iOS stopwatch using Flutter, it was fun and enjoyable :). https://www.youtube.com/embed/3revNMo3jj4 Please check the source code here: https://github.com/imokhtar/ios_stopwatch

October 30, 2020 at 01:18PM by devahmedmokhtar
https://ift.tt/31YfbAx
New post on Flutter Dev Google group:

Need help with deployment of website to firebase
Hi, i am trying to deploy my website to firebase but i cannot run the command.

October 30, 2020 at 03:44PM by Kum Hon Loke
https://ift.tt/3jK0BCR
New post on /r/flutterdev subreddit:

In Flutter web can you use any Flutter package?
Or are there special flutter web packages?Also, are the UX elements you get really limited to Material stuff only? Thats the vibe i get from looking at projects online and it seems kinda ugly.

October 30, 2020 at 04:11PM by dynamobb
https://ift.tt/35Mw7Lv
New post on /r/flutterdev subreddit:

Dart serialization
/r/dartlang/comments/jkysum/dart_serialization/

October 30, 2020 at 04:26PM by erdeicodrut
https://ift.tt/37XbkI2
New tweet from FlutterDev:

✳️ Early access to features like HotUI and `pub outdated` support!

The #FlutterFriday trick: use the dev channel of the IntelliJ plugin! It's a weekly build with all the latest features and fixes.

Learn to install → https://t.co/8pQVtqj6lG pic.twitter.com/0Z8F5BqIi4— Flutter (@FlutterDev) October 30, 2020

October 30, 2020 at 05:03PM
http://twitter.com/FlutterDev/status/1322207542735491073
New post on /r/flutterdev subreddit:

Navigator 2.0 architecture advice/feedback
I've decided to hook up my app with Navigator 2.0 and Router since declarative routing seems natural to me coming from web (I'm new to Flutter). Router API seems quite low level and the documentation does't mention how all of this should come together in an app, so I managed to get it working but I'm not happy with what I have and I hope someone here has more experience/feedback on a better approach.Right now I'm using a BLoC and store "RoutePath" derived objects in a list/stack - so this is basically a parsed route stack stored in a BLoC and for the simple use case it works well - but the tricky part is when I want to have the same page in multiple states represented by router (eg. tabs, or multiple steps in bottom sheet of a page). My approach is to create a RoutePath for each page state but since I only want one instance of Page in Pages (eg. Home has 3 tabs, so you have home/map/step1, home/chats, home/settings - I want all 3 routes to be represented by a single Page instance ), this means when I build Pages from RoutePaths I remove all but the last instance of RoutePath and this works but just feels wrong :)Am I missing something with my approach - do you guys have any examples of a good router usage for non-trivial apps ?

October 30, 2020 at 05:02PM by rubber_duckzz
https://ift.tt/31Tlx4c
New tweet from FlutterDev:

Flutter Vadodara has some amazing news for you all!🥁
🥁

We'll be having @jryanio with us at "Let's Contribute to Flutter" with some surprise announcement to make! 🎉💯

RSVP for the event on our Meetup page & join our Discord Server:https://t.co/FSR3qSfSv8#flutterdev #flutter— Flutter Vadodara (@fluttervadodara) October 29, 2020

October 30, 2020 at 05:54PM
http://twitter.com/FlutterDev/status/1322220318111379458
New post on Flutter Dev Google group:

Flutter 1.22.3 hotfix released to the stable channel.
Hello, Flutter 1.22.3 has been released to stable. This is a hotfix release on the 1.22 branch and also includes a hotfixed Dart 2.10.3 version. Changes for this build are listed below and are available on the Flutter Wiki here: Hotfixes to the Stable Channel
New post on Flutter Dev Google group:

Flutter IntelliJ Plugin M51 Release
Flutter IntelliJ Plugin M51 Release Issues Addressed Quite a few issues have been addressed in this release! The change log
New post on Flutter Dev Google group:

VS Code extensions v3.16.0
v3.16.0 of the Dart & Flutter VS Code extensions have been published. Release notes are below (and online ). Language Server Protocol Preview In an upcoming release Dart-Code will switch to using the Language Server Protocol