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

Investigated RiverPod, and I am not a fan.
Anyone else find RiverPod to be oddly designed? I started investigating it, and at first it looked promising. But then I discovered I can not explicitly initialize classes that I am providing. I found this completely and totally shocking, and essentially a deal breaker.For example, if I want to explicitly construct a class once with specific data, like a String....
_myServer = MyServer(url); 
and then take _myServer, and have it accessible throughout my app, I cannot. This use case is simply not supported....which I find odd.It does have the 'family' modifier, which you might think solves this problem, but it most certainly does not. Family treats contructor parameters as essentially unique identifiers for providers. If code throughout my app wants to access an instance of MyServer, all this code would have to have access to the 'url' parameter as well, which is obviously not acceptable.I have a feeling this library is going to zero with a bullet. It seems like a step backwards from provider. It tried to fixed the problems of provider, but just created new problems instead.Just my two cents, but I am interested to hear others thoughts.

April 30, 2021 at 03:50AM by scorr204
https://ift.tt/3aQoirx
New post on Flutter Dev Google group:

how to pass future result to a php query
How can i pass a setstate result from scanner to php query? Here is my dart code.(getting the barcode value from scanning) class HomePageState extends State
New post on /r/flutterdev subreddit:

What are the best published Flutter Apps you have seen so far?
There have been more and more contributions to the flutter community, which makes flutter a very viable option into the future.However, there are LOTS of podcasts and posts sharing their concerns about the limitations of Flutter.So far, have you seen any great examples of published Flutter apps? If so, what is your favorite example?

April 30, 2021 at 07:59AM by zhengdongdong
https://ift.tt/3vJ6IOn
New post on Flutter Dev Google group:

Audio File Sent to RestFul
i want to send Audio File to REST API in Bitmap , it is possible ?

April 30, 2021 at 08:16AM by Sangaraju Vamsi Krishna
https://ift.tt/3nxOZqd
New post on Flutter Dev Google group:

Flutter and PHP
How to implement if i am going to scan for new barcode it will show on screen? like if i pressd the button it will show like the attachment but instead of replacing the existing scanned item, it will be registered above and the existing one will be below the new one. hope i am clear. thanks!

April 30, 2021 at 08:47AM by potato gaming
https://ift.tt/3vvocxw
New post on /r/flutterdev subreddit:

WhatsApp Clone (Backend & FrontEnd)
Hi guys, I created the WhatsApp Clone using Flutter. Please check out the screenshots of the app & source code in my GitHub -https://github.com/DevStack06/Whatsapp-Clone-Flutter And please do star the repo if you liked it!!​You can also check the Youtube Playlist, which will cover both Front-End and Backend Development: https://youtube.com/playlist?list=PLtIU0BH0pkKovuEaNsrGE_Xd5Tz3m1zeCAny suggestions are warmly welcomed, and it is open source so feel free to contribute ✌️✌️✌️.

April 30, 2021 at 09:37AM by devstack06
https://ift.tt/3xDms6Y
New post on /r/flutterdev subreddit:

How to Develop a Weather App with Flutter using Location Kit and OpenWeatherMap API?
/r/HMSCore/comments/mnf48a/how_to_develop_a_weather_app_with_flutter_using/

April 30, 2021 at 11:02AM by ooWYXNoo
https://ift.tt/335Kp8U
New post on /r/flutterdev subreddit:

Beginner: Integration of Huawei Remote configuration in flutter for taxi booking application
/r/HMSCore/comments/mtysff/beginner_integration_of_huawei_remote/

April 30, 2021 at 11:00AM by ooWYXNoo
https://ift.tt/3u62gIX
New post on /r/flutterdev subreddit:

Intermediate: How to integrate Huawei kits (IAP, Crash Service) into learning app (Flutter)
/r/HMSCore/comments/mzm4xx/intermediate_how_to_integrate_huawei_kits_iap/

April 30, 2021 at 10:54AM by ooWYXNoo
https://ift.tt/3e1xNGm
New post on /r/flutterdev subreddit:

Listview Help!!
When I am making a list with list view builder and set the ScrollDirection: to horizontal it disappears but when i use a regular list view widget it work how can i fix it?

April 30, 2021 at 01:17PM by Litified
https://ift.tt/32ZlTqh
New post on Flutter Dev Google group:

Provider not working
Hello, Provider seems to work initially and pull through the audio stream as it's a radio mobile application but when I change the page and then try to reload the page, Provider throws an error. ''Another exception was thrown: Error: Could not find the correct Provider
New post on /r/flutterdev subreddit:

What is the current state of State Management(was away from flutter for about a year)
Hi everyone,I was learning and working with flutter for a long time, since late 2017.from last year or so I have not touched flutter,now I am seeing many state management are popping up and Remi has launched riverpod.​what happened to provider and other state management in general?am I missing anything?

April 30, 2021 at 04:14PM by ManOfFocus1
https://ift.tt/3vBBnNr
New post on /r/flutterdev subreddit:

What should I learn and use for backend with flutter?
I completed Angela Yu's flutter course on Udemy. I built a social media type of app using it but had a lot of trouble with firebase, auth, storage and the backend part of it general.What resources and/ or courses should I go through to learn backend to build real world mobile and web apps? (Should work with flutter)

April 30, 2021 at 06:03PM by kaustubh8g
https://ift.tt/3aUv7IJ
New post on /r/flutterdev subreddit:

Discord Community Broadly Encompassing App Development
Here is the link to a Discord server dedicated to app development: https://discord.gg/zPeNA2nbetThe main distinction between the FlutterDev server and this one is that it fully encompasses the field of app development from design to development to release and beyond. It is also platform neutral. So while it does provide plenty of support for Flutter, it provides equal support for other app development frameworks as well.I apologize for the frequency of this post, but it is for the benefit of the community to populate the server in order for the server to then benefit its members.If you're interested in a community like this, be sure to check it out!

April 30, 2021 at 05:30PM by AppDevCommunity
https://ift.tt/3gNF0eZ
New post on Flutter Dev Google group:

Flutter 2.0.6 released to the stable channel
Hello, Flutter 2.0.6 has been released to the stable channel. This is a hotfix release that addresses a single issue: - Issue #81326