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

GetStorage - Store data locally easier and faster than SharedPreferences / Hive / SQFlite or any other
GetStorage is an ultra-lightweight key / value storage for Flutter, which combines permanent storage with read-in-memory. It is compatible with Android, iOS, Web, Linux, Mac, and fuchsia apps, and it is extremelyfast, so fast that you can easily loop through 1000 writings, and read the last value without having to "await" for it.​Below the time graph to operate 50 readings, writes and deletions with integers and strings using GetStorage, Hive, Sqflite, SharedPreferences and Moor respectivelyBenchmark: https://i.imgur.com/PTWs39u.jpg​GitHub:https://github.com/jonataslaw/get_storage​Pub:https://pub.dev/packages/get_storage

June 20, 2020 at 04:58PM by D_apps
https://ift.tt/313LQ8a
New post on Flutter Dev Google group:

Using listBuilder, how can I display a list of maps?
I want to display a list of maps. First off I made a toMap function in my model that looks like this: Map
New post on /r/flutterdev subreddit:

Best practice for defining new Features in Flutter Clean Architecture using BLoc pattern?
I need to architect a highly scalable and enterprise app in Flutter. I follow Resco code tutorials. For example, to design whole authentication flow like login, signup, forgot password, reset password, and authentication state in the whole app; Am I need to define a new Feature for each of theme separately or not?What is the best practice of defining new Feature and New BLoC in enterprise applications?

June 20, 2020 at 06:45PM by KhaledRostampour
https://ift.tt/2YNz3Ec
New post on Flutter Dev Google group:

how to return value from cupertinoPicker
hey guys i have a button with a Text widget as child, inside a showModalBottomSheet which builds another showModalBottomSheet holding a cupertinoPicker. how can i return the value of cupertinopicker? it only returns the value when i close down the first bottomsheet!! instead of doing so when the

June 20, 2020 at 07:03PM by Error Place
https://ift.tt/2NbyFdk
New post on /r/flutterdev subreddit:

Feedback from flutter developers
Hello to everyone,I'm looking for some feedback from flutter developers about fluidity and graphic structure of our app (obviously made in Flutter).I leave the link to download it. 😉https://balloon.travel/

June 20, 2020 at 07:49PM by merliandrea
https://ift.tt/2YU8X2j
New post on /r/flutterdev subreddit:

Ready to help in flutter app development
Hi All, I am making a flutter app like shared car pooling to my city. As I am full stack developer , I am doing everything from design to deploy on server. If any guys need help in their app. Plet feel free to ask. I will be help whatever I can do.

June 20, 2020 at 08:46PM by nks_oo7
https://ift.tt/2YXDIDu
New post on /r/flutterdev subreddit:

Flutter Music Player UI
https://www.youtube.com/watch?v=zHuScH5ZziEMusic player application I developed with Flutter.Here is the Github PageI am waiting for you to give a star :-) Thanks.

June 20, 2020 at 10:40PM by wisecolt
https://ift.tt/37Onj8I
New post on /r/flutterdev subreddit:

Can Flutter build smart TV apps?
What is the status of Flutter to be used within TVs? (Tizen, WebOS, AndroidTV etc)

June 21, 2020 at 12:23AM by bradofingo
https://ift.tt/2zSMAlu
New post on Flutter Dev Google group:

Responsive app
what are the packages or widgets you use to ensure that your app is responsive over all devices? plz share with me articles, tutorials or any good resources you have

June 21, 2020 at 04:30AM by Sherif Hassan
https://ift.tt/2AY3wHN
New post on /r/flutterdev subreddit:

New JSON Serialization Library - Dynamic, Single file, Generator, No manual registration, casting, and bloat (`dart_json_mapper` and `json_serializable` alternative)
Package (dev_dependency): https://pub.dev/packages/simple_jsonSupporting Package (dependency): https://pub.dev/packages/simple_json_mapperGitHub: https://github.com/FlutterDevTools/simple_jsonWhy?SimpleNo messy .g.dart
files for each serializable file (single root-level file which contains all of the generated code)Dynamic serialization and de-serialization without caring about the actual typeModel files stay clean and don't care about the serialization logic (SRP)No need to specify custom object and iterable type castingNo bloated reflection on the entire type with linting/analyzer issues​All feedback welcome.TLDR: I didn't like `json_serializable` (too many .g.dart files and no dynamic serialization) and `dart_json_mapper` (manual iterable registration and bloated reflection code gen via `reflectable`).

June 21, 2020 at 04:46AM by 0000010100111001
https://ift.tt/3eokKwy
New post on /r/flutterdev subreddit:

Your favorite packages/patters for state management in Flutter
I'm coming from Xamarin, where architectural standards are more or less have defaults that almost any large project respects. In Flutter, however, there are so many ways to do things, that for newcomers like me it is easy to get lost.What do you consider to be the best solution for state management? Why?

June 21, 2020 at 08:37AM by mr_redsun
https://ift.tt/3dmyYwz
New post on Flutter Dev Google group:

Can we receive sms using url launcher ?
I have 2 questions : 1).Can we receive sms using url launcher ? and How? 2). I want to send sms without user interaction. I used url launcher but using that library the sms is navigated to the messenger app. I want to send sms without navigating and once the button clicked the sms is supposed to

June 21, 2020 at 09:55AM by Abinavan Nagendran
https://ift.tt/2zQeMW9
New post on Flutter Dev Google group:

Error while running code with sms_retriever package.
* What went wrong: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher. The following dependencies do not satisfy the required version: project ':sms_retriever' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71 * Try: Run with --stacktrace option to get the

June 21, 2020 at 10:29AM by Abinavan Nagendran
https://ift.tt/2CvxzHn
New post on /r/flutterdev subreddit:

How developers decide when to switch to a new technology?
This question is for all developers in general who have experienced a "paradigm shift".What's your/company's story in switching to another framework/tech stack? And if there are reasons that kept you from switching until then, what were those?

June 21, 2020 at 01:13PM by contrix09
https://ift.tt/2BnEcL8
New post on /r/flutterdev subreddit:

FlutterForce — Week 81
https://ift.tt/30ZTnF6

June 21, 2020 at 12:47PM by flutterist
https://ift.tt/3144vAO
New post on /r/flutterdev subreddit:

Space reloading — Flutter
https://ift.tt/3fDIuNc

June 21, 2020 at 01:58PM by gursheeshsingh
https://ift.tt/2YS80aM