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

Steaming audio in Flutter with Just Audio
https://ift.tt/3dMWN3Z

April 24, 2021 at 01:31PM by Suragch
https://ift.tt/2QwIJ5I
New post on /r/flutterdev subreddit:

APIs - The Ultimate Guide
Check out this new Post about APIs - https://www.instagram.com/p/CODG6bMgEx_It explains everything in detail and is very useful for beginners!

April 24, 2021 at 02:37PM by KushalGoel786
https://ift.tt/3xjfvI9
New post on Flutter Dev Google group:

need function _ceil() & _round() same as lodash JavaScript utility library
hi , everyone , i want to know anyone create function or package like _ceil