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

Yet another state management library
I decided to challenge myself to create a better state management solution for my current projects. Here’s the result.https://medium.com/@SamMarrs/sandstone-yet-another-state-management-solution-8fd2691c8e5c#bf71https://github.com/SamMarrs/sandstone​TLDRSandstone is a new state management library for Flutter. It is designed to convert common coding patterns into a predictable finite state machine. The library provides tools to cleanly manage and organize business logic, while being able to warn of potential mistakes through analysis of the underlying FSM.

April 23, 2021 at 06:08PM by Friendly_Redditor_
https://ift.tt/3ndNzkm
New tweet from FlutterDev:

🎮 Stadia Controller setup is made easier by combining Workflow with Hierarchical State Machine architecture.

Find out more in the blog post 👉 https://t.co/ANpYtpIkKM pic.twitter.com/vIjDGGtxIJ— Flutter (@FlutterDev) April 23, 2021

April 23, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1385624520900419594
New post on Flutter Dev Google group:

Android license status unknown. Run `flutter doctor --android-licenses` to accept the SDK licenses
Hi all, I can't install Flutter because I can't accept the Android licenses: I have Windows 10 - Intel Processor. I run flutter doctor with the following error C:\>flutter doctor Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 2.0.5, on Microsoft

April 23, 2021 at 07:32PM by William Miller
https://ift.tt/3etheC6
New tweet from FlutterDev:

👩‍💻👨‍💻 Collaboration fuels Flutter!

What's more fun to see than a PR where three developers from three different countries pop in to offer suggestions, help a coder solve a tricky tech problem, and get the right thing landed.

Find out more here ↓ https://t.co/7I8TL8jhuu— Flutter (@FlutterDev) April 23, 2021

April 23, 2021 at 08:59PM
http://twitter.com/FlutterDev/status/1385669763595214856
New post on /r/flutterdev subreddit:

Seeking a suitable state management solution for me
Hey, I'm OmarI've been developing application with flutter and trying different state management solutions for a while.Provider with Change Notifier caught my eyes, and I created several projects with it. It was really good for managing app wide state, however one thing I never liked was the mix between the UI & Emerphal state.I tried using the getX package and after checking up multiple projects I concluded to my perfect architectural pattern.Current github project following this pattern: HEROMORA/FancyShop (github.com)check lib/src/pages for pages controllerscheck lib/src/controllers for app wide controllersWhat i like most about this pattern and what i am trying to achieve is having an controller for each page that contains all its variables and inner logic for example:TextEditingControllers, isLoading booleans, Filtering lists logic, etc..A stuff that doesn't make sense to be in app-wide state providers or controllers but also doesn't make sense to be in the UI pagehowever after I did some research I found out the getX is really not a good choice if I'm developing a large application.Can I use bloc pattern to manage the inner logic state of each page the same way i am using page controllers in this project, while using provider with change notifier for app wide state managment ?And please i want any examples or projects for any patterns of managing the emerphale state and communicating with app-wide state.TLDR; what is the best pattern for holding the emerphal state of the pages without mixing it with app-wide logic or UI.

April 23, 2021 at 09:27PM by HEROMORA
https://ift.tt/3ndUmuv
New post on /r/flutterdev subreddit:

How much dart should I learn before flutter?
What are the main concepts of dart I need to grasp before starting to learn flutter?

April 23, 2021 at 11:59PM by youngpicassoo
https://ift.tt/3nhbPC3
New post on /r/flutterdev subreddit:

See how to clip widgets into donut shapes (circles with holes in the middle) with The Flutter Dojo's first tidbit!
https://ift.tt/2Pi3Qs5

April 23, 2021 at 11:05PM by TheFlutterDojo
https://ift.tt/3nkBVUP
New post on Flutter Dev Google group:

Add Item to a List Dynamically
Hi Flutter Community, I'm trying to add items to a Lis
New post on /r/flutterdev subreddit:

API
Do you know where I can get some good resources/docs/pdfs for creating API's in dart.?

April 24, 2021 at 04:48AM by Litified
https://ift.tt/3esytn5
New post on Flutter Dev Google group:

Precisely positioning Text above and image in flutter.
As the title says. based on the image i want to make the "fill in the blanks" method with iamge and text. any idea on how to achieve this? thanks!

April 24, 2021 at 07:28AM by potato gaming
https://ift.tt/3evVWDQ
New post on /r/flutterdev subreddit:

New State Management Package
https://pub.dev/packages/yaz Dear my frieds, I published my package in state, options and content management. I am waiting for your comments and criticisms

April 24, 2021 at 07:28AM by mehmetyaz
https://ift.tt/3aCFKQ5
New post on /r/flutterdev subreddit:

I made an app to generate beautiful, high-quality screenshots of tweets from twitter. Open-source, actively being developed and open to suggestions!
https://ift.tt/32LliIo

April 24, 2021 at 10:11AM by awesomeness-yeah
https://ift.tt/3tN5Fwd
New post on Flutter Dev Google group:

Flutter for web deployment on weblogic server
can we deploy flutter for web on oracle weblogic server??

April 24, 2021 at 11:51AM by Kamran Ali
https://ift.tt/32HsPrZ
New post on /r/flutterdev subreddit:

How many threads/cores can Android Studio Flutter compiler use?
I find the initial compile after "flutter clean" takes a while but uses all my 4 threads (hyperthreading on 2 core intel). So maybe a 16 core chip might get me down to something more reasonable.Anyone compiling on a mega-core chip, AMD or Intel? Does it use all your threads, and is it really quick?

April 24, 2021 at 11:49AM by itsastickup
https://ift.tt/3aBvszG
New post on /r/flutterdev subreddit:

New article on creating Image from Flutter widgets! In this post, we will learn to save a widget as image in Flutter! #100DaysOfCode #flutterdev #CodeNewbie
https://ift.tt/3eqvknX

April 24, 2021 at 01:55PM by mukhtharcm
https://ift.tt/2QkE9HZ