New tweet from FlutterDev:
Null safety is the largest change we’ve made to Dart since we replaced the original unsound optional type system with a sound static type system in Dart 2.0.
💡Dart engineer @munificentbob breaks down this big language change.
Read more here → https://t.co/ljzQataHA6 pic.twitter.com/smPuj7TFF9— Dart Language (@dart_lang) July 24, 2020
July 25, 2020 at 12:30AM
http://twitter.com/FlutterDev/status/1286790958919475201
  
  Null safety is the largest change we’ve made to Dart since we replaced the original unsound optional type system with a sound static type system in Dart 2.0.
💡Dart engineer @munificentbob breaks down this big language change.
Read more here → https://t.co/ljzQataHA6 pic.twitter.com/smPuj7TFF9— Dart Language (@dart_lang) July 24, 2020
July 25, 2020 at 12:30AM
http://twitter.com/FlutterDev/status/1286790958919475201
Twitter
  
  Bob Nystrom (@munificentbob) | Twitter
  The latest Tweets from Bob Nystrom (@munificentbob). Programming language developer, ex-game developer, UI nerd, author of "Game Programming Patterns" and "Crafting Interpreters". Seattle, WA
  New post on Flutter Dev Google group:
how to compare equal of 2 lists
for example, there are two lists: a = [1, 2, 3] b = [2, 1, 3] as i know, *listEquals(a, b) *returns false. but I don't care the order of the elements, to me, as long as lists cotain same elements, they should be equal. so how to compare two lists to check if they are equal no matter how the
July 25, 2020 at 05:10AM by che.ca...@gmail.com
https://ift.tt/39vxaAT
  
  how to compare equal of 2 lists
for example, there are two lists: a = [1, 2, 3] b = [2, 1, 3] as i know, *listEquals(a, b) *returns false. but I don't care the order of the elements, to me, as long as lists cotain same elements, they should be equal. so how to compare two lists to check if they are equal no matter how the
July 25, 2020 at 05:10AM by che.ca...@gmail.com
https://ift.tt/39vxaAT
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:
I talked about creating a drawer with User Information and more. You'll learn than more a drawer in this video.
https://www.youtube.com/watch?v=VyFdaHM1Gqg
July 25, 2020 at 06:43AM by nitishk72
https://ift.tt/3f6I29P
  
  I talked about creating a drawer with User Information and more. You'll learn than more a drawer in this video.
https://www.youtube.com/watch?v=VyFdaHM1Gqg
July 25, 2020 at 06:43AM by nitishk72
https://ift.tt/3f6I29P
YouTube
  
  Flutter Drawer with User Account Information
  This is beginner-oriented and it's quick and simple. If you find it easy and liked it then don't forget to share.
There is a very common issue in the flutter drawer which is a problem for beginners. I would like to address that issue and help you with that.…
  There is a very common issue in the flutter drawer which is a problem for beginners. I would like to address that issue and help you with that.…
New post on Flutter Dev Google group:
how to use nested provider list?
say this case: class CartModel with ChangeNotifier { List
  how to use nested provider list?
say this case: class CartModel with ChangeNotifier { List
New post on /r/flutterdev subreddit:
I created this Flutter package/library for easier SQL database management. Please. give it a try and let me know if you liked it. Thanks
https://ift.tt/2C8LsLO
July 25, 2020 at 11:12AM by p32929
https://ift.tt/30EkL9G
  
  I created this Flutter package/library for easier SQL database management. Please. give it a try and let me know if you liked it. Thanks
https://ift.tt/2C8LsLO
July 25, 2020 at 11:12AM by p32929
https://ift.tt/30EkL9G
Dart packages
  
  easiestdb | Flutter Package
  The Easiest and Laziest approach to Flutter SQL Database. Manage Database easily.
  New post on /r/flutterdev subreddit:
I created this Flutter package/library for easier SQL database management. Please. give it a try and let me know if you liked it. Thanks
https://ift.tt/2C8LsLO
July 25, 2020 at 11:02AM by p32929
https://ift.tt/3jIbTJc
  
  I created this Flutter package/library for easier SQL database management. Please. give it a try and let me know if you liked it. Thanks
https://ift.tt/2C8LsLO
July 25, 2020 at 11:02AM by p32929
https://ift.tt/3jIbTJc
Dart packages
  
  easiestdb | Flutter Package
  The Easiest and Laziest approach to Flutter SQL Database. Manage Database easily.
  New post on /r/flutterdev subreddit:
I created this Flutter package/library for easier SQL database management. Please. give it a try and let me know if you liked it. Thanks
https://ift.tt/2C8LsLO
July 25, 2020 at 11:01AM by p32929
https://ift.tt/3htJOTM
  
  I created this Flutter package/library for easier SQL database management. Please. give it a try and let me know if you liked it. Thanks
https://ift.tt/2C8LsLO
July 25, 2020 at 11:01AM by p32929
https://ift.tt/3htJOTM
Dart packages
  
  easiestdb | Flutter Package
  The Easiest and Laziest approach to Flutter SQL Database. Manage Database easily.
  New post on Flutter Dev Google group:
How to implement to check Gps and location permission is enable or not.
Hi, I want to build app in which require user current location to show near by places. for this i'm using location: ^3.0.0. It's working fine but when user manually disable gps and location permission in that case i want to force fully ask request for location permission and gps until they are
July 25, 2020 at 12:30PM by sumit kumawat
https://ift.tt/39u9Rax
  
  How to implement to check Gps and location permission is enable or not.
Hi, I want to build app in which require user current location to show near by places. for this i'm using location: ^3.0.0. It's working fine but when user manually disable gps and location permission in that case i want to force fully ask request for location permission and gps until they are
July 25, 2020 at 12:30PM by sumit kumawat
https://ift.tt/39u9Rax
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 implement to check Gps and location permission is enable or not.
Hi, I want to build app in which require user current location to show near by places. for this i'm using location: ^3.0.0. It's working fine but when user manually disable gps and location permission in that case i want to force fully ask request for location permission and gps until they are
July 25, 2020 at 12:33PM by sumit kumawat
https://ift.tt/3hAMzTw
  
  How to implement to check Gps and location permission is enable or not.
Hi, I want to build app in which require user current location to show near by places. for this i'm using location: ^3.0.0. It's working fine but when user manually disable gps and location permission in that case i want to force fully ask request for location permission and gps until they are
July 25, 2020 at 12:33PM by sumit kumawat
https://ift.tt/3hAMzTw
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:
For those of you who switched to Flutter
Which framework/tech you previously used before you made the switch?View Poll
July 25, 2020 at 01:21PM by contrix09
https://ift.tt/39tK7eD
  For those of you who switched to Flutter
Which framework/tech you previously used before you made the switch?View Poll
July 25, 2020 at 01:21PM by contrix09
https://ift.tt/39tK7eD
New post on /r/flutterdev subreddit:
Authentication with GetX
https://youtu.be/-H-T_BSgfOE
July 25, 2020 at 02:06PM by immacoder
https://ift.tt/2EcPd3e
  
  Authentication with GetX
https://youtu.be/-H-T_BSgfOE
July 25, 2020 at 02:06PM by immacoder
https://ift.tt/2EcPd3e
YouTube
  
  Firebase Auth with GetX | Todo App
  Firebase Auth with GetX | Todo App
Join Me Discord: https://discord.gg/CPwSezC
Next week Mon-Thurs at 5pm CST I will be doing livestreams to celebrate my birthday! These livestreams will be whatever you guys want me to do or whatever I want to do. For now…
  Join Me Discord: https://discord.gg/CPwSezC
Next week Mon-Thurs at 5pm CST I will be doing livestreams to celebrate my birthday! These livestreams will be whatever you guys want me to do or whatever I want to do. For now…
New post on /r/flutterdev subreddit:
An interesting video on flutter BLoC Pattern helpful for beginners
https://m.youtube.com/watch?v=dj8TqRlSMGs
July 25, 2020 at 08:30AM by androidcodingin
https://ift.tt/30IZegc
  
  An interesting video on flutter BLoC Pattern helpful for beginners
https://m.youtube.com/watch?v=dj8TqRlSMGs
July 25, 2020 at 08:30AM by androidcodingin
https://ift.tt/30IZegc
YouTube
  
  Easiest way to implement flutter bloc | BLoC Pattern | Source in Description | flutter coding
  #amplifyabhi #BLoC #flutter #Android #iOS
BLoC pattern in flutter implementation explained in the easiest way is explained in this part of the tutorial.
Following a proper pattern in app source code plays a crucial step step so that it is easier way to…
  BLoC pattern in flutter implementation explained in the easiest way is explained in this part of the tutorial.
Following a proper pattern in app source code plays a crucial step step so that it is easier way to…
New post on /r/flutterdev subreddit:
Flutter Developer Weekly Newsletter - Issue #4 is LIVE
https://ift.tt/2BwmJka
July 24, 2020 at 10:06PM by FlutterDevWeekly
https://ift.tt/2WSyR6A
  Flutter Developer Weekly Newsletter - Issue #4 is LIVE
https://ift.tt/2BwmJka
July 24, 2020 at 10:06PM by FlutterDevWeekly
https://ift.tt/2WSyR6A
New post on /r/flutterdev subreddit:
Shopping app UI using flutter
https://youtu.be/mN8_KSTOFO8
July 24, 2020 at 11:17PM by hakymz
https://ift.tt/3jLFx0b
  
  Shopping app UI using flutter
https://youtu.be/mN8_KSTOFO8
July 24, 2020 at 11:17PM by hakymz
https://ift.tt/3jLFx0b
YouTube
  
  ONLINE STORE APP UI USING FLUTTER SPEED CODE UI CHALLENGE
  Hi guys in this video we will build this online store ui app using flutter
Please if like this video please give it thumbs up and also if you have not subscribe to my channel please try and subscribe thanks.
Like our facebook page
https://web.facebook.com/Kymztech…
  Please if like this video please give it thumbs up and also if you have not subscribe to my channel please try and subscribe thanks.
Like our facebook page
https://web.facebook.com/Kymztech…
New post on /r/flutterdev subreddit:
Inheritance, Polymorphism, and Composition in Dart and Flutter
https://ift.tt/3fVgC7Q
July 24, 2020 at 11:19PM by Darkglow666
https://ift.tt/2WWUQcn
  
  Inheritance, Polymorphism, and Composition in Dart and Flutter
https://ift.tt/3fVgC7Q
July 24, 2020 at 11:19PM by Darkglow666
https://ift.tt/2WWUQcn
Dart Academy
  
  Inheritance, Polymorphism, and Composition in Dart and Flutter
  There is a trend in software development away from the deep, branching class trees popular with object-oriented languages. Some believe newer functional paradigms should outright replace OOP in software design. This leaves many with the idea that inheritance…
  New post on /r/flutterdev subreddit:
Full Stack Development Using Dart | The Dart Developer Show
https://ift.tt/330gO1Q
July 25, 2020 at 03:22AM by DartDeveloperShow
https://ift.tt/330f20G
  Full Stack Development Using Dart | The Dart Developer Show
https://ift.tt/330gO1Q
July 25, 2020 at 03:22AM by DartDeveloperShow
https://ift.tt/330f20G
New post on /r/flutterdev subreddit:
Progress
https://youtu.be/8mrzHBRcLVg
July 25, 2020 at 02:42PM by TheTechDesigner
https://ift.tt/2OWLrxa
  
  Progress
https://youtu.be/8mrzHBRcLVg
July 25, 2020 at 02:42PM by TheTechDesigner
https://ift.tt/2OWLrxa
YouTube
  
  Flutter Widget | 84 | ProgressHud Useful Widget in Flutter App | Speed Code
  #TheTechDesigner
#Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
Topics Covered :-
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
► Simple Way to Implement…
  #Flutter #FlutterUI #SpeedCode #FlutterTutorial #FlutterAnimation #FlutterWidgets
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
Topics Covered :-
━ ━ ━ ━ ━ ━ ━ ━ ━ ━━ ━ ━ ━ ━ ━ ━ ━ ━ ━
► Simple Way to Implement…
New post on /r/flutterdev subreddit:
Flutter Thursday 13: Building a User Registration and Login Process with provider and external API
https://ift.tt/2CMhLQS
July 25, 2020 at 02:47PM by xuaibafegbua
https://ift.tt/330lVPA
  
  Flutter Thursday 13: Building a User Registration and Login Process with provider and external API
https://ift.tt/2CMhLQS
July 25, 2020 at 02:47PM by xuaibafegbua
https://ift.tt/330lVPA
Medium
  
  Flutter Thursday 13: Building a User Registration and Login Process with provider and external API
  This episode will build a user registration and authentication system that will interface with a backend system. It will cover the…
  New post on /r/flutterdev subreddit:
Flutter Web - Animated Login and Sign Up - Speed Code
https://youtu.be/6U7YLj5nKmg
July 25, 2020 at 03:38PM by AllAboutFlutter
https://ift.tt/32Uzv76
  
  Flutter Web - Animated Login and Sign Up - Speed Code
https://youtu.be/6U7YLj5nKmg
July 25, 2020 at 03:38PM by AllAboutFlutter
https://ift.tt/32Uzv76
YouTube
  
  Flutter Web - Animated Login and Sign Up - Speed Code
  🚀 Animated LogIn and SignUp Web #App #UI made in #Flutter
💻 GitHub Source Code
https://github.com/gerfagerfa/login_and_signup_web
⚠️ IMPORTANT: If you want to learn, I strongly advise you to watch the video in slow speed and try to follow the code and understand…
  💻 GitHub Source Code
https://github.com/gerfagerfa/login_and_signup_web
⚠️ IMPORTANT: If you want to learn, I strongly advise you to watch the video in slow speed and try to follow the code and understand…
New post on /r/flutterdev subreddit:
Using local storage in Flutter
https://ift.tt/32SYBDu
July 25, 2020 at 05:29PM by jetblack-pope
https://ift.tt/39q3i9d
  
  Using local storage in Flutter
https://ift.tt/32SYBDu
July 25, 2020 at 05:29PM by jetblack-pope
https://ift.tt/39q3i9d
Medium
  
  How to use local storage in Flutter
  Sometimes there are just some things that need to be stored locally in your app. Dates, values, numbers, etc. Luckily, Flutter has a…