Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

Is resocoder bootcamp worth it?
Hey guys, hope all of you are doing great I want to ask you if you have bought or have any opinions on ResoCoder bootcamp. I saw that it has a discount bc of black friday but it is still a considerable amount for me. So, any of your opinions would be appreciated! I have like 2 years working with flutter but just recently learnt how bloc package and context works and I don’t know how to apply any clean arch or testing in it, so I consider that, because reso has great tutorials on YouTube, the bootcamp would really help me to improve my skills a lot. Thanks in advance!

November 26, 2021 at 08:54PM by jordienp69
https://ift.tt/3FWilXj
New post on /r/flutterdev subreddit:

What makes you develop plugin for Flutter?
Flutter plugins are free. Those who develop plugins, what's ur story or motives?

November 26, 2021 at 11:16PM by simp-lord101
https://ift.tt/3p2VKBs
New post on /r/flutterdev subreddit:

Switch to Flutter from Xamarin?
I'm an experienced dev in a very small company, our main software is client/server stuff you wont have heard about ( https://www.jadeworld.com/ ) and do supply chain stuff..Bolted onto that using rest api's we have Xamarin mobile apps and MVC websites. We also have several libraries we use across these ( intermediate rest stuff, components etc). All of this is in c#, apps are built for android and ios etc.Xamarin is a giant pain in the ass. It seems you spend 1/2 your time coding around their bugs. Their CSS stuff is bs, I've no hope MAUI will be on time, competent or without significant effort to make real use of.​So I spent Friday kicking around some dart/flutter, mostly running in chrome, seems fun but it would be a lot of effort to switch given our dev team size etc ( theres 3 of us working on the Microsoft stack at the moment).​Anyone done this, if so how did you find it, any pitfalls? Anything to make the swap easier?

November 27, 2021 at 02:14AM by RobDickinson
https://ift.tt/32HeyPj
New post on /r/flutterdev subreddit:

Best way to handle data other than using Firebase
Im building a flutter app for my meme templates web app. It has around 3k meme templates and expected to grow and change related movie and actors. Im using Firebase for my web app. But the issue is I have multiple records of small size ans firebase billing model affects me highly. My use case doesn't need to have realtime reflections. Im thinking of json and parsing it each page and using filter and sort manually computing in dart. Is that effective. Or do I have any alternatives? should I go for any database - In that case how to sync that database and external server data? Any best practices?

November 27, 2021 at 12:21PM by mil10akash
https://ift.tt/30YIYMs
New post on /r/flutterdev subreddit:

How often are Cupertino widgets updated?
I am considering making an iOS app using Flutter's Cupertino widgets, but I am concerned about the app's design growing out of date as Apple updates their native UI components.For example, iOS 15 has come out recently making the current Cupertino widgets (technically) out of date. How long would you expect it to take for the widgets to be brought inline with Apple's new standard?

November 27, 2021 at 04:02PM by ArtisticChicken2005
https://ift.tt/3D0rxrD
New post on /r/flutterdev subreddit:

Flutter best practice
Hello guys, I have a question about a snippet of my code,Is this a best practice to refresh a list that I'm calling from API, I mean by navigating first then waiting to get the list?if (model.success != null) {if (model.success[0] != '0') {var missionProvider= Provider.of<MissionPendingController>(context,listen: false);Navigator.pop(context);await missionProvider.getMissionPendeingList(deptId: 0,missdes: '',secId: 0,unitId: 0,staffId: 0,fromDate: '10-10-2015',toDate: '10-10-2022',manStatus: 0,supStatus: 0,);} else {return customHandleErrorAlertDialog(context, model.success[1]);}} else {return customErrorAlertDialog(context);}

November 27, 2021 at 09:34PM by Memo9512
https://ift.tt/3cZzv9G
New post on /r/flutterdev subreddit:

How to approach developing the app as a beginner?
Hi everyone,I'm just getting in to development in Flutter and wanted to start off with a classic calculator app.While I'm putting it together I find myself jumping between wanting to implement functionality, then wanting to get the visual styling looking good, then thinking about how to develop in a scalable way.In the end I haven't made much progress.I was wondering what approach do you take? How do you prioritise which of those to work on when? Do you get all the functionality done then do the visuals or do you do it as you go? Or something else?Thanks for any help!

November 28, 2021 at 02:41AM by SnooPeppers7843
https://ift.tt/3DZYG8j