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

Ecommerce API for flutter
does anyone know some good ecommerce third party API's for flutter or where I could find them

November 25, 2021 at 03:32AM by bill2340
https://ift.tt/3xjAmM2
New post on /r/flutterdev subreddit:

Firestore page view doc read
If I’m using page view to display each firestore document (like a quote app), when user launches the app, do all documents get called (read) or do they get read only per page view user sees?I’m asking because when app launches, I don’t want to read all docs at once to avoid unnecessary firebase bill

November 25, 2021 at 06:34AM by ManleyPlayz
https://ift.tt/3CO5SCL
New post on /r/flutterdev subreddit:

GetX is dead, what to use next?
Since getx no longer gets any updates, which state management approach would you suggest learning? I am aware about the getx drama but as a beginner I used it because it got the job done. What to go with next? Cubit? Provider? Thanks

November 25, 2021 at 07:24AM by ConfectionCool
https://ift.tt/3cK9Hym
New post on /r/flutterdev subreddit:

Padding or Divider
What do you use to create space beetwen widget in a list? Padding or Divider?
Every time I can't decide, I know it's probably a stupid question but only want to listen of someothers expirience

November 25, 2021 at 10:48AM by Pigna1
https://ift.tt/3DRaSI9
New post on /r/flutterdev subreddit:

Do you prefer to use MethodChannel or EventChannel ?
When writing flutter plug-in to communicate with native, do you prefer to use MethodChannel or EventChannel or both. I feel that EventChannel is more cumbersome to use than MethodChannel.If your answer is EventChannel, can you tell me the reason, thanks.View Poll

November 25, 2021 at 11:59AM by PrestigiousNetwork19
https://ift.tt/3HQTkhO
New post on /r/flutterdev subreddit:

Well Written Open Source Flutter Project
On my road to learning Flutter, I came across an open source project that has helped me with alot of things.I just wanted to share the project to you guys in case you are looking for some ideas and well written code.​it uses the bloc state management framework. the developer is very active and i think it is a good base for clean code.If anyone wants to check it out i'll post the link to the github repository here.​https://github.com/robertodoering/harpy

November 25, 2021 at 02:05PM by Cicada-Certain
https://ift.tt/3HSRhtG
New post on /r/flutterdev subreddit:

State Management ?
Guys , as I'm new to app making using flutter just wanted to know which state management would be best. Like i have been using getx and its quite easy but recently found reddit post stating that getx is dead and use will have to use another state management .

November 25, 2021 at 04:51PM by stg_reigns
https://ift.tt/3E4tNze
New post on /r/flutterdev subreddit:

What is the current best REST API to use?
I saw this post on medium recommending dio:https://medium.com/@samuelomole/upload-images-to-a-rest-api-with-flutter-7ec1c447ff0eIt looks really straight-forward. Is this still recommended or is there something better out there now? I'm not doing anything particularly fancy with my app, just making very straight forward REST requests to a web service hosted on Azure. I may need to implement OAuth at some point later.

November 25, 2021 at 06:22PM by bc_uk
https://ift.tt/3I4SWN1
New post on /r/flutterdev subreddit:

Best paid course for Flutter
Hi everyone. I'm trying to start learning flutter. The simple installation of Android Studio+Flutter was a pain in the ass of errors and configurations. Already done.I know some Java but now I want to start with the app dev.Could you point me to the best paid course out there? The free youtube course are outdated and as far as I know Angela Yu (best instructor imho) is also outdated.I have been pointed to Fernando Herrera too. But... Could you tell me where to learn to start my journey?Thanks to everyone who post here

November 25, 2021 at 09:37PM by InvaderFM
https://ift.tt/3xvZeAk
New post on /r/flutterdev subreddit:

Is making an Android launcher with Flutter a good idea?
I know it's possible to make an Android launcher with Flutter; just not sure if it's a good idea or not.

November 26, 2021 at 08:37AM by imdeadinsidelol
https://ift.tt/3cMM7kA
New post on /r/flutterdev subreddit:

Where are the most Flutter devs in the world?
Hello, fellow flutter devs!My friend asked, are there more Flutter devs in Europe than in the USA? I was wondering myself...Let's check!View Poll

November 26, 2021 at 11:07AM by alex_tnx
https://ift.tt/3cNdtqM
New post on /r/flutterdev subreddit:

Atomic Design with Flutter
https://ift.tt/2ZqIspv

November 26, 2021 at 12:04PM by Happycodeine
https://ift.tt/3FMTzsq
New post on /r/flutterdev subreddit:

Any indie dev success story with Flutter?
Have you been successful developing your own app or at least earn a good amount of money? I've been using it for two years and none of my app hits. Please share your story with us.

November 26, 2021 at 02:04PM by simp-lord101
https://ift.tt/3r6Mw9Y
New post on /r/flutterdev subreddit:

Is Riverpod easy to learn?
I always use Provider and now thinking to use Riverpod. Is it as easy as provider?

November 26, 2021 at 02:00PM by simp-lord101
https://ift.tt/3FK4bIo
New post on /r/flutterdev subreddit:

App Feedback Thread - November 26, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

November 26, 2021 at 03:00PM by AutoModerator
https://ift.tt/3cQT5Ff
New post on /r/flutterdev subreddit:

Help! I'm leaning towards Getx for this large high budget project.
So I have this project in hand and I am the only developer in the team.After some research I can either use riverpod, go_router, http and responsive packages or just the Getx.I did however took a peak at Getx source and it's looking pretty clean but the thing I am most concerned about is it's bad reputation.But I can also see some familiar faces on hate against "Getx" posts discussions.So my question is can you guys provide actual reasons why Getx is Bad which is not true for other packages (eg. What if it becomes unmaintained, or it changes the syntax etc these all can be said about other packages too).How I find some guidance.Thanks.

November 26, 2021 at 04:36PM by NeatFastro
https://ift.tt/3lbo0AR