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

Display a list of users in Flutter Web with the Datatable Widget
https://ift.tt/2QDbJ8P

March 22, 2020 at 08:33AM by sam-sung
https://ift.tt/2JbXVhj
New post on /r/flutterdev subreddit:

Corona Virus Statistics Tracker App(OpenSource)
I've been working on an app to show corona virus statistics Video recording Project Code

March 22, 2020 at 09:59AM by bettdoug
https://ift.tt/2WG7NrA
New post on Flutter Dev Google group:

scenario where using findAncestorWidgetOfExactType() will lead to failure to rebuild
Hi, I understand using an InheritedWidget is recommended over findAncestorWidgetOfExactType() when a widget depends on an ancestor widget. However, I can't think of a scenario where findAncestorWidgetOfExactType() will lead to failure to rebuild. If as a widget is read-only, the only way it

March 22, 2020 at 10:47AM by Kent Tong
https://ift.tt/2vCAcDU
New post on /r/flutterdev subreddit:

Could be flutter used for game dev?
Hi! Im completely new to flutter and would like to ask if it could be used for game dev! In which cases? Thanks

March 22, 2020 at 11:06AM by crepuscopoli
https://ift.tt/2J36zyV
New post on /r/flutterdev subreddit:

adaptive_dialog: Show alert dialog or modal action sheet adaptively(Material or Cupertino) according to the platform
https://ift.tt/3bi7TtC

March 22, 2020 at 11:55AM by mono0926
https://ift.tt/2UynRJE
New post on Flutter Dev Google group:

flutter_spinkit 4.1.2 I can't add duration for Login to homepage
Widget build(BuildContext context) { return Container( color: Colors.white, child: SpinKitSquareCircle( color: Colors.white, size: 50.0, controller: AnimationController( vsync:* this*, duration: const Duration(milliseconds: 1200)),

March 22, 2020 at 12:52PM by Omercan Aras
https://ift.tt/3a92ntm
New post on /r/flutterdev subreddit:

Need help with Flutter_bloc and screen navigation.
While using flutter_bloc, I am using blocbuilder to change screens according to current state. Now my question is how can I get back to my previous state to navigate previous screen using phones back button ?

March 22, 2020 at 02:12PM by rikousik
https://ift.tt/3abqeZn
New post on /r/flutterdev subreddit:

How much is Flutter future proof in contrast with major programming languages?
No text found

March 22, 2020 at 03:39PM by crepuscopoli
https://ift.tt/2WAZai4
New post on /r/flutterdev subreddit:

Resources for learning Flutter animations?
I am surprised that I can't find a full, deep dive course dedicated only to learning animations with Flutter. All I can really find are just short and fragmented articles and videos.Do you guys have any recommendations for how to go about learning animations? Any great resources that helped you out a lot?
Thanks in advance!

March 22, 2020 at 06:48PM by k00na
https://ift.tt/2UtvfWr
New post on /r/flutterdev subreddit:

gradient color without decoration?
hi all
how can I use gradient color without decoration?is there any widget under color property? I'm trying to customize https://pub.dev/packages/bubble widget color with gradient
thanks

March 22, 2020 at 08:20PM by anonfantom
https://ift.tt/3dkC5pZ
New post on Flutter Dev Google group:

fetch Html Page and then Extract Json from that page
I am trying to get a JSON which is inside the HTML page but I am really confused about how to do this in flutter I searched a lot on google but could not able to find anything. I am doing the same thing in laravel with just 2 lines of code preg_match_all('/sharedData\s=\s(.*[^\"]);<.script>/ixU

March 22, 2020 at 09:53PM by Nalin Nishant
https://ift.tt/2U9tNJS
New post on /r/flutterdev subreddit:

Calling special kind of intent
So I am working on a project where i have to make the app in the auto-start app list and to do this i have to start an activity to the autostart list in the settings but to do that i have to pass 2 package names following is one of the examplesfor oppo devices
Intent intent = new Intent(); intent.setClassName("com.coloros.safecenter", "com.coloros.safecenter.permission.startup.StartupAppListActivity"); startActivity(intent); 
for xiaomi
Intent intent = new Intent(); intent.setComponent(new ComponentName("com.miui.securitycenter", "com.miui.permcenter.autostart.AutoStartManagementActivity")); startActivity(intent) 
any help on this will be helpful as i followed the intent doc and all i was able to get is how to call the whats app intent and other normal intents

March 22, 2020 at 09:57PM by omega_savvy
https://ift.tt/2Us7OwO
New post on /r/flutterdev subreddit:

Maps with navigation?
I want to implement a maps app that uses custom markers and has the possibility to do navigation(directions) between two points, what API should i use?

March 23, 2020 at 03:43AM by Ihab_MadDz
https://ift.tt/3adrpaG
New post on Flutter Dev Google group:

Missing Plugin Exception
Hi, How can I solve this error MissingPluginException , please help me. [image: error.jpg]