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

A flutter food app: Behance inspired
I recently saw a behance design and attempted it while learning some #flutter concepts. I ended up adding some features along the way. This is still my on-going project to a full-stack food delivery app with flutter and #aqueduct . Hope it will inspire someone. Your support is appreciatedProject available on github: https://github.com/DonnC/food_app

February 06, 2021 at 09:48PM by don9ld
https://ift.tt/3jmot0Q
New post on /r/flutterdev subreddit:

Today I discovered a great flutter equivalent to storybookjs that uses annotations and code generation
Today I discovered framy which is a simple equivalent of storybookjs that's used for component/widget storyboarding. The best part about it is that it uses annotations and code generation and is very easy to use.Just wanted to give some appreciation to the developers! I hope it stays active 🙏

February 06, 2021 at 10:58PM by MMAAmer
https://ift.tt/3tA8UHl
New post on Flutter Dev Google group:

Flutter build web showing blank on deployment
Hi, been doing several apps with Flutter web. I usually deploy to my server the files generated after running Flutter build web, so I can access the app from anywhere/any device. However I created a new app, and while it does run fine using Chrome during debug, when I try to deploy it to my

February 06, 2021 at 11:18PM by Jaime Saad
https://ift.tt/3cP5SJl
New post on /r/flutterdev subreddit:

[UX for Devs - How to choose the the right idea to start the process of creating a successful application]
https://ift.tt/3js2bKU

February 06, 2021 at 11:20PM by Gbett
https://ift.tt/3rtCa0D
New post on /r/flutterdev subreddit:

[Desktop]USB support for Flutter Desktop
I've been working on USB support for Flutter Desktop and manage to extract a Dart wrapper for libusb: https://github.com/woodemi/libusb.dartHope it is useful for you. Contributions are welcome :)​If possible, I would extract another federated Flutter package based on the wrapper, which is similar to https://github.com/woodemi/quick_blue

February 07, 2021 at 06:23AM by sunbreakwang
https://ift.tt/39XVIEK
New post on Flutter Dev Google group:

Flutter: Android: How can i make unremovable local notification toolbar with some action button on it as shown in screenshot
[image: Screenshot_20210207-112406_One_UI_Home[1].jpg] i am seeking for an easy implementation and if it is possible without any extra package then it would be more helpfull

February 07, 2021 at 07:21AM by Anil Shrivastav
https://ift.tt/2MYBIZs
New post on /r/flutterdev subreddit:

Flutter Beta Channel
Will upgrading to the flutter beta channel ( for web support ) affect my performance of mobile apps developed using flutter?

February 07, 2021 at 08:24AM by meKamy
https://ift.tt/3oYfJyY
New post on Flutter Dev Google group:

Bus Booking app
Dear All Friends, I am trying to make bus booking app in flutter, please suggest me any source where i get help as well as easily to do it . or there any exit app which available on GitHub and any other website . please help me

February 07, 2021 at 09:28AM by Muradullah khan
https://ift.tt/3oYqb9V
New post on /r/flutterdev subreddit:

FlutterForce — Week 107
https://ift.tt/2OikgQt

February 07, 2021 at 09:30AM by flutterist
https://ift.tt/3rAPZux
New post on Flutter Dev Google group:

How to get a data (token) from a browser?
Hello guy, I have some troubles with the authentication process on the third-party system. They required me to open a new browser from the flutter app, then log in to the system, and when the user login success, the app will exit and get a token from the browser. They provided me two options

February 07, 2021 at 10:55AM by Xía Bùi Văn
https://ift.tt/3pWSPt7
New post on Flutter Dev Google group:

How to fetch Conditional widgets from rest api
i want to fetch only selected widgets from the rest api like this showp.shows[index].banner == true but instant showing selected widgets its will give empty space latest code https://ift.tt/3pXJLEh suppose there are total 4 list but only 2 will contain banner = true but when i render

February 07, 2021 at 12:38PM by Prashant Nigam
https://ift.tt/3aGul10
New post on /r/flutterdev subreddit:

Local auth with firebase login using apple credentials
Hey everyone, i want ask you guys something. I have apple signin through firebase thats working great. What i want to do is. Once the person is logged in through apple. I want to give them an option to login via face or fingerprint now. How can i achieve that?

February 07, 2021 at 12:53PM by SnooPeanuts7237
https://ift.tt/3cLd89j
New post on Flutter Dev Google group:

Error On Saving Data to Cloud Firestore Sub Collection ?
W/DynamiteModule(11476): Local module descriptor class for providerinstaller not found. I/DynamiteModule(11476): Considering local module providerinstaller:0 and remote module providerinstaller:0 W/ProviderInstaller(11476): Failed to load providerinstaller module: No acceptable module found.

February 07, 2021 at 01:11PM by iamneil09
https://ift.tt/377MXWT
New post on Flutter Dev Google group:

Flutter Widgets - Architectural/Design Choice
From the manual: *The checkbox itself does not maintain any state. Instead, when the state of the checkbox changes, the widget calls the onChanged