New post on /r/flutterdev subreddit:
Why BLOC is still preferred ?
Why still BLOC state management is still preferred over other state management solutions. Even when "provider" is simple over it?If the question is wrong i will delete it right now!
December 07, 2020 at 08:30AM by balu101
https://ift.tt/3qJM52O
Why BLOC is still preferred ?
Why still BLOC state management is still preferred over other state management solutions. Even when "provider" is simple over it?If the question is wrong i will delete it right now!
December 07, 2020 at 08:30AM by balu101
https://ift.tt/3qJM52O
reddit
Why BLOC is still preferred ?
A subreddit for Google's portable UI framework.
New post on /r/flutterdev subreddit:
Fix Flutter web loading time with a loading spinner
Short how-to on adding a splash screen or loading spinner in Flutter Web.
December 07, 2020 at 09:35AM by Fewthp
https://ift.tt/3mS9vAu
Fix Flutter web loading time with a loading spinner
Short how-to on adding a splash screen or loading spinner in Flutter Web.
December 07, 2020 at 09:35AM by Fewthp
https://ift.tt/3mS9vAu
Medium
Fix Flutter web loading time with a loading spinner
Add a splash screen or loading spinner in Flutter Web.
New post on /r/flutterdev subreddit:
What Makes Flutter a Good Choice for MVP Development?
https://ift.tt/3ghMWmv
December 07, 2020 at 10:51AM by connectsteven
https://ift.tt/2IoLKkI
What Makes Flutter a Good Choice for MVP Development?
https://ift.tt/3ghMWmv
December 07, 2020 at 10:51AM by connectsteven
https://ift.tt/2IoLKkI
MindInventory
Why Flutter is the Best Solution for Building MVPs?
Flutter has turned out to be a good pick for app developers. Let's know what makes Flutter a good choice for MVP development.
New post on Flutter Dev Google group:
Best way to fix build error with charts_flutter wrt null safety
Can anyone help with the below issue? I'm not sure when this package will get a new release and it's marked as google internal PRs only. Is the solution just to change channel to pre null safety? Will any of the 506 forks, resolve this issue? "https://ift.tt/37JpMkW"
December 07, 2020 at 12:58PM by Kevin Chadwick
https://ift.tt/3mRwbB1
Best way to fix build error with charts_flutter wrt null safety
Can anyone help with the below issue? I'm not sure when this package will get a new release and it's marked as google internal PRs only. Is the solution just to change channel to pre null safety? Will any of the 506 forks, resolve this issue? "https://ift.tt/37JpMkW"
December 07, 2020 at 12:58PM by Kevin Chadwick
https://ift.tt/3mRwbB1
GitHub
Because no versions of charts_flutter match >0.9.0 <0.10.0 and charts_flutter 0.9.0 depends on intl >=0.15.2 <0.17.0, charts_flutterβ¦
Description When I run flutter pub get, I got this. Because no versions of charts_flutter match >0.9.0 <0.10.0 and charts_flutter 0.9.0 depends on intl >=0.15.2 <0.17.0,...
New post on /r/flutterdev subreddit:
Flutter Tap Weekly Newsletter Week 67! - Tutorials, videos, packages, and much more!
https://ift.tt/37IESqN
December 07, 2020 at 01:40PM by vensign
https://ift.tt/36P9pUI
Flutter Tap Weekly Newsletter Week 67! - Tutorials, videos, packages, and much more!
https://ift.tt/37IESqN
December 07, 2020 at 01:40PM by vensign
https://ift.tt/36P9pUI
Fluttertap
Newsletter Issue 67
Flutter Tap newsletter with the latest of Flutter. Articles, tutorials, videos and much more - Issue 67
New post on Flutter Dev Google group:
Draft JS and Flutter
I have problem with Draft JS and Flutter, could they work with together?
December 07, 2020 at 02:50PM by HUNG HA KIET
https://ift.tt/3lNssmx
Draft JS and Flutter
I have problem with Draft JS and Flutter, could they work with together?
December 07, 2020 at 02:50PM by HUNG HA KIET
https://ift.tt/3lNssmx
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:
Shared Prefs example by Google does not work for me
Hello everyone! I'm new with *Flutter* and came across the shared-pref example
Shared Prefs example by Google does not work for me
Hello everyone! I'm new with *Flutter* and came across the shared-pref example
New post on /r/flutterdev subreddit:
Flutter Tutorial - Switch - Deep Dive (Johannes Milke)
https://www.youtube.com/watch?v=PVuJ-If0AuU
December 07, 2020 at 05:45PM by JohannesMilke
https://ift.tt/3n5MNVy
Flutter Tutorial - Switch - Deep Dive (Johannes Milke)
https://www.youtube.com/watch?v=PVuJ-If0AuU
December 07, 2020 at 05:45PM by JohannesMilke
https://ift.tt/3n5MNVy
YouTube
Flutter Tutorial - Toggle Switch Button [2021]
The Flutter Switch Toggle Button can be created as a platform-specific Switch Button or create a Switch Button that adapts to the current mobile operating system.
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1β¦
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1β¦
New tweet from FlutterDev:
π§ Let's examine null.
Null indicates that a variable has no value, but some languages don't allow it. A funny reality worth investigating.
Join us and learn why both approaches work ↓ https://t.co/2TTY6g9okVβ Dart Language (@dart_lang) December 7, 2020
December 07, 2020 at 06:11PM
http://twitter.com/FlutterDev/status/1335995281016545287
π§ Let's examine null.
Null indicates that a variable has no value, but some languages don't allow it. A funny reality worth investigating.
Join us and learn why both approaches work ↓ https://t.co/2TTY6g9okVβ Dart Language (@dart_lang) December 7, 2020
December 07, 2020 at 06:11PM
http://twitter.com/FlutterDev/status/1335995281016545287
Medium
Why nullable types?
Null in Dart code indicates that a variable has no value, but some languages donβt allow null. Learn why both approaches work.
New post on /r/flutterdev subreddit:
Web front end using Flutter or something else?
I'm managing a Flutter project that is a complex messaging app like WhatsApp with some social features. We have an iOS and Andriod version that uses Firebase as the backend. But we also want a web version.Question: Is Flutter the best solution for a web version, or should we build a front-end onto the Firebase back-end using more mature web technologies? It seems that Flutter web is very new and it might be more efficient to use something like Vue.js instead for the web front end? What do you think?
December 07, 2020 at 06:29PM by watchbuilds
https://ift.tt/3mSxKid
Web front end using Flutter or something else?
I'm managing a Flutter project that is a complex messaging app like WhatsApp with some social features. We have an iOS and Andriod version that uses Firebase as the backend. But we also want a web version.Question: Is Flutter the best solution for a web version, or should we build a front-end onto the Firebase back-end using more mature web technologies? It seems that Flutter web is very new and it might be more efficient to use something like Vue.js instead for the web front end? What do you think?
December 07, 2020 at 06:29PM by watchbuilds
https://ift.tt/3mSxKid
reddit
Web front end using Flutter or something else?
I'm managing a Flutter project that is a complex messaging app like WhatsApp with some social features. We have an iOS and Andriod version that...
New post on /r/flutterdev subreddit:
Felix Angelov - Cubit: Advanced Topics - Flutter Warsaw #14
https://www.youtube.com/watch?v=MPl0RS4Fhvs&feature=share
December 07, 2020 at 07:53PM by Pixelreddit
https://ift.tt/3mOMgr7
Felix Angelov - Cubit: Advanced Topics - Flutter Warsaw #14
https://www.youtube.com/watch?v=MPl0RS4Fhvs&feature=share
December 07, 2020 at 07:53PM by Pixelreddit
https://ift.tt/3mOMgr7
YouTube
Felix Angelov - Cubit: Advanced Topics - Flutter Warsaw #14
Flutter Warsaw Meetup #14
We will cover some more advanced topics relating to the bloc and cubit classes which include testing, caching, and undo/redo support.
Join our Meetup!
β‘ https://www.meetup.com/Flutter-Warsaw/
Join us as a Speaker!
β‘https://bit.ly/2Lnr1LX
We will cover some more advanced topics relating to the bloc and cubit classes which include testing, caching, and undo/redo support.
Join our Meetup!
β‘ https://www.meetup.com/Flutter-Warsaw/
Join us as a Speaker!
β‘https://bit.ly/2Lnr1LX
New tweet from FlutterDev:
πWant to learn how to build apps?
Learn how to build with Flutter to create beautiful, natively compiled apps for mobile, web, and desktop from a single codebase.
Free @udacity course → https://t.co/Ked7BZUcZc
πFlutterβ Flutter (@FlutterDev) December 7, 2020
December 07, 2020 at 09:14PM
http://twitter.com/FlutterDev/status/1336041451591909376
πWant to learn how to build apps?
Learn how to build with Flutter to create beautiful, natively compiled apps for mobile, web, and desktop from a single codebase.
Free @udacity course → https://t.co/Ked7BZUcZc
πFlutterβ Flutter (@FlutterDev) December 7, 2020
December 07, 2020 at 09:14PM
http://twitter.com/FlutterDev/status/1336041451591909376
Twitter
Udacity (@udacity) | Twitter
The latest Tweets from Udacity (@udacity). To train the world's workforce in the careers of the future. Questions? β‘οΈ https://t.co/EOivz2wIZ3. Mountain View, CA
New post on /r/flutterdev subreddit:
Finding others to collaborate with (in commercial sense), advice?
I have a project that I've been working on alone and progress has been consistent yet slow going (just an IDE written using Dart and Flutter for which I've written a pretty robust text processing backend). I was hoping to ultimately move this to open source (at the very least certain components of the application) but would want to maybe commercialize the whole thing if it progresses well enough and the interest is there. Anyway, I was hoping to form a team of equals (with shared ownership of the project and personal ownership of all written code) to spread the load and was wondering what considerations should be made for this and what advice you might have as to where to look and whether or not it's best to either just go full open source or just pay someone. Thanks
December 07, 2020 at 10:29PM by sweetibs
https://ift.tt/3glDZIG
Finding others to collaborate with (in commercial sense), advice?
I have a project that I've been working on alone and progress has been consistent yet slow going (just an IDE written using Dart and Flutter for which I've written a pretty robust text processing backend). I was hoping to ultimately move this to open source (at the very least certain components of the application) but would want to maybe commercialize the whole thing if it progresses well enough and the interest is there. Anyway, I was hoping to form a team of equals (with shared ownership of the project and personal ownership of all written code) to spread the load and was wondering what considerations should be made for this and what advice you might have as to where to look and whether or not it's best to either just go full open source or just pay someone. Thanks
December 07, 2020 at 10:29PM by sweetibs
https://ift.tt/3glDZIG
New post on /r/flutterdev subreddit:
How to create Flutter state restoration
https://ift.tt/3oyp7JX
December 08, 2020 at 01:51AM by thehappyharis
https://ift.tt/2JIZszu
How to create Flutter state restoration
https://ift.tt/3oyp7JX
December 08, 2020 at 01:51AM by thehappyharis
https://ift.tt/2JIZszu
New post on Flutter Dev Google group:
Flutter Web: Read text file from assets for page text
Hello, I'm looking for the best way to populate a description text box. I have a picture that I can easily access from my assets/images folder using AssetImage and I thought I could bring text in from a text file in the same manner. This is for an about page that has a picture that I will
December 08, 2020 at 02:15AM by Kevin Roberson
https://ift.tt/2Iq2Azz
Flutter Web: Read text file from assets for page text
Hello, I'm looking for the best way to populate a description text box. I have a picture that I can easily access from my assets/images folder using AssetImage and I thought I could bring text in from a text file in the same manner. This is for an about page that has a picture that I will
December 08, 2020 at 02:15AM by Kevin Roberson
https://ift.tt/2Iq2Azz
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:
Choosing license for package
I published a package contains modified Flutter code (cupertino widgets). What type of license should I use? What should I write in copyright and after that?
December 08, 2020 at 02:59AM by PiN73
https://ift.tt/3n7pF9a
Choosing license for package
I published a package contains modified Flutter code (cupertino widgets). What type of license should I use? What should I write in copyright and after that?
December 08, 2020 at 02:59AM by PiN73
https://ift.tt/3n7pF9a
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:
An simple login ui concept
https://youtu.be/VpOBu-9A96E
December 08, 2020 at 05:39AM by Akhil__007
https://ift.tt/3mZklF8
An simple login ui concept
https://youtu.be/VpOBu-9A96E
December 08, 2020 at 05:39AM by Akhil__007
https://ift.tt/3mZklF8
YouTube
Flutter login ui--flutter ui challenge
Flutter login ui--flutter ui challenge Hi everyone in this video i have attempted to create an simple logo UI using the flutter.it is very basic and easy for...
New post on /r/flutterdev subreddit:
Google Maps - The Tourπ
A Wholesome and Complete Updated Playlist for Implementing Google Maps in Flutter!π±πBulls Eye Over :π’ Search Address/Location With Autocomplete APIπ’ Basics of Polygon Routesπ’ Geolocation Masteryπ’ Storing Makers Data In Cloud Firestoreπ’ Retrieving Markers Data From Firestoreπ’ Current Location Of Userπ’ On Tap Multiple Markers LogicAnd Much More!β‘π¦Playlist Source : https://www.youtube.com/playlist?list=PLRT5VDuA0QGUYnbwvto87u3rawaHdWkinLIKE, COMMENT and SHARE to reach out the course to those who need. Also, SUBSCRIBE if you find something meaningful!β€οΈ
December 08, 2020 at 06:44AM by draculamasterwinzy
https://ift.tt/37GNsqk
Google Maps - The Tourπ
A Wholesome and Complete Updated Playlist for Implementing Google Maps in Flutter!π±πBulls Eye Over :π’ Search Address/Location With Autocomplete APIπ’ Basics of Polygon Routesπ’ Geolocation Masteryπ’ Storing Makers Data In Cloud Firestoreπ’ Retrieving Markers Data From Firestoreπ’ Current Location Of Userπ’ On Tap Multiple Markers LogicAnd Much More!β‘π¦Playlist Source : https://www.youtube.com/playlist?list=PLRT5VDuA0QGUYnbwvto87u3rawaHdWkinLIKE, COMMENT and SHARE to reach out the course to those who need. Also, SUBSCRIBE if you find something meaningful!β€οΈ
December 08, 2020 at 06:44AM by draculamasterwinzy
https://ift.tt/37GNsqk
YouTube
Flutter Google Maps - YouTube
New post on /r/flutterdev subreddit:
It feels like Flutter does everything, should I learn HTML, CSS, and JS?
I am preparing for a coding project where I will be creating a chrome extension. I have seen a lot of people say that I need to learn HTML, CSS, and JS to do that. I'm not sure if the answers that I have seen are outdated, but it seems like you can use Flutter to make a chrome extension. Should I even attempt to learn HTML, CSS, and JS then?
December 08, 2020 at 06:00AM by EdgedSurf
https://ift.tt/3oxEz95
It feels like Flutter does everything, should I learn HTML, CSS, and JS?
I am preparing for a coding project where I will be creating a chrome extension. I have seen a lot of people say that I need to learn HTML, CSS, and JS to do that. I'm not sure if the answers that I have seen are outdated, but it seems like you can use Flutter to make a chrome extension. Should I even attempt to learn HTML, CSS, and JS then?
December 08, 2020 at 06:00AM by EdgedSurf
https://ift.tt/3oxEz95
reddit
It feels like Flutter does everything, should I learn HTML, CSS,...
I am preparing for a coding project where I will be creating a chrome extension. I have seen a lot of people say that I need to learn HTML, CSS,...
New post on /r/flutterdev subreddit:
Easier Flutter Navigator 2.0 Package? | Flutter Flow Builder Package Tutorial
https://youtu.be/gdLqqF_8vtY
December 08, 2020 at 08:28AM by thehappyharis
https://ift.tt/36SkGna
Easier Flutter Navigator 2.0 Package? | Flutter Flow Builder Package Tutorial
https://youtu.be/gdLqqF_8vtY
December 08, 2020 at 08:28AM by thehappyharis
https://ift.tt/36SkGna
YouTube
Easier Flutter Navigator 2.0 Package? | Flutter Flow Builder Package Tutorial
The Flow Builder is a package that makes page flows easier to create, using the Navigator 2.0. However, is it better?Fork this project - https://github.com/h...
New post on Flutter Dev Google group:
Flutter installation Windows 10
I would like to ask regarding installation of flutter on Windows 10. How can i solve this problem using flutter doctor, it said that I need to install flutter and dart plugin in android studio, I did install the plugin but when I check using flutter doctor it keep said that I need to install
December 08, 2020 at 09:40AM by Wahyu S
https://ift.tt/3qxbMn7
Flutter installation Windows 10
I would like to ask regarding installation of flutter on Windows 10. How can i solve this problem using flutter doctor, it said that I need to install flutter and dart plugin in android studio, I did install the plugin but when I check using flutter doctor it keep said that I need to install
December 08, 2020 at 09:40AM by Wahyu S
https://ift.tt/3qxbMn7
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.