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

I'm creating my second app, would like some tips for architecture and state management.
My first app I made using Bloc and clean architecture from Resocoder. It still not totally finished, but I'm waiting some bureaucratic stuff in play store to be able to finish it.
In the meantime, I want to create a new app.But please, no BLoC and clean architecture. It was a nightmare, so much my productivity dropped to almost zero in the past week. There are so much boilerplate code I lost the fire and passion on working in my app.I'm hoping relight that passion in programming with a fresh start. That may help me cheer up a little bit.
But I will need to learn a new state management package and architecture from scratch.I plan to use MVVM + Riverpod, but I heard riverpod is not ready for use in production, so I'm thinking in use provider instead.My app will be like a google agenda copycat.
Agendas can become big apps, and that makes me concern a bit about the architecture I will choose.

March 28, 2021 at 06:06AM by werexzenok
https://ift.tt/2P5R1Ba
New post on /r/flutterdev subreddit:

Just published my first package 😄. Track version and build history on any platform, great for data migrating.
https://ift.tt/3w4WRDc

March 28, 2021 at 08:54AM by kev9318
https://ift.tt/3lXqgux
New post on /r/flutterdev subreddit:

Giving back to the community - Scalable app in Flutter - 0 to 100.
Hello everyone,Quick background10+ years of Tech. Industry;8+ years of Mobile experience (5+ Android, 3+ Flutter);Specialising in MVP (minimal viable product) and POC (proof of concept) development;So far built ~20 Flutter apps;Taking care of full e2e development (backend, frontend, sever).
As for Flutter, my biggest app to date had 60+ models and 60+ pages, 40k+ lines of code.I've decided to share with everyone my years of experience with Flutter and how I build successful Apps for my clients. Hopefully it can be helpful for many starting up with Flutter and for others - there can be some new things to learn.Secretum started as a side project but evolved to more than that. One of the interesting aspects of the project is `encryption`. Lots of topics needs to be covered and I'll try to cover everything mentioned in `readme`.
If you'd like to see anything in particular - give me a shout!---------------------------------
GitHub of Secretum - https://github.com/deimantasa/secretum-mobileYou can easily run it on your own Firebase project.---------------------------------As for today, I have a quick product demo with overall walkthrough. With time, I'll be able to share more video walkthroughs and how-to's about it.Hope it'll be be helpful for you guys!Cheers

March 28, 2021 at 09:49AM by Deimantasa
https://ift.tt/3tSTDB0
New post on /r/flutterdev subreddit:

FlutterForce — Week 114
https://ift.tt/3sHITFa

March 28, 2021 at 10:59AM by flutterist
https://ift.tt/3lZnNj5
New post on /r/flutterdev subreddit:

Navigator 2.0 for Authentication and Bootstrapping
Hi! I wrote a series of articles regarding the Navigator 2.0 API. I am hoping that the articles and the sample app with the source code on Github would help developers who have been suffering to understand the Navigator 2.0 API.The series starts with an introduction article in which declarative navigation API and the sample apps are explained with screen recording.In the second article, the Router widget and Pages API are introduced, and building a navigation stack according to the app state changes (ui interaction, back press) is explained.In the third article, authentication use case is added to the sample apps, and building the navigation stack according to the authentication state changes is explainedIn the fourth article, handling bootstrapping process with Navigator 2,0 API is explained.In the fifth article, parsing and restoring Web URLs with Navigator 2.0 API is explained.The source code for the sample apps is also included in the articles. (edited) 

March 28, 2021 at 10:56AM by ulusoyapps
https://ift.tt/39mbVT8
New post on /r/flutterdev subreddit:

Architecture libraries are bad. Change my view.
There seems to be a lot of discussion on what Architecture library to pick when starting a new project, whether its redux, bloc, provider, riverpod, etc.It scares me just to think I could have one single 3rd party plugin being the backbone of any project spread on every single class across the project. What if it goes bust and what is the point on having to learn about a specific plugin?I personally work with the bloc (pattern) but my logic classes don't inherit from any external packages. Sure I use plugins to help with some tasks like boilerplate generation and di, but they are easily replaceable by others achieving the same goal at any time. They just help me write less code. Why would you give up control to a library for your whole app anyway?

March 28, 2021 at 12:01PM by Alqueraf
https://ift.tt/3svQEhD
New post on /r/flutterdev subreddit:

[For Hire] Flutter Dev
Looking for a flutter developer to create a small project around developing an application which is in a crux the Uber-isation of Ambulances. Will share the prototype images for the application must look.Those interested DM.

March 28, 2021 at 12:31PM by ComprehensiveCup7916
https://ift.tt/3m0hX15
New post on /r/flutterdev subreddit:

How important is the lack of broadcast functionality in flutter_bloc?
I'm just reading about flutter_bloc and my initial impression is that is seems rather easier to implement than using rxdart.But I'm concerned about the one in/one out model it enforces. Why, in practice, are developers not finding this a problem? If I have two or more ui elements dependant upon the same change in data how does this get fanned out in flutter_bloc?

March 28, 2021 at 12:27PM by IanWorthington
https://ift.tt/3cvIbFw
New post on /r/flutterdev subreddit:

I published my first flutter package for widget
Hi all. I published my first flutter package. It is simple widget that shows chat box message on tap event. Hope this could be helpful for anyone who needs that feature.flutter chatty widget

March 28, 2021 at 01:27PM by hyobbb
https://ift.tt/3tT8vPQ
New post on /r/flutterdev subreddit:

Flutter Admin panel
Hello world!I'm creating an app for my local shop.. and I have no idea about how to create my admin panel.. ahy help please ?!

March 28, 2021 at 04:06PM by goldenone111
https://ift.tt/39ks4Zi
New post on Flutter Dev Google group:

VerificationFailed(Firebase Auth)
Hello, I am about to publish my application, but I am getting an error like the one below. Before uploading to Google Play ... I render with "flutter build apk --release" for testing on my own device. I also add the SHA-1 key in the key I created with keystore, and add the firebase and install

March 28, 2021 at 05:11PM by Muti
https://ift.tt/3ddhEfo
New post on /r/flutterdev subreddit:

Adding custom ads in Flutter (not with Admob)
What is the best way to implement custom ads management in Flutter apps?
The thing is I don't want to use admob and stick with automatic ads. I want to create partnerships with businesses in my hometown where I can embed their ads in my app. How would you do it?

March 28, 2021 at 05:51PM by Atef_S
https://ift.tt/2O4XBau
New post on /r/flutterdev subreddit:

Flutter Web examples or tutorials
Hi r/FlutterDev,​Do you know of websites built with Flutter 2 ?Do you know of Flutter 2 Web tutorials ? Can't seem to find much on YouTube.​Thanks!

March 28, 2021 at 08:06PM by joris_limonier
https://ift.tt/3syu9Zj
New post on Flutter Dev Google group:

Flutter run failing in M1 MacBook Air
Hello, I have build an application using flutter on a linux based laptop but now I have shifted to M1 Mac. That same project has stopped working in this device. When I run the flutter run command, I get an error. Error: * flutter run* *Downloading ios tools...

March 28, 2021 at 09:30PM by Anurag Tyagi
https://ift.tt/2PhzupB
New post on /r/flutterdev subreddit:

Can anyone help me understanding Architecture.
Whats the relationship between Repository, Data-Source and Services. I’m trying to make sense of this architecture my job wants me to understand.According to this architecture UI only interact with repo.Repo interact with Datasource. Data source will decide whether data will come from local or remote.Service interact with the outer world entities. Like fetching data from remote server.Architecture

March 28, 2021 at 11:01PM by anothr_anon_user
https://ift.tt/3dcCRGc
New post on /r/flutterdev subreddit:

Flutter Fr Space
Salut les gars!Nous venons de créer une chaine qui donnera des cours et tutoriels sur Flutter mais en français ceci sera un bon départ pour la communauté français si juste on s'y met tous en supportant la chaine par nos abonnements, likes et commentaires. Ci dessous le lien de la chaine !https://www.youtube.com/channel/UC2jf4JoAgGR4eaFYlOFaYUA

March 28, 2021 at 10:33PM by ofceab_obed
https://ift.tt/3m0Ak5R