New post on /r/flutterdev subreddit:
Flutter App Lifecycles For Designers
https://ift.tt/3BTWihS
September 08, 2021 at 05:44PM by fredgrott
https://ift.tt/38RR75C
Flutter App Lifecycles For Designers
https://ift.tt/3BTWihS
September 08, 2021 at 05:44PM by fredgrott
https://ift.tt/38RR75C
Medium
Flutter App Lifecycles For Designers
One of the most confusing ideas transitioning from Android and/or iOS is to understand how Flutter handles its application lifecycle.
New post on /r/flutterdev subreddit:
Announcing the Flutter 2.5 stable release
Hello and welcome to Flutter 2.5! This is a big release, with the 2nd highest stats in the history of Flutter releases: 4600 issues closed and 3932 PRs merged from 252 contributors with 216 reviewers. If we look back over the last year, we see a huge 21,072 PRs created by 1337 contributors, of which 15,172 of them were merged. While the “what’s new in Flutter” blog posts focuses on new features, our #1 job with Flutter is always making sure you have the features you need at the highest possible quality level.And in fact, this release continues a number of important performance and tooling improvements to track down performance problems in your own app. At the same time, there are a number of new features, including full screen support for Android, more Material You (also called v3) support, updated text editing to support switchable keyboard shortcuts, a new, more detailed look at your widgets in the Widget Inspector, new support for adding dependencies in your Visual Studio Code projects, new support for getting coverage information from your test runs in IntelliJ/Android Studio and a whole new app template to serve as a better foundation for your real-world Flutter apps. This release is jam-packed with exciting new updates, which you can read about in the blog post:https://medium.com/flutter/whats-new-in-flutter-2-5-6f080c3f3dc
September 08, 2021 at 07:13PM by csells
https://ift.tt/3nb0Jkh
Announcing the Flutter 2.5 stable release
Hello and welcome to Flutter 2.5! This is a big release, with the 2nd highest stats in the history of Flutter releases: 4600 issues closed and 3932 PRs merged from 252 contributors with 216 reviewers. If we look back over the last year, we see a huge 21,072 PRs created by 1337 contributors, of which 15,172 of them were merged. While the “what’s new in Flutter” blog posts focuses on new features, our #1 job with Flutter is always making sure you have the features you need at the highest possible quality level.And in fact, this release continues a number of important performance and tooling improvements to track down performance problems in your own app. At the same time, there are a number of new features, including full screen support for Android, more Material You (also called v3) support, updated text editing to support switchable keyboard shortcuts, a new, more detailed look at your widgets in the Widget Inspector, new support for adding dependencies in your Visual Studio Code projects, new support for getting coverage information from your test runs in IntelliJ/Android Studio and a whole new app template to serve as a better foundation for your real-world Flutter apps. This release is jam-packed with exciting new updates, which you can read about in the blog post:https://medium.com/flutter/whats-new-in-flutter-2-5-6f080c3f3dc
September 08, 2021 at 07:13PM by csells
https://ift.tt/3nb0Jkh
Medium
What’s new in Flutter 2.5
Performance improvements, DevTools updates, new Material You support, a new app template, and more!
New post on /r/flutterdev subreddit:
Animated Align Animation in Flutter | Basics
https://www.youtube.com/watch?v=oWCcQoVM2uA&t=344s
September 08, 2021 at 06:57PM by Dhanraj_Flutterdev
https://ift.tt/2YD6qx8
Animated Align Animation in Flutter | Basics
https://www.youtube.com/watch?v=oWCcQoVM2uA&t=344s
September 08, 2021 at 06:57PM by Dhanraj_Flutterdev
https://ift.tt/2YD6qx8
YouTube
Animated Align Animation Flutter | Flutter Tutorials
Hello guys, In this video learn how you can use Animated Align Widget to get Animation in your Flutter App.
If you Found this helpful do Like the Video.
#flutter #flutterdev
Please subscribe to my channel to motivate me.
Channel Link: https://cutt.ly/kkhVx3s…
If you Found this helpful do Like the Video.
#flutter #flutterdev
Please subscribe to my channel to motivate me.
Channel Link: https://cutt.ly/kkhVx3s…
New post on /r/flutterdev subreddit:
Firebase uses generic names for its classes
Back a while, firebase auth had a class named 'FirebaseUser' and after that they changed it into just 'User' (which broke a lot of my code). I know it's been long since that happened but what are your thoughts on using generic class names like 'User', 'Connection' etc in APIs? P.S. I do not have much experience in Flutter/Firebase.
September 08, 2021 at 06:53PM by fellow_manusan
https://ift.tt/3yZkdu9
Firebase uses generic names for its classes
Back a while, firebase auth had a class named 'FirebaseUser' and after that they changed it into just 'User' (which broke a lot of my code). I know it's been long since that happened but what are your thoughts on using generic class names like 'User', 'Connection' etc in APIs? P.S. I do not have much experience in Flutter/Firebase.
September 08, 2021 at 06:53PM by fellow_manusan
https://ift.tt/3yZkdu9
reddit
Firebase uses generic names for its classes
Back a while, firebase auth had a class named 'FirebaseUser' and after that they changed it into just 'User' (which broke a lot of my code). I...
New post on /r/flutterdev subreddit:
I made an app that schedules work-break intervals (e.g. Pomodoros) around your calendar events
I made an app that uses genetic algorithms to schedule work-break intervals, like Pomodoros, around your existing schedule events. I was blown away by how fast I could generate 100,000 possible days in a mobile environment. All in Flutter!Would love to hear what people think!
https://play.google.com/store/apps/details?id=com.DayBreak.apphttps://apps.apple.com/us/app/daybreak-smart-scheduling/id1575736839https://github.com/amrothemich/DayBreak
September 08, 2021 at 06:43PM by breakfastboii
https://ift.tt/3nfbT7q
I made an app that schedules work-break intervals (e.g. Pomodoros) around your calendar events
I made an app that uses genetic algorithms to schedule work-break intervals, like Pomodoros, around your existing schedule events. I was blown away by how fast I could generate 100,000 possible days in a mobile environment. All in Flutter!Would love to hear what people think!
https://play.google.com/store/apps/details?id=com.DayBreak.apphttps://apps.apple.com/us/app/daybreak-smart-scheduling/id1575736839https://github.com/amrothemich/DayBreak
September 08, 2021 at 06:43PM by breakfastboii
https://ift.tt/3nfbT7q
Google Play
DayBreak - Smart Scheduling - Apps on Google Play
DayBreak schedules breaks in your day while accommodating your existing events.
New post on /r/flutterdev subreddit:
New form library - Flutter Auto Form
Hello everyone,When Flutter first became public, I started to create a new form system because I always felt like it was such a p*** in the *** to create a form, including validation, loading dialogue, error display, etc. Then a few months ago, I decided to export a part of the system that I have been building for some years in the form of a package available on pub.dev.The package is only a replica of my library since I am not sure what to include... More on that later.So how does it work?Well, the first thing you have to do is to create a class extending the TemplateForm class. If we wanted to create a login form, it would look like that:
September 08, 2021 at 06:08PM by gaspard-m
https://ift.tt/3jTyFQb
New form library - Flutter Auto Form
Hello everyone,When Flutter first became public, I started to create a new form system because I always felt like it was such a p*** in the *** to create a form, including validation, loading dialogue, error display, etc. Then a few months ago, I decided to export a part of the system that I have been building for some years in the form of a package available on pub.dev.The package is only a replica of my library since I am not sure what to include... More on that later.So how does it work?Well, the first thing you have to do is to create a class extending the TemplateForm class. If we wanted to create a login form, it would look like that:
import 'package:flutter_auto_form/flutter_auto_form.dart'; class LoginForm extends TemplateForm { @override final List<Field> fields = [ AFTextField( 'identifier', 'Identifier', [ MinimumStringLengthValidator( 5, (e) => 'Min 5 characters, currently ${e?.length ?? 0} ', ) ], AFTextFieldType.USERNAME, ), AFTextField( 'password', 'Password', [ MinimumStringLengthValidator( 6, (e) => 'Min 6 characters, currently ${e?.length ?? 0} ', ) ], AFTextFieldType.PASSWORD, ) ]; }As you can see, there already is a set of pre-created validators. But since the goal of this package is also to let you create whatever you want, you can always make your validator!Then all you have to do is to create an AFWidget where you want to display a form:
AFWidget<LoginForm>( handleErrorOnSubmit: print, formBuilder: () => LoginForm(), submitButton:(submit) { return MaterialButton( child: const Text('Submit'), onPressed: () => submit(showLoadingDialog: true), ); }, onSubmitted: (LoginForm form) async { await Future.delayed(const Duration(seconds: 2)); print(form.toMap()); }, );And that's all! You now know how to create a fully-fledged fledged login form with Flutter Auto Form.Advanced modeIf you need to create your own field, you can always do it using the AFThemeData and Field class. To understand more about that, you can always look at the implementation of the AFTextField class!ConclusionTo end it, I would really love to hear your thought about this package. It's currently still in dev so please be understanding!LinksGithub repoPub.dev
September 08, 2021 at 06:08PM by gaspard-m
https://ift.tt/3jTyFQb
Dart packages
The official repository for Dart and Flutter packages.
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter and general Dart programs.
New post on /r/flutterdev subreddit:
Displaying Cupertino Action Sheets in Flutter
https://ift.tt/3tqQGZj
September 08, 2021 at 06:06PM by VandadNahavandipoor
https://ift.tt/3yYRl5o
Displaying Cupertino Action Sheets in Flutter
https://ift.tt/3tqQGZj
September 08, 2021 at 06:06PM by VandadNahavandipoor
https://ift.tt/3yYRl5o
GitHub
flutter-tips-and-tricks/displaying-cupertino-action-sheets-in-flutter.md at main · vandadnp/flutter-tips-and-tricks
A Collection of Flutter and Dart Tips and Tricks. Contribute to vandadnp/flutter-tips-and-tricks development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
My Experience Job Hunting
I wanted to share my experience with the job hunt in regards to flutter. I’m a non IT-working individual who has been teaching myself programming for roughly the last 2 years.Picked up flutter about 6 months ago, and started freelancing 2 months ago.I’ve updated my LinkedIn profile to say “Freelance Flutter Developer” shared my projects, updated my portfolio site, and have made connections to several recruiters at companies I’m interested in.Like some of you, I’m looking for a place to get started at.I’m on my 3rd interview this month, and am constantly getting message requests about contract/freelance opportunities from recruitment agencies on LinkedIn.Granted, one of those interviews is at a company that I’ve been connecting with for the last year or so, and it’s not a Flutter role but an IOS development role.I’m not sure what advice to offer, but I’d say if you have the free time to start freelancing. There are a ton of simple projects that you can definitely do on UpWork, while building up your skills and confidence.Optimize your LinkedIn profile, and start applying today. There is a huge need for capable Flutter/App developers and if contract or freelance work is your ideal work there’s an even larger demand for that.I can only imagine it growing more and more.
September 08, 2021 at 07:35PM by Old-Ad-2870
https://ift.tt/3zWNuqW
My Experience Job Hunting
I wanted to share my experience with the job hunt in regards to flutter. I’m a non IT-working individual who has been teaching myself programming for roughly the last 2 years.Picked up flutter about 6 months ago, and started freelancing 2 months ago.I’ve updated my LinkedIn profile to say “Freelance Flutter Developer” shared my projects, updated my portfolio site, and have made connections to several recruiters at companies I’m interested in.Like some of you, I’m looking for a place to get started at.I’m on my 3rd interview this month, and am constantly getting message requests about contract/freelance opportunities from recruitment agencies on LinkedIn.Granted, one of those interviews is at a company that I’ve been connecting with for the last year or so, and it’s not a Flutter role but an IOS development role.I’m not sure what advice to offer, but I’d say if you have the free time to start freelancing. There are a ton of simple projects that you can definitely do on UpWork, while building up your skills and confidence.Optimize your LinkedIn profile, and start applying today. There is a huge need for capable Flutter/App developers and if contract or freelance work is your ideal work there’s an even larger demand for that.I can only imagine it growing more and more.
September 08, 2021 at 07:35PM by Old-Ad-2870
https://ift.tt/3zWNuqW
reddit
My Experience Job Hunting
I wanted to share my experience with the job hunt in regards to flutter. I’m a non IT-working individual who has been teaching myself programming...
New tweet from FlutterDev:
⚡️💙 Time to bust jank and look good doing it -- Flutter 2.5 is ready! ✔️ Performance improvements ✔️ DevTools updates ✔️ New Material You support ✔️ A new app template (the skeleton!) And more! Dive in → https://t.co/vIivn3rCQ4 https://t.co/Fuwtsjab0Y— Flutter (@FlutterDev) Sep 8, 2021
September 08, 2021 at 08:00PM
http://twitter.com/FlutterDev/status/1435664264816205832
⚡️💙 Time to bust jank and look good doing it -- Flutter 2.5 is ready! ✔️ Performance improvements ✔️ DevTools updates ✔️ New Material You support ✔️ A new app template (the skeleton!) And more! Dive in → https://t.co/vIivn3rCQ4 https://t.co/Fuwtsjab0Y— Flutter (@FlutterDev) Sep 8, 2021
September 08, 2021 at 08:00PM
http://twitter.com/FlutterDev/status/1435664264816205832
New post on /r/flutterdev subreddit:
AppWrite with Google Sign In using Flutter on mobile
I was looking for a tutorial or example to do the above but didn't find one.Can someone point me in the right direction?
September 09, 2021 by slingkid
https://ift.tt/3l6FZYb
AppWrite with Google Sign In using Flutter on mobile
I was looking for a tutorial or example to do the above but didn't find one.Can someone point me in the right direction?
September 09, 2021 by slingkid
https://ift.tt/3l6FZYb
reddit
AppWrite with Google Sign In using Flutter on mobile
I was looking for a tutorial or example to do the above but didn't find one. Can someone point me in the right direction?
New post on /r/flutterdev subreddit:
Isolate #flutter #dart
can we use Isolate every API Request? and what are the disadvantages?
by
why we could use
September 08, 2021 at 10:14PM by sherifR2ft
https://ift.tt/3zV39qM
Isolate #flutter #dart
can we use Isolate every API Request? and what are the disadvantages?
by
isolate.spawn() or compute()
why we could use
Future.sync()
?September 08, 2021 at 10:14PM by sherifR2ft
https://ift.tt/3zV39qM
reddit
Isolate #flutter #dart
1. can we use **Isolate** every API Request? and what are the disadvantages? *by* `isolate.spawn() or compute()` 2. why we could use ...
New post on /r/flutterdev subreddit:
Flutter Responsive Web / Desktop / Android / iOS app for Personal Knowledge Base (PKB) open sourced on Github
Ported my old React app to Flutter Web / Desktop Mac.I am using it mostly on Desktop.But it can be compiled to mobile Android / iOS.Github repo contains demo video.It uses MobX for state management.https://github.com/vladgr/idb
September 09, 2021 at 01:34AM by vladigris
https://ift.tt/3tspZDO
Flutter Responsive Web / Desktop / Android / iOS app for Personal Knowledge Base (PKB) open sourced on Github
Ported my old React app to Flutter Web / Desktop Mac.I am using it mostly on Desktop.But it can be compiled to mobile Android / iOS.Github repo contains demo video.It uses MobX for state management.https://github.com/vladgr/idb
September 09, 2021 at 01:34AM by vladigris
https://ift.tt/3tspZDO
GitHub
GitHub - vladgr/idb: Personal Knowledge Base (PKB). Flutter Responsive Web, Desktop, Android, iOS app. MobX as state management.
Personal Knowledge Base (PKB). Flutter Responsive Web, Desktop, Android, iOS app. MobX as state management. - GitHub - vladgr/idb: Personal Knowledge Base (PKB). Flutter Responsive Web, Desktop, An...
New post on /r/flutterdev subreddit:
Flutter flutter_screenUtil)
Hello everybody ❤i have a question on (flutter_screenUtil) package..how to determine the height and width that i should pass for ScreenUtilInit i mean i work on my device (A71) what should i pass the pixels and full screen size like (1920 x 1080) or i should pass the MediaQuery.of(context).size can someone please explain it for me :')
September 09, 2021 at 01:32AM by EmadBeltaje
https://ift.tt/3BLcJgm
Flutter flutter_screenUtil)
Hello everybody ❤i have a question on (flutter_screenUtil) package..how to determine the height and width that i should pass for ScreenUtilInit i mean i work on my device (A71) what should i pass the pixels and full screen size like (1920 x 1080) or i should pass the MediaQuery.of(context).size can someone please explain it for me :')
September 09, 2021 at 01:32AM by EmadBeltaje
https://ift.tt/3BLcJgm
reddit
Flutter flutter_screenUtil)
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Flutter UI Task Management App Tutorial Part 1
https://youtu.be/4q_inOhnos8
September 09, 2021 at 01:23AM by Confident-Basket-896
https://ift.tt/3yXCO9Y
Flutter UI Task Management App Tutorial Part 1
https://youtu.be/4q_inOhnos8
September 09, 2021 at 01:23AM by Confident-Basket-896
https://ift.tt/3yXCO9Y
YouTube
Flutter UI Task Management App Tutorial | App from Scratch Part 1
Welcome to my Flutter Apps from Scratch tutorial series. In this video, we will build the task management app UI and you will learn how to build this beautiful flutter app from the scratch.
🙊 Subscribe to FullstackSchool - https://bit.ly/3jNdGx5
Part…
🙊 Subscribe to FullstackSchool - https://bit.ly/3jNdGx5
Part…
New post on /r/flutterdev subreddit:
What are your favorite fonts
Today I noticed that I always use the same boring fonts for my projects.So I am asking y'all for help, what are some of your favorite fonts when creating Flutter apps?
September 09, 2021 at 01:17AM by Mesota22
https://ift.tt/2WZiict
What are your favorite fonts
Today I noticed that I always use the same boring fonts for my projects.So I am asking y'all for help, what are some of your favorite fonts when creating Flutter apps?
September 09, 2021 at 01:17AM by Mesota22
https://ift.tt/2WZiict
reddit
What are your favorite fonts
Today I noticed that I always use the same boring fonts for my projects. **So I am asking y'all for help, what are some of your favorite fonts...
New post on /r/flutterdev subreddit:
Should I use Adobe XD to Flutter or just start from scratch?
I am developing an app that shouldn't be too complicated. 15-20 screens connecting to firebase, stripe, and social media platforms and I have the app fully wireframed in Adobe XD. I have a good amount of experience coding, but no experience in Flutter or in mobile app development in general. \ knowing that I am able to export from Adobe XD to flutter and basically have the front end finished sounds appealing, but i don't want to limit myself in the long run.Is it worth it to start from scratch or can I continue with what I have? Does anyone have experience in this arena?Thanks!
September 09, 2021 at 01:05AM by nxtupmarketing
https://ift.tt/3jUZROL
Should I use Adobe XD to Flutter or just start from scratch?
I am developing an app that shouldn't be too complicated. 15-20 screens connecting to firebase, stripe, and social media platforms and I have the app fully wireframed in Adobe XD. I have a good amount of experience coding, but no experience in Flutter or in mobile app development in general. \ knowing that I am able to export from Adobe XD to flutter and basically have the front end finished sounds appealing, but i don't want to limit myself in the long run.Is it worth it to start from scratch or can I continue with what I have? Does anyone have experience in this arena?Thanks!
September 09, 2021 at 01:05AM by nxtupmarketing
https://ift.tt/3jUZROL
reddit
Should I use Adobe XD to Flutter or just start from scratch?
I am developing an app that shouldn't be too complicated. 15-20 screens connecting to firebase, stripe, and social media platforms and I have the...
New post on /r/flutterdev subreddit:
In-app plugin system?
So I want to create a plugin system where ofc plugins are loaded dynamically at runtime. I've done some research on isolates but flutter aot builds seems not to support those. I've been doing research with https://pub.dev/packages/flutter_jscore and https://pub.dev/packages/flutter_js but is there any other way to make this possible? Will be quite astonished if there is some kind of way to make this happen! :)
September 09, 2021 at 05:05AM by zyrouge
https://ift.tt/3tph0TN
In-app plugin system?
So I want to create a plugin system where ofc plugins are loaded dynamically at runtime. I've done some research on isolates but flutter aot builds seems not to support those. I've been doing research with https://pub.dev/packages/flutter_jscore and https://pub.dev/packages/flutter_js but is there any other way to make this possible? Will be quite astonished if there is some kind of way to make this happen! :)
September 09, 2021 at 05:05AM by zyrouge
https://ift.tt/3tph0TN
Dart packages
flutter_jscore | Flutter package
JavaScriptCore for Flutter. The plugin provides the ability to evaluate JavaScript programs from within dart.
New post on /r/flutterdev subreddit:
Why does const keyword exist for object instantiation?
With the release of Flutter 2.5, they're now recommending using the new flutter_links package.I tried it out and there's a new linter rule that suggests using the
September 09, 2021 at 11:10AM by DrFossil
https://ift.tt/3hfRLhP
Why does const keyword exist for object instantiation?
With the release of Flutter 2.5, they're now recommending using the new flutter_links package.I tried it out and there's a new linter rule that suggests using the
const
keyword when instantiating constant constructors, which turns out I have a lot.As I'm here adding 200+ const
keywords to my project, I'm wondering: if the linter is able to accurately identify those instances, then why doesn't the compiler do it for me and spare me the work?September 09, 2021 at 11:10AM by DrFossil
https://ift.tt/3hfRLhP
docs.flutter.dev
Introducing package:flutter_lints
Migrate to package:flutter_lints to get the latest set of recommended lints, which encourage good coding practices.
New post on /r/flutterdev subreddit:
Looking for feeback on my UI
HelloI am not a UI Designer but I am working on a project for a restaurant, the app itself is simply a menu app, so customers could use a tablet to navigate the different foods / drinks the restaurant offers.Here's my idea sketched in Figma.https://www.figma.com/file/ZZrYqnEgJ5oMUc9SJc9mc5/Untitled?node-id=0%3A1And here's my first implementation of the idea.https://preview.redd.it/95z66v1blfm71.jpg?width=1040&format=pjpg&auto=webp&s=65ca9468b6a3c60f1360da54315f6d5ab2d923beThe bar at the top are the categories of food / drinks, currently I am trying out 2 different design either the first or the second one, I will choose one and stick to it. So which one you think works best?The large card to the left with Pizza icons are actual product photos along with their names and prices, do you think this approach is good or it looks messy, I just need your ideas on this.The card to the right with the video is the details view when a specific food / drink is tapped, basically every detail view has a video of the preparation of that specific food / drink and below that I will be putting the ingredients in both Arabic and English next to each other or stacked.I really want your ideas regarding the design and how can I improve it more.This is the logo of my client.https://preview.redd.it/9bru5nm0mfm71.jpg?width=935&format=pjpg&auto=webp&s=62452613eba7dc972fab30e1701924e08b18238cI would be grateful if you tell me which colors to choose for my application's interface based on the logo, I am really bad at choosing colors!
September 09, 2021 at 12:39PM by iEmerald
https://ift.tt/3nvoYtJ
Looking for feeback on my UI
HelloI am not a UI Designer but I am working on a project for a restaurant, the app itself is simply a menu app, so customers could use a tablet to navigate the different foods / drinks the restaurant offers.Here's my idea sketched in Figma.https://www.figma.com/file/ZZrYqnEgJ5oMUc9SJc9mc5/Untitled?node-id=0%3A1And here's my first implementation of the idea.https://preview.redd.it/95z66v1blfm71.jpg?width=1040&format=pjpg&auto=webp&s=65ca9468b6a3c60f1360da54315f6d5ab2d923beThe bar at the top are the categories of food / drinks, currently I am trying out 2 different design either the first or the second one, I will choose one and stick to it. So which one you think works best?The large card to the left with Pizza icons are actual product photos along with their names and prices, do you think this approach is good or it looks messy, I just need your ideas on this.The card to the right with the video is the details view when a specific food / drink is tapped, basically every detail view has a video of the preparation of that specific food / drink and below that I will be putting the ingredients in both Arabic and English next to each other or stacked.I really want your ideas regarding the design and how can I improve it more.This is the logo of my client.https://preview.redd.it/9bru5nm0mfm71.jpg?width=935&format=pjpg&auto=webp&s=62452613eba7dc972fab30e1701924e08b18238cI would be grateful if you tell me which colors to choose for my application's interface based on the logo, I am really bad at choosing colors!
September 09, 2021 at 12:39PM by iEmerald
https://ift.tt/3nvoYtJ
New post on /r/flutterdev subreddit:
Flutter & Firebase Auth | Implementing Cloud Firestore & Catching Errors
https://youtube.com/watch?v=DthKmtjth1k&feature=share
September 09, 2021 at 12:19PM by backslashflutter
https://ift.tt/3trZKgt
Flutter & Firebase Auth | Implementing Cloud Firestore & Catching Errors
https://youtube.com/watch?v=DthKmtjth1k&feature=share
September 09, 2021 at 12:19PM by backslashflutter
https://ift.tt/3trZKgt
YouTube
Flutter & Firebase Auth | Implementing Cloud Firestore & Catching Errors (Flutter 2.2) | Part 2
Get 10,000 free mins to build app: https://bit.ly/3YJF3er
ZEGOCLOUD UIKits for Beginners: https://bit.ly/3E1UIhg
Learn more about ZEGOCLOUD: https://bit.ly/3YO0Fqf
ZEGOCLOUD allows you to easily build your live video, voice, live streaming and chat apps within…
ZEGOCLOUD UIKits for Beginners: https://bit.ly/3E1UIhg
Learn more about ZEGOCLOUD: https://bit.ly/3YO0Fqf
ZEGOCLOUD allows you to easily build your live video, voice, live streaming and chat apps within…
New post on /r/flutterdev subreddit:
Flutter Apple CarPlay, Custom Rich Text & Co. - 34 - PUB.DEV RELEASES
https://youtube.com/watch?v=E3LLosgroiI&feature=share
September 09, 2021 at 03:03PM by syntacops
https://ift.tt/3he1ZPS
Flutter Apple CarPlay, Custom Rich Text & Co. - 34 - PUB.DEV RELEASES
https://youtube.com/watch?v=E3LLosgroiI&feature=share
September 09, 2021 at 03:03PM by syntacops
https://ift.tt/3he1ZPS
YouTube
Flutter Apple CarPlay, Custom Rich Text & Co. - 34 - PUB.DEV RELEASES
Flutter Apps are now on Apple CarPlay. The package flutter_carplay aims to make it safe to use iPhone apps made with Flutter in the car by integrating with CarPlay.
Get to know the latest and most popular Flutter packages from calendar week 34 (August 23…
Get to know the latest and most popular Flutter packages from calendar week 34 (August 23…