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

Developed a Group chat application using Flutter and Firebase, where users can register and create groups, or join already existing groups and start conversing with each other. Feedback is appreciated.
https://ift.tt/2Ng9h69

June 21, 2020 at 03:25PM by demoncommand9725
https://ift.tt/2BuSV7e
New post on Flutter Dev Google group:

Execution failed for task ':app:compileDebugJavaWithJavac'. > Could not create service of type AnnotationProcessorDetector using JavaGradleScopeServices.createAnnotationProcessorDetector().
Dear Flutter Developers, i am beginner to flutter development. i just followed flutter docs to create(vscode and android studio) and run default app generated on my android emulator/ physical device. please find the attachment for error which i get. getting same error on vscode and android

June 21, 2020 at 06:03PM by Mukesh Chinna
https://ift.tt/2Yjz6sb
New post on Flutter Dev Google group:

Exception caught by image resource service, setState() called after dispose(): _ImageState
The error in the screenshot occurs if i switch the page while image is still loading. The page is a single column in the Scaffold body which is navigated with a BottomNavigation widget. If i let the images load first and then change the page error does not occurs. I tried assigning Image.netw

June 21, 2020 at 08:36PM by Hassan Hammad
https://ift.tt/3hOxuyr
New post on /r/flutterdev subreddit:

Looking for a Mentor - Flutter Development - For my startup.
I'm very fascinated by the Flutter and it's capabilities in application development.I am looking out for an experienced mentor/advisor in Flutter development for my startup.We are Startup India recognized company and was pre-incubated at NSRCEL. We are into Fleet Business Advisory Services.If any inputs regarding the same, I'm happy to receive.

June 21, 2020 at 09:25PM by vj1504
https://ift.tt/312QWS1
New post on /r/flutterdev subreddit:

Flutter 1.17 — no more Flavors, no more iOS Schemas. Command argument that changes everything
Just recently, Flutter 1.17 was released and it brings a lot of cool features. You can read more about it hereStarting from 1.17 you can build your Android and iOS application with predefined, compile-time variables that can be used in all layers of your applications — Dart, iOS, Android.-> Article <-

June 21, 2020 at 09:21PM by Fewthp
https://ift.tt/2V4FAJr