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

Which is best for background service ?
.View Poll

April 29, 2021 at 05:03PM by Prashant_4200
https://ift.tt/3e0350j
New post on /r/flutterdev subreddit:

No experience in Android Studio and Flutter
There’s this project I want to make for school where an app would contain all the lessons for the semester in my class. And I also want to include some games so that it would be interactive and entertaining for the students. And after all that, I want to app to be offline and stand alone. So that students from remote area with limited signal and only have smartphones for online class would still enjoy the lessons. This is for college students.I have background in Python and a bit in Java. I researched that Flutter would be best to use. I just downloaded Android Studio but it seemed rather confusing as a beginner :(What do I do? I don’t know where to start :(

April 29, 2021 at 04:31PM by jollybeanie37
https://ift.tt/3u92vD2
New post on Flutter Dev Google group:

Flutter Sound library
I need to write a mini-sound editor app. It should be able to record/playback speech, staer, stop, pause, resume, jump to location. I also need to display the sound-wave being edited, and cut, copy, paste from the sound-wave-view. It needs to be cross-platform (ios, android, web) (native apps

April 29, 2021 at 05:57PM by John Charbonneau
https://ift.tt/3gKXSLC
New post on /r/flutterdev subreddit:

Will flutter become "the everything" language?
I mean that if it will become the language to create apps for everything.

April 29, 2021 at 10:46PM by CsInquirer
https://ift.tt/3u0QeR0
New post on Flutter Dev Google group:

newbie: how to create class with parameters like widgets
Don't know how to search the documentation to find my answer. I want to create my own class. I want to be able to use the same type of syntax that I use when overriding attributes in a standard library widget. Example: =========================== Container{ color: Colors.red, }

April 30, 2021 at 12:50AM by Lawrence Emke
https://ift.tt/3e2EGad
New post on Flutter Dev Google group:

need help , flutter and vs code : android sdk
i tried to work android app with vs cod but i found issues that i couldn't solve can any one help

April 30, 2021 at 01:13AM by mohcine Elaacharri
https://ift.tt/3xJ3UTd
New post on /r/flutterdev subreddit:

Choosing between a M1 with 8gb and an Intel with 16gb macbook
So where I live it's quite hard to get custom configs so I kind of stuck with the M1 pro 8gigs of ram base model. I am really confused and worried since it's my first MacBook ever and the price is high taking into account the cost of living from where I am. I am currently doing flutter and is planing to learn iOS development too. Won't use the device at work, it will be my daily driver and will run my side/learning projects maybe future freelance ones. What do you guys think? Should I eliminate the risks and go with an Intel model with 16 gigs of ram and lose the features that are and will be available to Apple silicon devices, Or go with a pro 8gigs of ram M1 and risk memory pressure? PS: I lose the installment plans if the Apple reseller ordered a custom config. That's actually troublesome for me.

April 30, 2021 at 02:30AM by ahmdaeyz
https://ift.tt/3t5a78i
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