Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

AutoComplete / Future
Hello I want to use the new AutoComplete class (https://ift.tt/3gNowDz) but it's stretching my limited knowledge of futures. I need to specify an optionsBuilder which returns an Iterable
New post on /r/flutterdev subreddit:

Flutter web app demo
My first flutter web app which is a slideshow introducing FlutterA brief Introduction to FlutterLet me know if you like it!

April 29, 2021 at 02:41PM by xaad29
https://ift.tt/3nyFabt
New post on /r/flutterdev subreddit:

sync solution for local sqlite to remote mysql
have you faced this need? if so, what did you choose to do to solve it? are there any solutions or packages available to utilize? I don't want to reinvent on this. thanks!update: I'm particularly learning about a multiple user situation where I need to take data to the remote not as a blind sync with client, but more like a transactional sync of changes, because users may be contributing to the same piece of data and having their devices online at different times.

April 29, 2021 at 03:57PM by matthewkooshad
https://ift.tt/3aON1wx
New post on /r/flutterdev subreddit:

Flutter app performance on old devices
I need to make an app for this device:https://sc04.alicdn.com/kf/Hada158b8522742c280c939f8aade91d6H.jpgThis device has ~800MB which makes the app so jagged-looking. Do you guys have any tips on what to disable to boost those performance a little bit?Thanks

April 29, 2021 at 03:29PM by Spectarion
https://ift.tt/3dZLg1p
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