New post on Flutter Dev Google group:
Display text when bars in barchart are clicked
I have a barchart developed with flutter. I need to be able to display a piece of text when a bar is clicked. How to I accomplish this?
April 06, 2019 at 03:26PM by wzha...@gmail.com
http://bit.ly/2D3t4RI
Display text when bars in barchart are clicked
I have a barchart developed with flutter. I need to be able to display a piece of text when a bar is clicked. How to I accomplish this?
April 06, 2019 at 03:26PM by wzha...@gmail.com
http://bit.ly/2D3t4RI
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:
opening several emulators
Hello, When or will it be possible to open several emulators at the same time in Flutter AndroidStudio? Yours
April 06, 2019 at 04:57PM by Bened
http://bit.ly/2uLZKdU
opening several emulators
Hello, When or will it be possible to open several emulators at the same time in Flutter AndroidStudio? Yours
April 06, 2019 at 04:57PM by Bened
http://bit.ly/2uLZKdU
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:
Cool app created with Flutter
Guys, another app created with Flutter inspired on it (https://dribbble.com/shots/5922034-Multi-search-by-categories) by Cuberto, and this time I did more complete, I'm using Unsplash API and Cache Management. The code is available in Github (https://github.com/wiltonribeiro/explore_app).
April 06, 2019 at 07:33PM by wiltonribeiro
http://bit.ly/2uOyv2j
Cool app created with Flutter
Guys, another app created with Flutter inspired on it (https://dribbble.com/shots/5922034-Multi-search-by-categories) by Cuberto, and this time I did more complete, I'm using Unsplash API and Cache Management. The code is available in Github (https://github.com/wiltonribeiro/explore_app).
April 06, 2019 at 07:33PM by wiltonribeiro
http://bit.ly/2uOyv2j
Dribbble
Multi search by categories
Multi search by categories designed by Cuberto. Connect with them on Dribbble; the global community for designers and creative professionals.
New post on /r/flutterdev subreddit:
Local Push Notification - Flutter (Tutorial)
https://www.youtube.com/watch?v=xMeCwF5MO6w
April 06, 2019 at 09:34PM by JohannesMilke
http://bit.ly/2uN1Ytx
Local Push Notification - Flutter (Tutorial)
https://www.youtube.com/watch?v=xMeCwF5MO6w
April 06, 2019 at 09:34PM by JohannesMilke
http://bit.ly/2uN1Ytx
YouTube
Local Push Notification - Flutter
Click here to Subscribe to Johannes Milke: https://www.youtube.com/JohannesMilke?sub_confirmation=1
► Source code: https://github.com/JohannesMilke/local_push_notifications
► Buy My Courses: https://johannesmilke.teachable.com/p/home
► Follow Twitter:…
► Source code: https://github.com/JohannesMilke/local_push_notifications
► Buy My Courses: https://johannesmilke.teachable.com/p/home
► Follow Twitter:…
New post on /r/flutterdev subreddit:
Flutter NoSQL Database – SEMBAST Tutorial (w/ BLoC)
https://www.youtube.com/watch?v=LcaOULash7s
April 06, 2019 at 10:24PM by Purple_Pizzazz
http://bit.ly/2OSg7Pf
Flutter NoSQL Database – SEMBAST Tutorial (w/ BLoC)
https://www.youtube.com/watch?v=LcaOULash7s
April 06, 2019 at 10:24PM by Purple_Pizzazz
http://bit.ly/2OSg7Pf
YouTube
Flutter NoSQL Database – SEMBAST Tutorial (w/ BLoC)
📗 Learn from the written tutorial & get the project files 👇👇
https://resocoder.com/sembast-flutter-tutorial
👨💻 Do you write good code? Find out now 👇
https://resocoder.com/good-code-quiz
SEMBAST package: https://pub.dartlang.org/packages/sembast
Persistently…
https://resocoder.com/sembast-flutter-tutorial
👨💻 Do you write good code? Find out now 👇
https://resocoder.com/good-code-quiz
SEMBAST package: https://pub.dartlang.org/packages/sembast
Persistently…
New post on /r/flutterdev subreddit:
Flutter NoSQL Database – SEMBAST Tutorial (w/ BLoC)
https://youtu.be/LcaOULash7s
April 06, 2019 at 10:41PM by MRresoMC
http://bit.ly/2WPHrQW
Flutter NoSQL Database – SEMBAST Tutorial (w/ BLoC)
https://youtu.be/LcaOULash7s
April 06, 2019 at 10:41PM by MRresoMC
http://bit.ly/2WPHrQW
YouTube
Flutter NoSQL Database – SEMBAST Tutorial (w/ BLoC)
📗 Learn from the written tutorial & get the project files 👇👇
https://resocoder.com/sembast-flutter-tutorial
👨💻 Do you write good code? Find out now 👇
https://resocoder.com/good-code-quiz
SEMBAST package: https://pub.dartlang.org/packages/sembast
Persistently…
https://resocoder.com/sembast-flutter-tutorial
👨💻 Do you write good code? Find out now 👇
https://resocoder.com/good-code-quiz
SEMBAST package: https://pub.dartlang.org/packages/sembast
Persistently…
New post on /r/flutterdev subreddit:
Flutter Tutorial | LetsCall | A video and voice calling application in flutter. | Part 1.
https://www.youtube.com/watch?v=70VnBtM_tL0
April 06, 2019 at 10:37PM by itsravishankarsingh
http://bit.ly/2I4wOX0
Flutter Tutorial | LetsCall | A video and voice calling application in flutter. | Part 1.
https://www.youtube.com/watch?v=70VnBtM_tL0
April 06, 2019 at 10:37PM by itsravishankarsingh
http://bit.ly/2I4wOX0
YouTube
Flutter Tutorial | LetsCall | A video and voice calling application in flutter. | Part 1.
A new application tutorial series in which we make a Voice and Video calling the application in the flutter.
In this tutorial, we will focus on making the UI for Voice call and in the upcoming videos, we will configure Firebase to register users and Start…
In this tutorial, we will focus on making the UI for Voice call and in the upcoming videos, we will configure Firebase to register users and Start…
New post on /r/flutterdev subreddit:
How to tell the device is rooted or an emulator
For security reasons, we need to check if the app is running on an emulator or a rooted device (to prevent access to sensitive data using root user)I there a package in Flutter that allows that? If not, Is anyone interested in creating one? I will contribute :)
April 07, 2019 at 03:58AM by ammaratef45
http://bit.ly/2Ig1lk8
How to tell the device is rooted or an emulator
For security reasons, we need to check if the app is running on an emulator or a rooted device (to prevent access to sensitive data using root user)I there a package in Flutter that allows that? If not, Is anyone interested in creating one? I will contribute :)
April 07, 2019 at 03:58AM by ammaratef45
http://bit.ly/2Ig1lk8
reddit
r/FlutterDev - How to tell the device is rooted or an emulator
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Dart dev tools for VScode just released
My friend told me about it (I haven't had the chance to try yet) but he says it's great, it's basically like the plugin for Intellij now.Just a little FYI for everyone
April 07, 2019 at 08:23AM by Cholojuanito
http://bit.ly/2OTEYlO
Dart dev tools for VScode just released
My friend told me about it (I haven't had the chance to try yet) but he says it's great, it's basically like the plugin for Intellij now.Just a little FYI for everyone
April 07, 2019 at 08:23AM by Cholojuanito
http://bit.ly/2OTEYlO
reddit
r/FlutterDev - Dart dev tools for VScode just released
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Navigation cheatsheet (Navigator only) - A response to common Stackoverflow questions
http://bit.ly/2uPsWkb
April 07, 2019 at 10:45AM by Filledstacks
http://bit.ly/2ORAoV0
Flutter Navigation cheatsheet (Navigator only) - A response to common Stackoverflow questions
http://bit.ly/2uPsWkb
April 07, 2019 at 10:45AM by Filledstacks
http://bit.ly/2ORAoV0
Medium
Basic Navigation in Flutter (Navigator only) — Cheatsheet
The answers to re-occurring questions about navigation logic in Flutter.
New post on /r/flutterdev subreddit:
edge_alert | A Flutter package that shows alert from top or bottom of the screen.
http://bit.ly/2KdesoL
April 07, 2019 at 10:42AM by Purple_Pizzazz
http://bit.ly/2OWhIDw
edge_alert | A Flutter package that shows alert from top or bottom of the screen.
http://bit.ly/2KdesoL
April 07, 2019 at 10:42AM by Purple_Pizzazz
http://bit.ly/2OWhIDw
Dart packages
edge_alert | Flutter Package
A Flutter package that shows alert from top or bottom of the screen .
New post on /r/flutterdev subreddit:
23. Flutter e-commerce app backend: Firebase set up
https://www.youtube.com/attribution_link?a=EBpMJD6RzKQ&u=%2Fwatch%3Fv%3DIlgRLf-MGDM%26feature%3Dshare
April 07, 2019 at 01:45PM by kibatheseven
http://bit.ly/2IiDm3S
23. Flutter e-commerce app backend: Firebase set up
https://www.youtube.com/attribution_link?a=EBpMJD6RzKQ&u=%2Fwatch%3Fv%3DIlgRLf-MGDM%26feature%3Dshare
April 07, 2019 at 01:45PM by kibatheseven
http://bit.ly/2IiDm3S
YouTube
23. Flutter e-commerce app backend: Firebase set up
source code: https://github.com/Santos-Enoque/complete_flutter_ecommerce
============ CONTACT ===========================================
EMAIL: santosenoque.ss@hotmail.com
SKYPE: santos enoque
============ CONTACT ===========================================
EMAIL: santosenoque.ss@hotmail.com
SKYPE: santos enoque
New post on /r/flutterdev subreddit:
Why and how am i learning Flutter?
http://bit.ly/2Inx7eO
April 07, 2019 at 12:24PM by wiltonribeiro
http://bit.ly/2G6U4li
Why and how am i learning Flutter?
http://bit.ly/2Inx7eO
April 07, 2019 at 12:24PM by wiltonribeiro
http://bit.ly/2G6U4li
Medium
Why and how am I learning Flutter?
Hey everyone, in this article I’m going to talk about why did I started to learning Flutter and the Dart Language, how I’m doing this and…
New post on /r/flutterdev subreddit:
How do you find memory leaks?
Is there anything like the Leak Canary but for Flutter?
April 07, 2019 at 11:50AM by dbltro
http://bit.ly/2I58nbY
How do you find memory leaks?
Is there anything like the Leak Canary but for Flutter?
April 07, 2019 at 11:50AM by dbltro
http://bit.ly/2I58nbY
GitHub
GitHub - square/leakcanary: A memory leak detection library for Android.
A memory leak detection library for Android. Contribute to square/leakcanary development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
mudeo: a social, multi-track music video recorder
http://bit.ly/2UBDlOL
April 07, 2019 at 02:29PM by hillel369
http://bit.ly/2KfoIwA
mudeo: a social, multi-track music video recorder
http://bit.ly/2UBDlOL
April 07, 2019 at 02:29PM by hillel369
http://bit.ly/2KfoIwA
GitHub
hillelcoren/mudeo
mudeo - A collaborative music app built with Flutter - hillelcoren/mudeo
New post on /r/flutterdev subreddit:
FlutterForce — Week 21
http://bit.ly/2KfoYvy
April 07, 2019 at 01:58PM by flutterist
http://bit.ly/2UCXEeK
FlutterForce — Week 21
http://bit.ly/2KfoYvy
April 07, 2019 at 01:58PM by flutterist
http://bit.ly/2UCXEeK
Medium
FlutterForce — #Week 21
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
Flutter - BLoC - ScopedModel - Redux - Comparison
http://bit.ly/2G5LDX2
April 07, 2019 at 02:45PM by Elixane
http://bit.ly/2OVndCt
Flutter - BLoC - ScopedModel - Redux - Comparison
http://bit.ly/2G5LDX2
April 07, 2019 at 02:45PM by Elixane
http://bit.ly/2OVndCt
Didier Boelens
Didier Boelens - Flutter
Flutter - BLoC, Scoped Model, Redux… Comparison… when to use them and why?
Difficulty: Beginner
Difficulty: Beginner
New post on /r/flutterdev subreddit:
Flutter Animation I: Background Color Transition
http://bit.ly/2G6dlmN
April 07, 2019 at 05:21PM by divyanshub024
http://bit.ly/2IiT7YA
Flutter Animation I: Background Color Transition
http://bit.ly/2G6dlmN
April 07, 2019 at 05:21PM by divyanshub024
http://bit.ly/2IiT7YA
Medium
Flutter Animation I: Background Color Transition
Well, animations are pretty important. It can make a monotonous UI feel very interesting. One reason I love Flutter is that it’s very easy…
New post on /r/flutterdev subreddit:
Flutter media downloader
Hello everyone, so I'm new to Flutter Development, and I was wondering if there is an easy way to download media (mainly Image and Video) from network to local storage :I found this : https://pub.dartlang.org/packages/flutter_downloaderBut it seems like it's a little bit complicated to implement
April 07, 2019 at 05:34PM by yiss92
http://bit.ly/2U24ypy
Flutter media downloader
Hello everyone, so I'm new to Flutter Development, and I was wondering if there is an easy way to download media (mainly Image and Video) from network to local storage :I found this : https://pub.dartlang.org/packages/flutter_downloaderBut it seems like it's a little bit complicated to implement
April 07, 2019 at 05:34PM by yiss92
http://bit.ly/2U24ypy
Dart packages
flutter_downloader | Flutter Package
Powerful plugin making it easy to download files.
New post on /r/flutterdev subreddit:
Cupertino (iOS-style) ActionSheet in Flutter
http://bit.ly/2WSBMJI
April 07, 2019 at 06:43PM by ashishrawat2911
http://bit.ly/2KgITKD
Cupertino (iOS-style) ActionSheet in Flutter
http://bit.ly/2WSBMJI
April 07, 2019 at 06:43PM by ashishrawat2911
http://bit.ly/2KgITKD
Medium
Cupertino (iOS-style) ActionSheet in Flutter | Know Your Widgets
Cupertino in Flutter is a set of widgets implementing the current iOS design language.