New post on /r/flutterdev subreddit:
Build an Animated Gauge in Flutter
Modern UX designs employ highly visible components along with smooth animations and well-placed transitions, in order to draw attention and convey information quickly and effectively. In this article, we’ll take a look at how to build an animated gauge widget with percent readout in Flutter.https://medium.com//build-an-animated-gauge-in-flutter-e495a436dbf8?source=friends_link&sk=6a999ba3a7eefd7c587f1c9bfabe4bc0
May 26, 2020 at 04:54PM by EvoNext
https://ift.tt/2yzlyPj
Build an Animated Gauge in Flutter
Modern UX designs employ highly visible components along with smooth animations and well-placed transitions, in order to draw attention and convey information quickly and effectively. In this article, we’ll take a look at how to build an animated gauge widget with percent readout in Flutter.https://medium.com//build-an-animated-gauge-in-flutter-e495a436dbf8?source=friends_link&sk=6a999ba3a7eefd7c587f1c9bfabe4bc0
May 26, 2020 at 04:54PM by EvoNext
https://ift.tt/2yzlyPj
Medium
Build an Animated Gauge in Flutter
How to create animated gauge widgets in Dart and Flutter
New tweet from FlutterDev:
📺The #BoringShow is here📺
In this episode, @filiphracek walks through different ways of logging things in Flutter apps and plugins. Learn about package:logging, and overriding the print method for parts of your app using runZoned.
Watch here → https://t.co/ms3WFBn6QO pic.twitter.com/bcOMKKOZjH— Flutter (@FlutterDev) May 26, 2020
May 26, 2020 at 06:34PM
http://twitter.com/FlutterDev/status/1265320409852870657
📺The #BoringShow is here📺
In this episode, @filiphracek walks through different ways of logging things in Flutter apps and plugins. Learn about package:logging, and overriding the print method for parts of your app using runZoned.
Watch here → https://t.co/ms3WFBn6QO pic.twitter.com/bcOMKKOZjH— Flutter (@FlutterDev) May 26, 2020
May 26, 2020 at 06:34PM
http://twitter.com/FlutterDev/status/1265320409852870657
Twitter
#boringshow hashtag on Twitter
38m ago @FlutterDev tweeted: "📺 The #BoringShow is back! 📺
Join @f.." - read what others are saying and join the conversation.
Join @f.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Take our Q2 survey!
Hello from the Flutter team again!Please take the Q2 survey from the link below and help us understand your needs. The survey will stay open until the 30th.Q2 Survey: https://google.qualtrics.com/jfe/form/SV_5oNFjVJWGRECS3z?Source=RedditFindings from the previous quarter's survey is available here: https://link.medium.com/9KS0ysePJ6We really appreciate your help. Thank you! :)
May 26, 2020 at 06:46PM by janim27
https://ift.tt/2TGQXql
Take our Q2 survey!
Hello from the Flutter team again!Please take the Q2 survey from the link below and help us understand your needs. The survey will stay open until the 30th.Q2 Survey: https://google.qualtrics.com/jfe/form/SV_5oNFjVJWGRECS3z?Source=RedditFindings from the previous quarter's survey is available here: https://link.medium.com/9KS0ysePJ6We really appreciate your help. Thank you! :)
May 26, 2020 at 06:46PM by janim27
https://ift.tt/2TGQXql
Qualtrics
Flutter User Survey - Q2 2020
Qualtrics sophisticated online survey software solutions make creating online surveys easy. Learn more about Research Suite and get a free account today.
New post on /r/flutterdev subreddit:
Check pub size for app
Does Flutter provides any way to check size of pub in release app.. Something like android studio which has analyze APK option?
May 26, 2020 at 07:11PM by rahuldange09
https://ift.tt/2ZDADKT
Check pub size for app
Does Flutter provides any way to check size of pub in release app.. Something like android studio which has analyze APK option?
May 26, 2020 at 07:11PM by rahuldange09
https://ift.tt/2ZDADKT
reddit
Check pub size for app
Does Flutter provides any way to check size of pub in release app.. Something like android studio which has analyze APK option?
New post on Flutter Dev Google group:
local_auth example failing
Hi all, I'm running the example for fingerprint and facial ID on two Android phones that support it which use, but it just crashes. Anyone else see this? I'll post the crash details. Thanks.
May 26, 2020 at 08:06PM by Gavin Henry
https://ift.tt/3gzptgm
local_auth example failing
Hi all, I'm running the example for fingerprint and facial ID on two Android phones that support it which use, but it just crashes. Anyone else see this? I'll post the crash details. Thanks.
May 26, 2020 at 08:06PM by Gavin Henry
https://ift.tt/3gzptgm
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:
Logging (The Boring Flutter Development Show, Ep. 39)
https://www.youtube.com/watch?v=CY5if4vkaCw&feature=share
May 26, 2020 at 07:19PM by Pixelreddit
https://ift.tt/2ZEsm9F
Logging (The Boring Flutter Development Show, Ep. 39)
https://www.youtube.com/watch?v=CY5if4vkaCw&feature=share
May 26, 2020 at 07:19PM by Pixelreddit
https://ift.tt/2ZEsm9F
YouTube
Logging (The Boring Flutter Development Show, Ep. 39)
In this solo episode, Filip walks through some ways of logging things in Flutter apps and plugins. He also talks about package:logging, and overriding the print method for parts of your app using runZoned.
package:logging → https://goo.gle/3d4AOCF
runZoned…
package:logging → https://goo.gle/3d4AOCF
runZoned…
New post on /r/flutterdev subreddit:
Complete Guide's To Flutter(App 14: Flutter Firebase Quotes App)
This App is basically created to learn about widgets like Expanded etc. The plugins used are mentioned below pls have a look at it.cloud_firestore: ^0.13.6flutter_screenutil: ^1.1.0random_color: ^1.0.5google_fonts: ^1.1.0Features need to be implemented further are as follows:UI/UX DesignGoogle Fonts should be more creative and nice.If anyone wants to take a look and give some feedback about the app/the code, it would be really nice :). Pls star and fork the main repo, if you will find it interesting, I will create more advanced apps in the future. Thanks, r/FlutterDev for helping me learning about Flutter in a faster manner.I had referred Techie Blossom's Youtube Channel.Source Code of this particular Project can be found with proper documentation, coding, testing on GitHub: https://github.com/irahulcse/Flutter_Quotes_App_FirebaseMain Repo with all my Flutter Apps till date including this one is:https://github.com/irahulcse/A-Complete-Guide-To-Flutter#014---flutter-firebase-quotes-app
May 26, 2020 at 07:52PM by flutterboxinc
https://ift.tt/3c6icRs
Complete Guide's To Flutter(App 14: Flutter Firebase Quotes App)
This App is basically created to learn about widgets like Expanded etc. The plugins used are mentioned below pls have a look at it.cloud_firestore: ^0.13.6flutter_screenutil: ^1.1.0random_color: ^1.0.5google_fonts: ^1.1.0Features need to be implemented further are as follows:UI/UX DesignGoogle Fonts should be more creative and nice.If anyone wants to take a look and give some feedback about the app/the code, it would be really nice :). Pls star and fork the main repo, if you will find it interesting, I will create more advanced apps in the future. Thanks, r/FlutterDev for helping me learning about Flutter in a faster manner.I had referred Techie Blossom's Youtube Channel.Source Code of this particular Project can be found with proper documentation, coding, testing on GitHub: https://github.com/irahulcse/Flutter_Quotes_App_FirebaseMain Repo with all my Flutter Apps till date including this one is:https://github.com/irahulcse/A-Complete-Guide-To-Flutter#014---flutter-firebase-quotes-app
May 26, 2020 at 07:52PM by flutterboxinc
https://ift.tt/3c6icRs
GitHub
irahulcse/Flutter_Quotes_App_Firebase
Firebase Quotes is one more application in the Complete Guide's Repository to get more indepth knowledge about the Flutter - irahulcse/Flutter_Quotes_App_Firebase
New post on /r/flutterdev subreddit:
Flutter Custom & Staggered Page Transition Animation Tutorial
https://www.youtube.com/watch?v=C7CAMPdUu8o
May 26, 2020 at 09:19PM by Purple_Pizzazz
https://ift.tt/2LZyK37
Flutter Custom & Staggered Page Transition Animation Tutorial
https://www.youtube.com/watch?v=C7CAMPdUu8o
May 26, 2020 at 09:19PM by Purple_Pizzazz
https://ift.tt/2LZyK37
YouTube
Flutter Custom & Staggered Page Transition Animation Tutorial
📗 Written tutorial & starter project 👇👇
https://resocoder.com/custom-staggered-page-transition
📧 Get Flutter news 📰 and resources:
👉 http://flutter.education
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Navigating between…
https://resocoder.com/custom-staggered-page-transition
📧 Get Flutter news 📰 and resources:
👉 http://flutter.education
👨💻 Do you write good code? Find out now!
https://resocoder.com/good-code-quiz
Navigating between…
New tweet from FlutterDev:
✏️Take the Q2 survey and let us know what you think!
Tell us about your experience with various aspects of Flutter, and your answers will be used to make improvements. Survey closes May 30th, 2020.
💙On behalf of the Flutter team, thank you!
Survey → https://t.co/9WOiVaFMTU pic.twitter.com/4jvJbekgIB— Flutter (@FlutterDev) May 26, 2020
May 26, 2020 at 10:17PM
http://twitter.com/FlutterDev/status/1265376500716498944
✏️Take the Q2 survey and let us know what you think!
Tell us about your experience with various aspects of Flutter, and your answers will be used to make improvements. Survey closes May 30th, 2020.
💙On behalf of the Flutter team, thank you!
Survey → https://t.co/9WOiVaFMTU pic.twitter.com/4jvJbekgIB— Flutter (@FlutterDev) May 26, 2020
May 26, 2020 at 10:17PM
http://twitter.com/FlutterDev/status/1265376500716498944
Qualtrics
Flutter User Survey - Q2 2020
Qualtrics sophisticated online survey software solutions make creating online surveys easy. Learn more about Research Suite and get a free account today.
New post on /r/flutterdev subreddit:
[Flutter] Overwatch: Digital Cookbook
Hello community,as a side project I have decided to make digital version of overwatch cookbook because it's much easier to look for your favourite hero recipe using the phone if the book is not around.I have created it for my own purpose but then I decided that people might like it and want to use it so I shared with the overwatch community here, I hope its the right place (fingerscrossed).Happy to hear some feedback if you download it :)Link to the app: Overwatch: Digital Cookbook
May 26, 2020 at 10:11PM by XaKeRaaa
https://ift.tt/2Xuftw0
[Flutter] Overwatch: Digital Cookbook
Hello community,as a side project I have decided to make digital version of overwatch cookbook because it's much easier to look for your favourite hero recipe using the phone if the book is not around.I have created it for my own purpose but then I decided that people might like it and want to use it so I shared with the overwatch community here, I hope its the right place (fingerscrossed).Happy to hear some feedback if you download it :)Link to the app: Overwatch: Digital Cookbook
May 26, 2020 at 10:11PM by XaKeRaaa
https://ift.tt/2Xuftw0
Google Play
Mobile Cookbook for Overwatch - Apps on Google Play
Swipe left and right to find your favourite hero and then tap to reveal recipes.
New post on /r/flutterdev subreddit:
credit_card_slider | Flutter Package
https://ift.tt/2zqsJKi
May 26, 2020 at 11:07PM by gursheeshsingh
https://ift.tt/2X75vBX
credit_card_slider | Flutter Package
https://ift.tt/2zqsJKi
May 26, 2020 at 11:07PM by gursheeshsingh
https://ift.tt/2X75vBX
Dart packages
credit_card_slider 1.0.0+1 | Flutter package
A credit card slider with ability to add custom cards using the CreditCard widget. Credit card slider can also be customised
New post on Flutter Dev Google group:
Using bloc/rxdart(combineLatest) how can I use a checkbox?
So I want to use this in a page: Checkbox( activeColor: Color(0xFF4A41AE), value:false , onChanged: ( bool value) { }, ) Im using rxdart and I have this in my bloc :
May 26, 2020 at 11:30PM by Tililweet
https://ift.tt/2X5jaJO
Using bloc/rxdart(combineLatest) how can I use a checkbox?
So I want to use this in a page: Checkbox( activeColor: Color(0xFF4A41AE), value:false , onChanged: ( bool value) { }, ) Im using rxdart and I have this in my bloc :
May 26, 2020 at 11:30PM by Tililweet
https://ift.tt/2X5jaJO
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:
SQLite or MySQL ?
So I'm wondering, If I have a Web Application with data stored in MySQL database. Then I make a Mobile App version of that Web Application. Should I create an SQLite db that stores single user data in it instead of calling the API for the data every time ?If I do create an SQLite database, then the data will exist in 2 database. MySQL and SQLite. What's the best approach for this ?P/S: I'm still a junior programmer so please don't hesitate to comment your opinions. It will greatly help me.
May 27, 2020 at 12:18AM by Ashraf_k
https://ift.tt/3elJgxH
SQLite or MySQL ?
So I'm wondering, If I have a Web Application with data stored in MySQL database. Then I make a Mobile App version of that Web Application. Should I create an SQLite db that stores single user data in it instead of calling the API for the data every time ?If I do create an SQLite database, then the data will exist in 2 database. MySQL and SQLite. What's the best approach for this ?P/S: I'm still a junior programmer so please don't hesitate to comment your opinions. It will greatly help me.
May 27, 2020 at 12:18AM by Ashraf_k
https://ift.tt/3elJgxH
reddit
SQLite or MySQL ?
So I'm wondering, If I have a Web Application with data stored in MySQL database. Then I make a Mobile App version of that Web Application. Should...
New post on Flutter Dev Google group:
Placing two Firestore.instances inside an initState()
Now this maybe good practice or a complete no no!! I was trying to not nest more StreamBuilder(s) and tried to use initState() instead. The String _leaseTenantName (first Firestore.instance) would have correct value but Strings _leaseUnitName & _leaseUnitPropertyUid initially would return as
May 27, 2020 at 01:16AM by Stephen Thoms
https://ift.tt/2yFjdCE
Placing two Firestore.instances inside an initState()
Now this maybe good practice or a complete no no!! I was trying to not nest more StreamBuilder(s) and tried to use initState() instead. The String _leaseTenantName (first Firestore.instance) would have correct value but Strings _leaseUnitName & _leaseUnitPropertyUid initially would return as
May 27, 2020 at 01:16AM by Stephen Thoms
https://ift.tt/2yFjdCE
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:
Good Documentation Tool for Flutter Developers
https://youtu.be/OGmtHJfK4Zo
May 27, 2020 at 02:16AM by thehappyharis
https://ift.tt/3ehxW5C
Good Documentation Tool for Flutter Developers
https://youtu.be/OGmtHJfK4Zo
May 27, 2020 at 02:16AM by thehappyharis
https://ift.tt/3ehxW5C
YouTube
Good Documentation Tool for Developers
Notion is a pretty good tool. Yikes.
https://www.notion.so/
👉 Pre Sign Up to Create a Flutter Portfolio with Flutter Web Course:
https://forms.gle/jsZtpfR4tzKq8ijr5
🗞 Sign up for newsletter for exclusive offers and clean code tips:
http://newsletter.happyharis.com…
https://www.notion.so/
👉 Pre Sign Up to Create a Flutter Portfolio with Flutter Web Course:
https://forms.gle/jsZtpfR4tzKq8ijr5
🗞 Sign up for newsletter for exclusive offers and clean code tips:
http://newsletter.happyharis.com…
New post on Flutter Dev Google group:
Flutter SDK
Hello, I'm using latest version of Android Studio and Flutter on a mac. I have a slight problem with Flutter SDK. I think I have SDK in the right path, but when I check build.gradle file it states '*Flutter SDK not found* !' I've checked local.properties and its in the same path as when I run
May 27, 2020 at 02:33AM by CSM Security Locksmiths
https://ift.tt/36wttcR
Flutter SDK
Hello, I'm using latest version of Android Studio and Flutter on a mac. I have a slight problem with Flutter SDK. I think I have SDK in the right path, but when I check build.gradle file it states '*Flutter SDK not found* !' I've checked local.properties and its in the same path as when I run
May 27, 2020 at 02:33AM by CSM Security Locksmiths
https://ift.tt/36wttcR
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:
flutter run test/widget_test.dart with filter by name (--plain-name)
Widget tests can be run on a device using flutter run test/widget_test.dart which is very helpful for debugging tests. However, if I have a widget_test.dart file with many tests I would like to be able to debug a single test in this way. I can run single tests or a group using flutter test
May 27, 2020 at 03:52AM by Alex Bhandari
https://ift.tt/3d71vH9
flutter run test/widget_test.dart with filter by name (--plain-name)
Widget tests can be run on a device using flutter run test/widget_test.dart which is very helpful for debugging tests. However, if I have a widget_test.dart file with many tests I would like to be able to debug a single test in this way. I can run single tests or a group using flutter test
May 27, 2020 at 03:52AM by Alex Bhandari
https://ift.tt/3d71vH9
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:
💉Imports on Steroids 💉, What is the use of as, show, and hide mean in import statements?
https://twitter.com/erluxman/status/1265470703043633153
May 27, 2020 at 04:33AM by erluxman
https://ift.tt/2yAF8e9
💉Imports on Steroids 💉, What is the use of as, show, and hide mean in import statements?
https://twitter.com/erluxman/status/1265470703043633153
May 27, 2020 at 04:33AM by erluxman
https://ift.tt/2yAF8e9
Twitter
Laxman
💉 Import on Steroids 💉 as : Differentiate two or more libraries that have conflicting identifiers show : Show only certain class and hide everything else from it. hide : Hide only certain class & show everything else from it. #day52 #100DaysofFlutter #Flutter
New post on Flutter Dev Google group:
Новый обучаюший ресурс по Flutter
Всем привет. Приглашаю всех на обучающие уроки openflutter.ru . Есть gitlab репозиторий, youtube канал и группы в соц сетях. Кому интересна разработка на Flutter - welcome.
May 27, 2020 at 08:19AM by Anton Nadtoka
https://ift.tt/2X5hmjO
Новый обучаюший ресурс по Flutter
Всем привет. Приглашаю всех на обучающие уроки openflutter.ru . Есть gitlab репозиторий, youtube канал и группы в соц сетях. Кому интересна разработка на Flutter - welcome.
May 27, 2020 at 08:19AM by Anton Nadtoka
https://ift.tt/2X5hmjO
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:
Pagination
How does pagination work? Can someone explain to me what you can use it for and recommend a good manual?
May 27, 2020 at 08:33AM by Marlene Rahm
https://ift.tt/2ZHyaz4
Pagination
How does pagination work? Can someone explain to me what you can use it for and recommend a good manual?
May 27, 2020 at 08:33AM by Marlene Rahm
https://ift.tt/2ZHyaz4
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:
Build Flutter Contacts App with Hive and Provider
https://www.youtube.com/watch?v=MNuhoZrlhgw&list=PLdBY1aYxSpPUsbJqPH2rRyaIG1aEUjwlD
May 27, 2020 at 08:35AM by 26Waga
https://ift.tt/2yEgcCw
Build Flutter Contacts App with Hive and Provider
https://www.youtube.com/watch?v=MNuhoZrlhgw&list=PLdBY1aYxSpPUsbJqPH2rRyaIG1aEUjwlD
May 27, 2020 at 08:35AM by 26Waga
https://ift.tt/2yEgcCw
YouTube
Build Flutter App with Hive and Provider #AppShowcase
This is the first video in a series about building an app with Flutter, Hive and Provider.This is the App showcase