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

Flutter Dapp in Flutter Web
Anyone here tried to build a decentralised application in flutter web? All tutorials are only focusing on blockchain apps rather than the web. And the libraries aren’t the best in terms of documentation.

March 27, 2021 at 04:38PM by Thylawsnipeth
https://ift.tt/3rsItBe
New post on /r/flutterdev subreddit:

Hey Coders! Recently I've written an article about my navigation pattern in #Flutter 💙 It would be great if you checked it out 😉
https://ift.tt/30Z4QDr

March 27, 2021 at 08:03PM by ThatLukeUrban
https://ift.tt/3rt6LLE
New post on /r/flutterdev subreddit:

I've finished my simple #Flutter version manager! 💙 As it turned out there are similar apps that do this job but I wanted to finish mine anyway - to prove myself I can. There are only two commands to remember 😂
https://ift.tt/39n8qMn

March 27, 2021 at 07:54PM by ThatLukeUrban
https://ift.tt/31oRAZ5
New post on /r/flutterdev subreddit:

Why not use sharedpreferences plugin for state managment instead of provider?
Why simply not use shared prefernces, together with setState, mobx and providers looks like an overkill for smaller apps. What are disadvantages of this approach in general if we are looking for smaller apps?

March 27, 2021 at 11:07PM by zabaci
https://ift.tt/3w5ENcg
New post on /r/flutterdev subreddit:

How do you select which Camera you want to be used in iOS?
iPhone 12 Pro has three cameras. If I were to force the app for a specific default camera, how should I do that in flutter?

March 28, 2021 at 12:24AM by FormerYogurtcloset17
https://ift.tt/3forrSq
New post on /r/flutterdev subreddit:

Getting an initial callback from Stream.periodic: Randal answers a late night question about how to get a callback from Stream.periodic at the start of the stream, and solves it, and solves it, and solves it, and solves it some more. Examples shown of “async*” and “yield*” and concatenating streams
https://youtu.be/wgG641Qb5C4

March 28, 2021 at 04:36AM by RandalSchwartz
https://ift.tt/2PeFGhV
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