New post on /r/flutterdev subreddit:
Flutter Navigator 2.0 - Clean Architecture
I'm trying to build an application that needs to support both mobile and web and I've been looking into the Flutter Navigator 2.0, but struggling to find much content out there - especially an example with clean architecture.This is the best article I've seen: https://medium.com/flutter-community/flutter-navigator-2-0-for-authentication-and-bootstrapping-part-1-introduction-d7b6dfdd0849But even throughout, he mentions that the example he implemented is not following clean architecture.I am using Firebase as a backend and it would seem like you would put the onAuthStateChanged listener in the AppDelegate?The other main concern is the "custom data type" for app configuration. It seems like there is a complicated process to determine app state and pass that to the AppDelegate and RouteInformationParser that doesn't seem like it would scale to a very large application.If anyone has any more helpful links or tips and tricks for implementing the new Navigator 2.0, it would be much appreciated!
July 27, 2021 at 03:54PM by austinn0
https://ift.tt/3eXRwqj
Flutter Navigator 2.0 - Clean Architecture
I'm trying to build an application that needs to support both mobile and web and I've been looking into the Flutter Navigator 2.0, but struggling to find much content out there - especially an example with clean architecture.This is the best article I've seen: https://medium.com/flutter-community/flutter-navigator-2-0-for-authentication-and-bootstrapping-part-1-introduction-d7b6dfdd0849But even throughout, he mentions that the example he implemented is not following clean architecture.I am using Firebase as a backend and it would seem like you would put the onAuthStateChanged listener in the AppDelegate?The other main concern is the "custom data type" for app configuration. It seems like there is a complicated process to determine app state and pass that to the AppDelegate and RouteInformationParser that doesn't seem like it would scale to a very large application.If anyone has any more helpful links or tips and tricks for implementing the new Navigator 2.0, it would be much appreciated!
July 27, 2021 at 03:54PM by austinn0
https://ift.tt/3eXRwqj
Medium
Flutter Navigator 2.0 for Authentication and Bootstrapping — Part 1: Introduction
In this series of articles, using the Navigator 2.0 API in Flutter projects is demonstrated with sample applications that are built…
New post on /r/flutterdev subreddit:
A CLI tool to help generate dart classes from json returned from API (Repost since the original one got removed)
https://ift.tt/3iRb6G6
July 27, 2021 at 03:33PM by pacifio
https://ift.tt/3f2lp9c
A CLI tool to help generate dart classes from json returned from API (Repost since the original one got removed)
https://ift.tt/3iRb6G6
July 27, 2021 at 03:33PM by pacifio
https://ift.tt/3f2lp9c
GitHub
GitHub - pacifio/json2dart: A CLI tool to help generate dart classes from json returned from API
A CLI tool to help generate dart classes from json returned from API - GitHub - pacifio/json2dart: A CLI tool to help generate dart classes from json returned from API
New post on /r/flutterdev subreddit:
How Flutter renders the UI
UI is made through widgets, but how do they end up on the screen? This post is a quick deep-dive in how the framework goes from the widgets to painting the pixels on the screen.
July 27, 2021 at 03:28PM by alliscode
https://ift.tt/3zEaWZo
How Flutter renders the UI
UI is made through widgets, but how do they end up on the screen? This post is a quick deep-dive in how the framework goes from the widgets to painting the pixels on the screen.
July 27, 2021 at 03:28PM by alliscode
https://ift.tt/3zEaWZo
Medium
How Flutter renders the UI
As developers we make our UI through widgets, but how do they end up on the screen? How do we get that smooth 120 frames per second? Let’s…
New post on /r/flutterdev subreddit:
This community needs a sticky thread for all the major production apps built with Flutter
As a Front-end developer, I am constantly asked for building Web apps and Apps with whatever technology stack the higher-ups ask me to work with, hence I seriously have no say in What framework to choose. I am given the prototypes, the postman collection, and the name of the framework that's all. But even then when I am personally asked to choose a framework I recommend Flutter, I have been with it since its inception and I truly like a lot of its features (except styling, I am much more well versed with CSS type styling and have to reference Internet constantly while styling Flutter). It will be great to have a handy list of examples always ready to show to back up my recommendation for Flutter. I am glad that Google Pay and Google Ads exist as example, but bringing up Google Pay also brings up the same "Stutter on iOS" GitHub post which kind of sets me back to square one.I hope this is not a stupid request and will be great if the community thinks about it.Thank You :D
July 27, 2021 at 03:21PM by dumbledayum
https://ift.tt/2WszAhl
This community needs a sticky thread for all the major production apps built with Flutter
As a Front-end developer, I am constantly asked for building Web apps and Apps with whatever technology stack the higher-ups ask me to work with, hence I seriously have no say in What framework to choose. I am given the prototypes, the postman collection, and the name of the framework that's all. But even then when I am personally asked to choose a framework I recommend Flutter, I have been with it since its inception and I truly like a lot of its features (except styling, I am much more well versed with CSS type styling and have to reference Internet constantly while styling Flutter). It will be great to have a handy list of examples always ready to show to back up my recommendation for Flutter. I am glad that Google Pay and Google Ads exist as example, but bringing up Google Pay also brings up the same "Stutter on iOS" GitHub post which kind of sets me back to square one.I hope this is not a stupid request and will be great if the community thinks about it.Thank You :D
July 27, 2021 at 03:21PM by dumbledayum
https://ift.tt/2WszAhl
reddit
This community needs a sticky thread for all the major production...
As a Front-end developer, I am constantly asked for building Web apps and Apps with whatever technology stack the higher-ups ask me to work with,...
New post on /r/flutterdev subreddit:
Flip Animation
https://ift.tt/3hIHQSA
July 27, 2021 at 05:59PM by shubhamhackz
https://ift.tt/3l33GlW
Flip Animation
https://ift.tt/3hIHQSA
July 27, 2021 at 05:59PM by shubhamhackz
https://ift.tt/3l33GlW
GitHub
GitHub - shubhamhackz/flip_view: A Flutter app with flip animation to view profiles of friends. 🌟
A Flutter app with flip animation to view profiles of friends. 🌟 - shubhamhackz/flip_view
New post on /r/flutterdev subreddit:
Building Game with Flutter #10.1: Event Logger.
https://youtu.be/jSqRqTQANCo
July 27, 2021 at 07:45PM by gladimdim
https://ift.tt/3i4AhWy
Building Game with Flutter #10.1: Event Logger.
https://youtu.be/jSqRqTQANCo
July 27, 2021 at 07:45PM by gladimdim
https://ift.tt/3i4AhWy
YouTube
Building Game with Flutter 10.1: Event Logger.
In this video I will code the Event Logger feature. Logger will listen to all the events happening inside your game and...log everything to the...log! Later these logs will be used to give you different achievements.
The game is not yet released but already…
The game is not yet released but already…
New post on /r/flutterdev subreddit:
all of the code for my games is now FREE
I have been creating games from scratch for the past year, and I have been selling the code on my website, but now i decided to make it all free and public on my github! Link in the video description :)https://youtu.be/IH3xgwV-9HkI am primarily doing this because I want to have a small community where people can raise issues with my code so that I can come around to fix them. I hope you enjoy <3
July 28, 2021 at 06:36AM by Heisenlife
https://ift.tt/3zNocLt
all of the code for my games is now FREE
I have been creating games from scratch for the past year, and I have been selling the code on my website, but now i decided to make it all free and public on my github! Link in the video description :)https://youtu.be/IH3xgwV-9HkI am primarily doing this because I want to have a small community where people can raise issues with my code so that I can come around to fix them. I hope you enjoy <3
July 28, 2021 at 06:36AM by Heisenlife
https://ift.tt/3zNocLt
YouTube
all of my code is now FREE
L E T ' S L I N K U P
patreon: https://www.patreon.com/mitchkoko/
github: https://github.com/mitchkoko/
instagram: https://www.instagram.com/createdbykoko/
website: https://mitchkoko.app/
facebook: https://www.facebook.com/createdbykoko/
flutter tutorial…
patreon: https://www.patreon.com/mitchkoko/
github: https://github.com/mitchkoko/
instagram: https://www.instagram.com/createdbykoko/
website: https://mitchkoko.app/
facebook: https://www.facebook.com/createdbykoko/
flutter tutorial…
New post on /r/flutterdev subreddit:
Want to use a SVG icon in the BottomNavigationBar?
I made a package for this. The reason is; if you use a SvgPicture.asset (from the flutter_svg package) with an BottomNavigationBar, the colors doesn't match with the colors if you used an Icon.The package url: https://pub.dev/packages/svg_iconI'd like if you comment any feature that you'd like in this library! (or bugs)
July 28, 2021 at 09:34AM by thndr0
https://ift.tt/3l3tazr
Want to use a SVG icon in the BottomNavigationBar?
I made a package for this. The reason is; if you use a SvgPicture.asset (from the flutter_svg package) with an BottomNavigationBar, the colors doesn't match with the colors if you used an Icon.The package url: https://pub.dev/packages/svg_iconI'd like if you comment any feature that you'd like in this library! (or bugs)
July 28, 2021 at 09:34AM by thndr0
https://ift.tt/3l3tazr
Dart packages
svg_icon | Flutter Package
Use SvgPicture.asset with an IconTheme
New post on /r/flutterdev subreddit:
How to implement a shake text effect in Flutter
https://ift.tt/3l0znMB
July 28, 2021 at 10:57AM by bizz84
https://ift.tt/3zKUvKY
How to implement a shake text effect in Flutter
https://ift.tt/3l0znMB
July 28, 2021 at 10:57AM by bizz84
https://ift.tt/3zKUvKY
Code With Andrea
How to implement a shake text effect in Flutter
How to create a custom animation curve and implement a shake effect that can be applied to any widget in Flutter.
New post on /r/flutterdev subreddit:
Before After Effect in Flutter
https://www.youtube.com/watch?v=ZL_U9MOJFyw
July 28, 2021 at 10:55AM by Dhanraj_Flutterdev
https://ift.tt/37kg9cV
Before After Effect in Flutter
https://www.youtube.com/watch?v=ZL_U9MOJFyw
July 28, 2021 at 10:55AM by Dhanraj_Flutterdev
https://ift.tt/37kg9cV
YouTube
Flutter Before After Image Package Example | Flutter Tutorials
A flutter package which makes it easier to display the difference between two images.
#flutter #flutterdev
DO
LIKE
SHARE
SUBSCRIBE
Source Code:
Become Patreon: https://www.patreon.com/supportdhanraj
Twitter: https://twitter.com/DhanrajNilkanth
LinkedIn:…
#flutter #flutterdev
DO
LIKE
SHARE
SUBSCRIBE
Source Code:
Become Patreon: https://www.patreon.com/supportdhanraj
Twitter: https://twitter.com/DhanrajNilkanth
LinkedIn:…
New post on /r/flutterdev subreddit:
Support for Flutter · IntelliCode · An issue for people to 👍 to gauge interest
https://ift.tt/3x4kNWM
July 28, 2021 at 04:23PM by NatoBoram
https://ift.tt/3l3oeL1
Support for Flutter · IntelliCode · An issue for people to 👍 to gauge interest
https://ift.tt/3x4kNWM
July 28, 2021 at 04:23PM by NatoBoram
https://ift.tt/3l3oeL1
GitHub
Support for Dart(/Flutter) · Issue #133 · MicrosoftDocs/intellicode
Spawned from discussion here about extensibility for other languages, an issue for people to 👍 to gauge interest.
New post on /r/flutterdev subreddit:
Humpday Q&A/AMA :: Flutter Global Summit '21 :: 28th July
https://youtube.com/watch?v=fPVxGXKh05Q&feature=share
July 28, 2021 at 06:02PM by Pixelreddit
https://ift.tt/3BTjkpG
Humpday Q&A/AMA :: Flutter Global Summit '21 :: 28th July
https://youtube.com/watch?v=fPVxGXKh05Q&feature=share
July 28, 2021 at 06:02PM by Pixelreddit
https://ift.tt/3BTjkpG
YouTube
Humpday Q&A/AMA :: Flutter Global Summit '21 :: 28th July
Today, we'll recap the Flutter Global Summit '21, by Geekle!
New post on /r/flutterdev subreddit:
Live: Flutter + Supabase
https://youtu.be/Ka24swy1Vsw
July 28, 2021 at 07:09PM by ibhavikmakwana
https://ift.tt/3l44g2L
Live: Flutter + Supabase
https://youtu.be/Ka24swy1Vsw
July 28, 2021 at 07:09PM by ibhavikmakwana
https://ift.tt/3l44g2L
YouTube
Live: Flutter + Supabase (Part 1)
I am developing an open source application in which I using Flutter and Supabase which is an alternative of the Firebase.
I thought of doing it live, so I can share my learings with all.
If you have missed previous streams then you can check it out here:…
I thought of doing it live, so I can share my learings with all.
If you have missed previous streams then you can check it out here:…
New post on /r/flutterdev subreddit:
onboarding_overlay | Flutter Package - Released a new version, now with arrows on the label box
https://ift.tt/3n8mWNH
July 28, 2021 at 06:14PM by The_GoldyMan
https://ift.tt/3x9JNfo
onboarding_overlay | Flutter Package - Released a new version, now with arrows on the label box
https://ift.tt/3n8mWNH
July 28, 2021 at 06:14PM by The_GoldyMan
https://ift.tt/3x9JNfo
Dart packages
onboarding_overlay | Flutter Package
Flexible to control Onboarding overlay with or without target element (fork from onboard_overlay)
New post on /r/flutterdev subreddit:
Poll: Semicolons - what do you prefer?
https://twitter.com/creativemaybeno/status/1420436480640667648?s=20
July 28, 2021 at 07:35PM by creativemaybeno
https://ift.tt/3ibfVLc
Poll: Semicolons - what do you prefer?
https://twitter.com/creativemaybeno/status/1420436480640667648?s=20
July 28, 2021 at 07:35PM by creativemaybeno
https://ift.tt/3ibfVLc
Twitter
creativecreatorormaybenot
Which option do you prefer? ➡️ for #dart #flutter but also in general. 🔁 retweet for sample size 🚀
New post on /r/flutterdev subreddit:
Flutter Translate Text to Speech in 10 Different Languages
https://youtu.be/lHYGhNtaNRg
July 28, 2021 at 07:26PM by mheshm
https://ift.tt/3f5rguv
Flutter Translate Text to Speech in 10 Different Languages
https://youtu.be/lHYGhNtaNRg
July 28, 2021 at 07:26PM by mheshm
https://ift.tt/3f5rguv
YouTube
Flutter Translate Text to Speech in 10 Different Languages
In this video, I will make an app that lets you enter text in any language and it will be translated into 10 Languages, then when you click on any language button, you will listen to the text in this language. enjoy!
⭐Source Code: https://github.com/Mah…
⭐Source Code: https://github.com/Mah…
New tweet from FlutterDev:
RT @Firebase: 🤔 How can you use the Firebase Realtime Database with your Flutter app? @ToddKerpelman covers the key considerations of the…— Flutter (@FlutterDev) Jul 28, 2021
July 28, 2021 at 10:01PM
http://twitter.com/FlutterDev/status/1420474466090450944
RT @Firebase: 🤔 How can you use the Firebase Realtime Database with your Flutter app? @ToddKerpelman covers the key considerations of the…— Flutter (@FlutterDev) Jul 28, 2021
July 28, 2021 at 10:01PM
http://twitter.com/FlutterDev/status/1420474466090450944
Twitter
Firebase
🤔 How can you use the Firebase Realtime Database with your Flutter app? @ToddKerpelman covers the key considerations of the Realtime Database and uses it to perform some common actions using Flutter in this episode of #Firecasts. 📺 Tune in now → goo.gle/3eBrr0d
New post on /r/flutterdev subreddit:
Deep Dive Into State
https://ift.tt/2UYw122
July 29, 2021 at 01:02AM by fredgrott
https://ift.tt/3zKZMSz
Deep Dive Into State
https://ift.tt/2UYw122
July 29, 2021 at 01:02AM by fredgrott
https://ift.tt/3zKZMSz
Medium
Deep Dive Into State
Guess what the secret to understanding state in Flutter is? The state solutions came about in different groups working through what the…
New post on /r/flutterdev subreddit:
Updated route transitions to null safety , exposing easy to use functions to navigate within the app
https://ift.tt/2UUEQcQ
July 29, 2021 at 02:16AM by pacifio
https://ift.tt/2WwjHXf
Updated route transitions to null safety , exposing easy to use functions to navigate within the app
https://ift.tt/2UUEQcQ
July 29, 2021 at 02:16AM by pacifio
https://ift.tt/2WwjHXf
Dart packages
route_transitions | Flutter Package
A flutter library containing useful animations for routing .
New post on /r/flutterdev subreddit:
Custom File type in flutter app.
Hi. I'm planning to create an app, a Desktop app specifically, that saves a custom file like MS word is to .docx, PowerBI is to .pbix.
Do you know any example of this in flutter? I've already looked into documentation but can't see this topic.
July 29, 2021 at 06:32AM by kenjhim
https://ift.tt/3xe6leR
Custom File type in flutter app.
Hi. I'm planning to create an app, a Desktop app specifically, that saves a custom file like MS word is to .docx, PowerBI is to .pbix.
Do you know any example of this in flutter? I've already looked into documentation but can't see this topic.
July 29, 2021 at 06:32AM by kenjhim
https://ift.tt/3xe6leR
reddit
Custom File type in flutter app.
A subreddit for Google's portable UI framework.