New post on /r/flutterdev subreddit:
Live coding with null safety: DevFest GDG Central Asia
https://youtube.com/watch?v=oYprTHvc9bw&feature=share
December 18, 2020 at 07:11PM by Pixelreddit
https://ift.tt/38jSLMn
Live coding with null safety: DevFest GDG Central Asia
https://youtube.com/watch?v=oYprTHvc9bw&feature=share
December 18, 2020 at 07:11PM by Pixelreddit
https://ift.tt/38jSLMn
YouTube
Live coding with null safety: DevFest GDG Central Asia
Watch a live coding demonstration of null safe Dart in Flutter. Null safety is now available in beta and is intended to help you avoid null errors, a class of bugs that are often hard to spot.
Speaker: Brett Morgan
To learn more, visit → https://goo.gle/391m8Fz…
Speaker: Brett Morgan
To learn more, visit → https://goo.gle/391m8Fz…
New post on /r/flutterdev subreddit:
How to use FlutLab Installer (step-by-step instruction)
https://ift.tt/34rNzoF
December 18, 2020 at 06:59PM by Elegium
https://ift.tt/37wEwol
How to use FlutLab Installer (step-by-step instruction)
https://ift.tt/34rNzoF
December 18, 2020 at 06:59PM by Elegium
https://ift.tt/37wEwol
Medium
How to use FlutLab Installer (step-by-step instruction)
FlutLab is very convenient when you want to develop a WEB Flutter app. But for Android, you had to manually upload your APK to the device…
New post on /r/flutterdev subreddit:
Preview of upcoming features in simple_animations
https://www.youtube.com/watch?v=I3Cteon3ih4
December 18, 2020 at 06:16PM by felixlein
https://ift.tt/3muy4Ti
Preview of upcoming features in simple_animations
https://www.youtube.com/watch?v=I3Cteon3ih4
December 18, 2020 at 06:16PM by felixlein
https://ift.tt/3muy4Ti
YouTube
Preview of upcoming features in simple_animations
I show two new features coming soon into Simple Animations.
https://pub.dev/packages/simple_animations
https://pub.dev/packages/simple_animations
New tweet from FlutterDev:
✨ A #DevFest live coding session!
Null Safety is now available in beta and @DomesticMouse joins #DevFest @GDG Central Asia to give you a live coding demonstration of null safe @dart_lang in Flutter.
Watch for more → https://t.co/GXUaUOhchL pic.twitter.com/5ETPSKr0AB— Flutter (@FlutterDev) December 18, 2020
December 18, 2020 at 07:30PM
http://twitter.com/FlutterDev/status/1340001438114701313
✨ A #DevFest live coding session!
Null Safety is now available in beta and @DomesticMouse joins #DevFest @GDG Central Asia to give you a live coding demonstration of null safe @dart_lang in Flutter.
Watch for more → https://t.co/GXUaUOhchL pic.twitter.com/5ETPSKr0AB— Flutter (@FlutterDev) December 18, 2020
December 18, 2020 at 07:30PM
http://twitter.com/FlutterDev/status/1340001438114701313
Twitter
#devfest hashtag on Twitter
On Nov 30 @FlutterDev tweeted: "A #DevFest Null Safety session!
@dart_.." - read what others are saying and join the conversation.
@dart_.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
User Onboarding
https://ift.tt/3gYP9DA
December 18, 2020 at 08:11PM by DoPeopleEvenLookHere
https://ift.tt/38htqmr
User Onboarding
https://ift.tt/3gYP9DA
December 18, 2020 at 08:11PM by DoPeopleEvenLookHere
https://ift.tt/38htqmr
White Whisky Wolf
User Onboarding
So we need to create a user onboarding page. This will be a simple page, where they can search and subscribe to podcasts they like. You can see the onboarding page after logging in. Before We start.... Let's update our pubspec.yaml. We'll update all of our…
New tweet from FlutterDev:
Let’s give a round of applause to today’s #GDGSpotlight developer, @heli_kapadia01! 👏
Heli is an intermediate @FlutterDev developer — she started as a beginner just one year ago.
She loves helping people and also contributes her time to @Girlscript1 as Gujarat's Regional Head. pic.twitter.com/b8qrv7Ya5c— Google Developer Groups (@gdg) December 16, 2020
December 18, 2020 at 10:00PM
http://twitter.com/FlutterDev/status/1340039132387684353
Let’s give a round of applause to today’s #GDGSpotlight developer, @heli_kapadia01! 👏
Heli is an intermediate @FlutterDev developer — she started as a beginner just one year ago.
She loves helping people and also contributes her time to @Girlscript1 as Gujarat's Regional Head. pic.twitter.com/b8qrv7Ya5c— Google Developer Groups (@gdg) December 16, 2020
December 18, 2020 at 10:00PM
http://twitter.com/FlutterDev/status/1340039132387684353
Twitter
#gdgspotlight hashtag on Twitter
On Oct 29 @gdg tweeted: "Drum roll please…🥁
Our next @#GDGSpotl.." - read what others are saying and join the conversation.
Our next @#GDGSpotl.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Fsm2 now has flutter desktop viewer
I week or so ago I announced the development of a finite state machine implementation for dart fsm2.https://github.com/bsutton/fsm2Whilst still in beta a lot of work has been undertaken in the last fortnight and we are now implementing it into our production app.As our state machine is fairly complex we wanted to have a way to visualise it.Are the same time I've been wanting to experiment with flutter desktop.To that end I've now built my first flutter desktop app to visualise a finite state machine.I thought the app might be of interest to the flutter community as there is still a fairly limited number of desktop apps available as references.The app allows you to load an smcat file (a textual representation of a state machine) and renders the file as an svg.https://github.com/sverweij/state-machine-catYou can generate an smcat file from fsm2 using the export function.The app has a traditional desktop file menu with an OS specific file chooser.The viewer also watches the file system for changes to the smcat file and will refresh the display if it changes.https://github.com/bsutton/fsm2_viewer
December 19, 2020 at 01:08AM by bsutto
https://ift.tt/2Kmi34B
Fsm2 now has flutter desktop viewer
I week or so ago I announced the development of a finite state machine implementation for dart fsm2.https://github.com/bsutton/fsm2Whilst still in beta a lot of work has been undertaken in the last fortnight and we are now implementing it into our production app.As our state machine is fairly complex we wanted to have a way to visualise it.Are the same time I've been wanting to experiment with flutter desktop.To that end I've now built my first flutter desktop app to visualise a finite state machine.I thought the app might be of interest to the flutter community as there is still a fairly limited number of desktop apps available as references.The app allows you to load an smcat file (a textual representation of a state machine) and renders the file as an svg.https://github.com/sverweij/state-machine-catYou can generate an smcat file from fsm2 using the export function.The app has a traditional desktop file menu with an OS specific file chooser.The viewer also watches the file system for changes to the smcat file and will refresh the display if it changes.https://github.com/bsutton/fsm2_viewer
December 19, 2020 at 01:08AM by bsutto
https://ift.tt/2Kmi34B
GitHub
bsutton/fsm2
FMS2 provides Dart implementation of the core design aspects of the UML state diagrams. - bsutton/fsm2
New post on /r/flutterdev subreddit:
Free course for learning flutter.
I am an android developer, and I mostly code in Java. Fews months ago I got to know about flutter technology. And I started learning flutter. While learning with a paid course I came across a free course that can start your flutter development.I had written a blog on I, you can check it out What is flutter? | Best free course for flutter online - ucompare.in. And comment if you have any course suggestions for me.
December 19, 2020 at 08:10AM by vaishnav0606
https://ift.tt/3p9UpHc
Free course for learning flutter.
I am an android developer, and I mostly code in Java. Fews months ago I got to know about flutter technology. And I started learning flutter. While learning with a paid course I came across a free course that can start your flutter development.I had written a blog on I, you can check it out What is flutter? | Best free course for flutter online - ucompare.in. And comment if you have any course suggestions for me.
December 19, 2020 at 08:10AM by vaishnav0606
https://ift.tt/3p9UpHc
ucompare.in
What is flutter? | Best free course for flutter online - ucompare.in
What is flutter? | Best free course for flutter online. Are you going to start mobile app development? If you
New post on /r/flutterdev subreddit:
Best widget/package for Weekly Scheduling UI?
Hi Everyone!I am make Flutter Web App for factory worker shift. Factory manager have access to Web App so can schedule worker to work on which day of week. He want see list of worker name and then input which day each worker must work (for example Monday and Friday). This schedule only change once per year, so no need for full weekly calendar.For example: free-employee-work-schedule-free-employee-schedule-template-schedule-sheet-free-passionativeco-download.jpgOn backend I then use Firebase function + Firestore for send email to worker with weekly schedule.What is best Flutter widget/package for this? I know I can just use DataTable with checkbox but this not look nice.(Note: For future update manager also want add time slot to schedule (for example 1-2 Monday and 2-3 Friday).
December 19, 2020 at 10:35AM by Flutter_Dev
https://ift.tt/37vQsXp
Best widget/package for Weekly Scheduling UI?
Hi Everyone!I am make Flutter Web App for factory worker shift. Factory manager have access to Web App so can schedule worker to work on which day of week. He want see list of worker name and then input which day each worker must work (for example Monday and Friday). This schedule only change once per year, so no need for full weekly calendar.For example: free-employee-work-schedule-free-employee-schedule-template-schedule-sheet-free-passionativeco-download.jpgOn backend I then use Firebase function + Firestore for send email to worker with weekly schedule.What is best Flutter widget/package for this? I know I can just use DataTable with checkbox but this not look nice.(Note: For future update manager also want add time slot to schedule (for example 1-2 Monday and 2-3 Friday).
December 19, 2020 at 10:35AM by Flutter_Dev
https://ift.tt/37vQsXp
New post on /r/flutterdev subreddit:
Best Game Levels Data Structure with LinearProgressIndicator?
Hi Everyone!I am make game with Flutter. I want use LinearProgressIndicator for show level progress. So LinearProgressIndicator must reset to 0 when user reach new level.User level progress is fetch from Firestore. What is best structure for data in my Flutter app with different level?I can do with just conditional statement but this get very hard to read if have new conditional for every level.Any open source example?
December 19, 2020 at 10:16AM by Flutter_Dev
https://ift.tt/3arwPBG
Best Game Levels Data Structure with LinearProgressIndicator?
Hi Everyone!I am make game with Flutter. I want use LinearProgressIndicator for show level progress. So LinearProgressIndicator must reset to 0 when user reach new level.User level progress is fetch from Firestore. What is best structure for data in my Flutter app with different level?I can do with just conditional statement but this get very hard to read if have new conditional for every level.Any open source example?
December 19, 2020 at 10:16AM by Flutter_Dev
https://ift.tt/3arwPBG
reddit
Best Game Levels Data Structure with LinearProgressIndicator?
Hi Everyone! I am make game with Flutter. I want use LinearProgressIndicator for show level progress. So LinearProgressIndicator must reset to 0...
New post on /r/flutterdev subreddit:
Does valuenotifier + valuelistenablebuilder can relied on as a state management?
Does anyone here ever use the combination of ValueNotifier + ValueListenableBuilder as state management? If it does, could you please share the advantages and disadvantages. I want to try using it because in my opinion it's easier to understand than BLOC which is use stream, also it is similar with GetX without adding any package. But I still have doubts in terms of it performance because I don't understand how to do performance testing.
December 19, 2020 at 11:31AM by rakanduk
https://ift.tt/3rei63h
Does valuenotifier + valuelistenablebuilder can relied on as a state management?
Does anyone here ever use the combination of ValueNotifier + ValueListenableBuilder as state management? If it does, could you please share the advantages and disadvantages. I want to try using it because in my opinion it's easier to understand than BLOC which is use stream, also it is similar with GetX without adding any package. But I still have doubts in terms of it performance because I don't understand how to do performance testing.
December 19, 2020 at 11:31AM by rakanduk
https://ift.tt/3rei63h
reddit
Does valuenotifier + valuelistenablebuilder can relied on as a...
Does anyone here ever use the combination of ValueNotifier + ValueListenableBuilder as state management? If it does, could you please share the...
New post on /r/flutterdev subreddit:
Finance App UI - Flutter Speed Code
https://www.youtube.com/watch?v=6WwYZXXJ9tU
December 19, 2020 at 01:33PM by adursuns
https://ift.tt/3nz6TIn
Finance App UI - Flutter Speed Code
https://www.youtube.com/watch?v=6WwYZXXJ9tU
December 19, 2020 at 01:33PM by adursuns
https://ift.tt/3nz6TIn
YouTube
Finance App UI - Flutter Speed Code
#flutter #flutterui #financenappui
Video'nun ilk 40 saniyesi Çok hızlandırılmış modu ile
devamında ise normal hızlandırılmış modu ile yayındadır.
Flutter Developer: Sedat Gülmen
Support Us: https://www.patreon.com/sedatgulmen
UI/UX Designer: Sertan Helvacı…
Video'nun ilk 40 saniyesi Çok hızlandırılmış modu ile
devamında ise normal hızlandırılmış modu ile yayındadır.
Flutter Developer: Sedat Gülmen
Support Us: https://www.patreon.com/sedatgulmen
UI/UX Designer: Sertan Helvacı…
New post on /r/flutterdev subreddit:
Simple beginner level End to End Encryption Decryption in Flutter
https://ift.tt/3h6qehp
December 19, 2020 at 02:37PM by rrtutors
https://ift.tt/34tM3lV
Simple beginner level End to End Encryption Decryption in Flutter
https://ift.tt/3h6qehp
December 19, 2020 at 02:37PM by rrtutors
https://ift.tt/34tM3lV
Rrtutors
End to End Encryption Decryption in Flutter
Two way Encryption Decryption in flutter with encrypt plugin. Dart server. AES Encryption
Decryption For Flutter Dart
Decryption For Flutter Dart
New post on /r/flutterdev subreddit:
How Flutter Code becomes and App
https://youtu.be/0Zpc695ZoO4
December 19, 2020 at 03:47PM by immacoder
https://ift.tt/3asmlSA
How Flutter Code becomes and App
https://youtu.be/0Zpc695ZoO4
December 19, 2020 at 03:47PM by immacoder
https://ift.tt/3asmlSA
YouTube
How Flutter Code becomes an App?
We all write Flutter Apps, but how does it actually run on a device. It is build on the Dart language, and uses compilers, that enable it to run on any of the different devices.
This is the first video in the Flutter University playlist, which will introduce…
This is the first video in the Flutter University playlist, which will introduce…
New post on /r/flutterdev subreddit:
🔥 Flutter - Grocery App - WordPress - WooCommerce Series 🔥 - EP 12 - My Account
This is the 12th episode of the Flutter - WooCommerce Series. In this Video we will learn about how to Create Order in My Account Screen and Login Screen Response handling in Cart and other Screens where hardcoded User Id used.https://youtu.be/hzZsm_Otv7s
December 19, 2020 at 04:51PM by SnippetCoder_YT
https://ift.tt/38hwcIp
🔥 Flutter - Grocery App - WordPress - WooCommerce Series 🔥 - EP 12 - My Account
This is the 12th episode of the Flutter - WooCommerce Series. In this Video we will learn about how to Create Order in My Account Screen and Login Screen Response handling in Cart and other Screens where hardcoded User Id used.https://youtu.be/hzZsm_Otv7s
December 19, 2020 at 04:51PM by SnippetCoder_YT
https://ift.tt/38hwcIp
YouTube
🔥 Flutter - Grocery App - WooCommerce Series 🔥 - EP 12 - My Account
This is the 12th episode of the Flutter - WooCommerce Series. In this Video we will learn about how to Create Order in My Account Screen and Login Screen Response handling in Cart and other Screens where hardcoded User Id used.
Click 🔔 to get notified…
Click 🔔 to get notified…
New post on /r/flutterdev subreddit:
auto_route 1.0.0-beta is published Based on Navigator 2.0 - Auto generated strongly-typed args - Effortless Deep linking - Complete control over route stack - Access current route anywhere in your App - TabsRouter (with deep linking support) - and much more Official docs will be added soon.
https://ift.tt/3asdq3J
December 19, 2020 at 07:41PM by Milad_Alakarie
https://ift.tt/34rl62i
auto_route 1.0.0-beta is published Based on Navigator 2.0 - Auto generated strongly-typed args - Effortless Deep linking - Complete control over route stack - Access current route anywhere in your App - TabsRouter (with deep linking support) - and much more Official docs will be added soon.
https://ift.tt/3asdq3J
December 19, 2020 at 07:41PM by Milad_Alakarie
https://ift.tt/34rl62i
Dart packages
auto_route 1.0.0-beta.1 | Flutter Package
AutoRoute is a declarative routing solution, where everything needed for navigation is automatically generated for you.
New post on /r/flutterdev subreddit:
Math keyboard package?
Hi Everyone!I want make calculator app but can not find any way for implement math keyboard like this: https://mathsolver.microsoft.com/enI know there is Latex/Katex/Mathjax but this not user friendly.Any package for easy input math symbol?
December 20, 2020 at 12:58AM by Flutter_Dev
https://ift.tt/37AXJoQ
Math keyboard package?
Hi Everyone!I want make calculator app but can not find any way for implement math keyboard like this: https://mathsolver.microsoft.com/enI know there is Latex/Katex/Mathjax but this not user friendly.Any package for easy input math symbol?
December 20, 2020 at 12:58AM by Flutter_Dev
https://ift.tt/37AXJoQ
Microsoft Math Solver
Microsoft Math Solver - Math Problem Solver & Calculator
Online math solver with free step by step solutions to algebra, calculus, and other math problems. Get help on the web or with our math app.
New post on /r/flutterdev subreddit:
Question to iOS Devs : Can you test apps on an older iPhone and still publish to the App Store?
Hey all,Someone I know is giving away an iPhone 6S for around $50 and I was considering taking it only for dev purposes, not as a daily driver. Now I know that the 6S is old, but it runs iOS 14, though slow at times. It also won't be upgraded to iOS 15. Now when iOS 15 does come along, can I still use this phone with 14 for dev or will I need to be on iOS 15 to target apps to the latest OS version?
December 20, 2020 at 03:38AM by almostrogersimon10
https://ift.tt/2KjrLEQ
Question to iOS Devs : Can you test apps on an older iPhone and still publish to the App Store?
Hey all,Someone I know is giving away an iPhone 6S for around $50 and I was considering taking it only for dev purposes, not as a daily driver. Now I know that the 6S is old, but it runs iOS 14, though slow at times. It also won't be upgraded to iOS 15. Now when iOS 15 does come along, can I still use this phone with 14 for dev or will I need to be on iOS 15 to target apps to the latest OS version?
December 20, 2020 at 03:38AM by almostrogersimon10
https://ift.tt/2KjrLEQ
reddit
Question to iOS Devs : Can you test apps on an older iPhone and...
Hey all, Someone I know is giving away an iPhone 6S for around $50 and I was considering taking it only for dev purposes, not as a daily driver....
New post on Flutter Dev Google group:
Flutter bottom nav on orientation
Done a little research. I see there is a simple way to check for screen orientation and change a grid view column or row count. But I am looking to do something like this. (image below.) Were in landscape the bottom NAV is attached to the right or left side of the screen, them naturally the tab
December 20, 2020 at 05:19AM by Brennan Altringer
https://ift.tt/2J5Nqjj
Flutter bottom nav on orientation
Done a little research. I see there is a simple way to check for screen orientation and change a grid view column or row count. But I am looking to do something like this. (image below.) Were in landscape the bottom NAV is attached to the right or left side of the screen, them naturally the tab
December 20, 2020 at 05:19AM by Brennan Altringer
https://ift.tt/2J5Nqjj
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 Flutter Dev Google group:
How to convert google plus code to longitude and latitude
Hello All, I have just developed an app which app gets user location via longitude and latitude . I want to convert such longitude and latitude to plus code. Is there any way to achieve this. Please advice
December 20, 2020 at 09:05AM by Selçuk AYDIN
https://ift.tt/2KEcuhY
How to convert google plus code to longitude and latitude
Hello All, I have just developed an app which app gets user location via longitude and latitude . I want to convert such longitude and latitude to plus code. Is there any way to achieve this. Please advice
December 20, 2020 at 09:05AM by Selçuk AYDIN
https://ift.tt/2KEcuhY
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:
Share the same Firestore database for two app - Flutter and FireStore
Hi, I am a beginner in Flutter Development and Firebase. I just want to make an app that shows product details and another app for the admin to edit the products. I saw a lot of tutorials on the Internet which show how to access data from the Firestore database.But my question is there any way to share the same Firestore database for Admin and Users app. But admin can only edit the Firestore data.When I created another project for admin in Firebase It won't show my Firestore database that created for Product details. Thank you
December 20, 2020 at 08:40AM by Ok_Understanding19
https://ift.tt/3h4RtsX
Share the same Firestore database for two app - Flutter and FireStore
Hi, I am a beginner in Flutter Development and Firebase. I just want to make an app that shows product details and another app for the admin to edit the products. I saw a lot of tutorials on the Internet which show how to access data from the Firestore database.But my question is there any way to share the same Firestore database for Admin and Users app. But admin can only edit the Firestore data.When I created another project for admin in Firebase It won't show my Firestore database that created for Product details. Thank you
December 20, 2020 at 08:40AM by Ok_Understanding19
https://ift.tt/3h4RtsX
reddit
Share the same Firestore database for two app - Flutter and FireStore
Hi, I am a beginner in Flutter Development and Firebase. I just want to make an app that shows product details and another app for the admin to...