New post on /r/flutterdev subreddit:
In 90 minutes, I’ll be on-stage for Flutter Engage Extended Event Jinja & Kayunga!
https://ift.tt/3sMIqAO
April 23, 2021 at 04:35PM by RandalSchwartz
https://ift.tt/3vi2GMj
In 90 minutes, I’ll be on-stage for Flutter Engage Extended Event Jinja & Kayunga!
https://ift.tt/3sMIqAO
April 23, 2021 at 04:35PM by RandalSchwartz
https://ift.tt/3vi2GMj
gdg.community.dev
Flutter Engage Extended Event Jinja & Kayunga | Google Developer Groups
I'm attending Google Developer Groups GDG Jinja w/ Flutter Engage Extended Event Jinja & Kayunga on Apr 23, 2021.
New post on /r/flutterdev subreddit:
Explored Package For Loading large Image from Internet.
https://www.youtube.com/watch?v=URZhsJxbJ4c
April 23, 2021 at 04:32PM by Dhanraj_Flutterdev
https://ift.tt/2QMHCyK
Explored Package For Loading large Image from Internet.
https://www.youtube.com/watch?v=URZhsJxbJ4c
April 23, 2021 at 04:32PM by Dhanraj_Flutterdev
https://ift.tt/2QMHCyK
YouTube
Flutter Progressive Image | Flutter Package you should use
A flutter widget which progressively loads larger images using Low-Quality Image Placeholders.
#flutter #flutterdev
Features:
Displays placeholder and thumbnail image until the target Image loads.
Smooth Fade-in animations for preventing immediate image…
#flutter #flutterdev
Features:
Displays placeholder and thumbnail image until the target Image loads.
Smooth Fade-in animations for preventing immediate image…
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/sandstoneTLDRSandstone 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
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/sandstoneTLDRSandstone 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
Medium
Sandstone: Yet Another State Management Solution
(that just might be of interest to you)
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
🎮 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
stadia.dev
Architecting for user (and engineer) happiness during Stadia Controller setup
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
👩💻👨💻 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
GitHub
Update errors.md with info about Zones errors handling by blazern · Pull Request #5612 · flutter/website
Some errors that occur in a Flutter app cannot be caught by the Flutter framework.
When I first faced it, it took me some time to figure out that these errors can be caught by a Zone and how a Zone...
When I first faced it, it took me some time to figure out that these errors can be caught by a Zone and how a Zone...
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
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
GitHub
HEROMORA/FancyShop
Contribute to HEROMORA/FancyShop development by creating an account on GitHub.
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
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
reddit
How much dart should I learn before flutter?
What are the main concepts of dart I need to grasp before starting to learn flutter?
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
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 /r/flutterdev subreddit:
I'm developing a mobile video player for Japanese language learners with Flutter!
https://ift.tt/3rkrP7d
April 24, 2021 at 03:15AM by ArtisanLRO
https://ift.tt/2Qk4YvV
I'm developing a mobile video player for Japanese language learners with Flutter!
https://ift.tt/3rkrP7d
April 24, 2021 at 03:15AM by ArtisanLRO
https://ift.tt/2Qk4YvV
GitHub
GitHub - lrorpilla/jidoujisho: A mobile video player, reader assistant, image mining workflow and card creation toolkit tailored…
A mobile video player, reader assistant, image mining workflow and card creation toolkit tailored for language learners. Allows text selection of subtitles for quick lookups and export to Anki with...
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
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
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
reddit
API
Do you know where I can get some good resources/docs/pdfs for creating API's in dart.?
New post on /r/flutterdev subreddit:
CRUD operations using Firebase Cloud Firestore and Flutter
https://ift.tt/3dMjFjY
April 24, 2021 at 06:23AM by Cr0c0lia
https://ift.tt/32GgmVr
CRUD operations using Firebase Cloud Firestore and Flutter
https://ift.tt/3dMjFjY
April 24, 2021 at 06:23AM by Cr0c0lia
https://ift.tt/32GgmVr
Codemagic blog
CRUD operations using Firebase Cloud Firestore and Flutter | Codemagic Blog
In this article, you will learn to integrate Cloud Firestore with Flutter and perform CRUD (create, read, update and delete) operations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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 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
Dart packages
yaz | Flutter package
Yaz, State User Options and Content Manager Package For Flutter Client
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
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
GitHub
LonelyCpp/tweet_png
A flutter app to generate beautiful, high-quality screenshots of tweets from twitter. - LonelyCpp/tweet_png
New post on /r/flutterdev subreddit:
Glassmorphism UI Design in Flutter App
https://youtu.be/71_tN02uBRc
April 24, 2021 at 09:15AM by imran_sefat
https://ift.tt/3tP4NqS
Glassmorphism UI Design in Flutter App
https://youtu.be/71_tN02uBRc
April 24, 2021 at 09:15AM by imran_sefat
https://ift.tt/3tP4NqS
YouTube
Glassmorphism UI Design in Flutter App
Hello, this is a tutorial of how you can make Glassmorphism in Flutter App. More Flutter tutorials are coming. 🔥 🔥🔥
Your likes and subscription inspire me to make more videos. If you think this video helped you then please subscribe and like the video. 👌…
Your likes and subscription inspire me to make more videos. If you think this video helped you then please subscribe and like the video. 👌…
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
reddit
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...
New post on /r/flutterdev subreddit:
Flutter WooCommerce Admin App - EP 02 - Category List
https://youtu.be/nOTc_3JO-jU
April 24, 2021 at 12:18PM by K_SNIPPET
https://ift.tt/3ngxWbX
Flutter WooCommerce Admin App - EP 02 - Category List
https://youtu.be/nOTc_3JO-jU
April 24, 2021 at 12:18PM by K_SNIPPET
https://ift.tt/3ngxWbX
YouTube
Flutter WooCommerce Admin App - EP 02 - Category List 🔥🔥
This is the Second Video of Flutter WooCommerce Admin App Series, In this Video we will learn how to Create Category List page with Flutter Data Table.📎Flut...
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 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
Mukhtharcm
Create an Image from Widget in Flutter
Let's learn how to create an Image from Widgets in Flutter using RepaintBoundary widget