New post on Flutter Dev Google group:
Google Vision API for facial verification(recognition)
I want to create an attendance manager app based on facial recognition in Flutter. Is there a way to use google Vision API for this app?
December 26, 2018 at 08:42PM by aryank...@gmail.com
http://bit.ly/2GEaV0Z
Google Vision API for facial verification(recognition)
I want to create an attendance manager app based on facial recognition in Flutter. Is there a way to use google Vision API for this app?
December 26, 2018 at 08:42PM by aryank...@gmail.com
http://bit.ly/2GEaV0Z
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:
Beginning Flutter: 41 StreamBuilder
https://www.youtube.com/watch?v=BBelgajHgzY
December 27, 2018 at 12:15AM by Purple_Pizzazz
http://bit.ly/2LAw3Eb
Beginning Flutter: 41 StreamBuilder
https://www.youtube.com/watch?v=BBelgajHgzY
December 27, 2018 at 12:15AM by Purple_Pizzazz
http://bit.ly/2LAw3Eb
YouTube
Beginning Flutter: 41 StreamBuilder
In this video, we discuss StreamBuilder. Sorry I am taking so long to discuss the created stream, but just creating a stream, and seeing how it works took m...
New post on /r/flutterdev subreddit:
A month of Flutter: set up Firestore rules tests
http://bit.ly/2QRXRdc
December 27, 2018 at 04:09AM by abrahamwilliams
http://bit.ly/2BFAE3s
A month of Flutter: set up Firestore rules tests
http://bit.ly/2QRXRdc
December 27, 2018 at 04:09AM by abrahamwilliams
http://bit.ly/2BFAE3s
Bendyworks: Ruby on Rails, JavaScript, and UI/UX Design Consulting
A month of Flutter: set up Firestore rules tests - Bendyworks
We design and build software that stands the test of time, specializing in Ruby on Rails, JavaScript, Clojure, and Ionic.
New post on /r/flutterdev subreddit:
Flutter Tutorial - Flutter AnimatedContainer Widget
https://www.youtube.com/attribution_link?a=8o5OG3_wmoc&u=%2Fwatch%3Fv%3DtSO32mSzStQ%26feature%3Dshare
December 27, 2018 at 03:58AM by whatsupcoders
http://bit.ly/2QW5WO5
Flutter Tutorial - Flutter AnimatedContainer Widget
https://www.youtube.com/attribution_link?a=8o5OG3_wmoc&u=%2Fwatch%3Fv%3DtSO32mSzStQ%26feature%3Dshare
December 27, 2018 at 03:58AM by whatsupcoders
http://bit.ly/2QW5WO5
YouTube
Flutter Tutorial - Flutter AnimatedContainer Widget
Flutter Tutorial - Flutter AnimatedContainer Widget In this video, you will learn how to use AnimatedContainer Widget. I have also added a demo page showing ...
New post on Flutter Dev Google group:
Get The currentDate from firebase
How we can get the current date from firebase server, i have used ServerValue.timestamp, but it is fiving {.sv:timestamp}, and we required this value on our app page for compare current date with some date range, how we can do this.
December 27, 2018 at 05:47AM by Sanjay Kumar
http://bit.ly/2GHUZuE
Get The currentDate from firebase
How we can get the current date from firebase server, i have used ServerValue.timestamp, but it is fiving {.sv:timestamp}, and we required this value on our app page for compare current date with some date range, how we can do this.
December 27, 2018 at 05:47AM by Sanjay Kumar
http://bit.ly/2GHUZuE
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:
Set the time zone for date
i want to set the australian/perth time zone for our app, how it is possible in Flutter,please advise.
December 27, 2018 at 05:48AM by Sanjay Kumar
http://bit.ly/2RlM0TW
Set the time zone for date
i want to set the australian/perth time zone for our app, how it is possible in Flutter,please advise.
December 27, 2018 at 05:48AM by Sanjay Kumar
http://bit.ly/2RlM0TW
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:
Dart vs Swift: a comparison – Coding with Flutter
http://bit.ly/2QQbcm5
December 27, 2018 at 08:36AM by bizz84
http://bit.ly/2QQbd9D
Dart vs Swift: a comparison – Coding with Flutter
http://bit.ly/2QQbcm5
December 27, 2018 at 08:36AM by bizz84
http://bit.ly/2QQbd9D
Medium
Dart vs Swift: a comparison
Dart and Swift are my two favourite programming languages. I have used them extensively in commercial and open-source code.
New post on /r/flutterdev subreddit:
Expanding Search Capabilities with Firebase
Hey Guys,
Currently building a sever-less application that will require search functionality and apparently firebase has poor querying capabilities when it comes to strings. Is there a better way of implementing full-text search that wont cost me so much ( example via algolia )? or should I be looking else-where
December 27, 2018 at 11:20AM by Yourfavooreo
http://bit.ly/2ERnYdB
Expanding Search Capabilities with Firebase
Hey Guys,
Currently building a sever-less application that will require search functionality and apparently firebase has poor querying capabilities when it comes to strings. Is there a better way of implementing full-text search that wont cost me so much ( example via algolia )? or should I be looking else-where
December 27, 2018 at 11:20AM by Yourfavooreo
http://bit.ly/2ERnYdB
reddit
r/FlutterDev - Expanding Search Capabilities with Firebase
1 vote and 0 comments so far on Reddit
New post on Flutter Dev Google group:
EMM or MDM integration
I have been searching around and cannot find any relevant information to see if there is any package available to integrate with EMM or MDM providers, like Mobile Iron or Air Watch. Any advice will be appreciated.
December 27, 2018 at 03:14PM by Shan Lin
http://bit.ly/2Stt7Mp
EMM or MDM integration
I have been searching around and cannot find any relevant information to see if there is any package available to integrate with EMM or MDM providers, like Mobile Iron or Air Watch. Any advice will be appreciated.
December 27, 2018 at 03:14PM by Shan Lin
http://bit.ly/2Stt7Mp
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:
Help with firebase_auth plugin
Hey everyone, I'm new developer on Flutter. I'm trying to get to work firebase in order to authenticate users within my app. But I can't get it works. Below is my code and error I got, anyone can help me? Thanks Future _loginFirebase(String email, String password) async { await FirebaseAuth.inst
December 27, 2018 at 03:24PM by Hang YC
http://bit.ly/2AjWJom
Help with firebase_auth plugin
Hey everyone, I'm new developer on Flutter. I'm trying to get to work firebase in order to authenticate users within my app. But I can't get it works. Below is my code and error I got, anyone can help me? Thanks Future _loginFirebase(String email, String password) async { await FirebaseAuth.inst
December 27, 2018 at 03:24PM by Hang YC
http://bit.ly/2AjWJom
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:
Flutter plugin for share file (image, PDF, video, ecc) or text.
http://bit.ly/2ETsiIP
December 27, 2018 at 05:04PM by juaguar
http://bit.ly/2rXbPeP
Flutter plugin for share file (image, PDF, video, ecc) or text.
http://bit.ly/2ETsiIP
December 27, 2018 at 05:04PM by juaguar
http://bit.ly/2rXbPeP
Dart Packages
simple_share | Flutter Package
simple_share Flutter and Dart package - A Flutter plugin for share file (image, PDF, video, ecc) or text.
New post on /r/flutterdev subreddit:
A Deep Dive Into PageView In Flutter (With Custom Transitions)
http://bit.ly/2Lzn0U5
December 27, 2018 at 04:41PM by deven9852
http://bit.ly/2EMbDGZ
A Deep Dive Into PageView In Flutter (With Custom Transitions)
http://bit.ly/2Lzn0U5
December 27, 2018 at 04:41PM by deven9852
http://bit.ly/2EMbDGZ
Medium
A Deep Dive Into PageView In Flutter (With Custom Transitions)
Exploring the PageView widget and creating custom page transitions
New post on /r/flutterdev subreddit:
Password Validation Animation in Flutter
I saw this design idea on Dribbblehttps://dribbble.com/shots/4755212-Password-Guide... and thought it would be fun to try and make in Flutter.So blog here:https://medium.com/@tonyowen/flutter-password-validation-animation-79ab2bceb600Video of finished project here:https://www.youtube.com/watch?v=VI_1wDvklmcCode here:https://github.com/tunitowen/password_animation
December 27, 2018 at 01:17PM by tunitowen
http://bit.ly/2EMIiMx
Password Validation Animation in Flutter
I saw this design idea on Dribbblehttps://dribbble.com/shots/4755212-Password-Guide... and thought it would be fun to try and make in Flutter.So blog here:https://medium.com/@tonyowen/flutter-password-validation-animation-79ab2bceb600Video of finished project here:https://www.youtube.com/watch?v=VI_1wDvklmcCode here:https://github.com/tunitowen/password_animation
December 27, 2018 at 01:17PM by tunitowen
http://bit.ly/2EMIiMx
Dribbble
Password Guide
Password Guide designed by Saptarshi Prakash for Zeta Suite. Connect with them on Dribbble; the global community for designers and creative professionals.
New post on /r/flutterdev subreddit:
Is there any package to create real-time charts
Looking for a package like syncfusion for flutter is there anything like that?
December 27, 2018 at 05:23PM by widden
http://bit.ly/2rVvEmP
Is there any package to create real-time charts
Looking for a package like syncfusion for flutter is there anything like that?
December 27, 2018 at 05:23PM by widden
http://bit.ly/2rVvEmP
reddit
r/FlutterDev - Is there any package to create real-time charts
3 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
The History of Everything app is now open source!
http://bit.ly/2GKcLxe
December 27, 2018 at 06:09PM by guidorosso
http://bit.ly/2BMXtC3
The History of Everything app is now open source!
http://bit.ly/2GKcLxe
December 27, 2018 at 06:09PM by guidorosso
http://bit.ly/2BMXtC3
Medium
The History of Everything
Source Code Now Available
New post on /r/flutterdev subreddit:
Flutter time tracking
Does a library in Flutter exist that will automatically track how a user is using their phone? Similar to some existing apps, how it will say you spent 1 hour on Facebook, 30 mins on Snapchat, 2 hours in a web browser, stuff like that? Do I need to use a Java(script) library, and if so are there any recommendations?I have this idea for a time tracking app and I've gotten the basic layout+charts working but I can't seem to find a way to actually collect that usage data.EDIT: The core of what I'm trying to do is similar to ManicTime.
December 27, 2018 at 09:18PM by Aperture314159
http://bit.ly/2AikA7M
Flutter time tracking
Does a library in Flutter exist that will automatically track how a user is using their phone? Similar to some existing apps, how it will say you spent 1 hour on Facebook, 30 mins on Snapchat, 2 hours in a web browser, stuff like that? Do I need to use a Java(script) library, and if so are there any recommendations?I have this idea for a time tracking app and I've gotten the basic layout+charts working but I can't seem to find a way to actually collect that usage data.EDIT: The core of what I'm trying to do is similar to ManicTime.
December 27, 2018 at 09:18PM by Aperture314159
http://bit.ly/2AikA7M
reddit
r/FlutterDev - Flutter time tracking
1 vote and 1 comment so far on Reddit
New tweet from flutterio:
Improve the accessibility of your icons and images with the Tooltip widget!
Tooltip provides customizable semantics for screen readers.
Click for more #WidgetoftheWeek tips! ↓ pic.twitter.com/TxOYiWlNdZ— Flutter (@flutterio) December 27, 2018
December 27, 2018 at 10:35PM
http://twitter.com/flutterio/status/1078404144967208960
Improve the accessibility of your icons and images with the Tooltip widget!
Tooltip provides customizable semantics for screen readers.
Click for more #WidgetoftheWeek tips! ↓ pic.twitter.com/TxOYiWlNdZ— Flutter (@flutterio) December 27, 2018
December 27, 2018 at 10:35PM
http://twitter.com/flutterio/status/1078404144967208960
Twitter
#widgetoftheweek hashtag on Twitter
15h ago @FlutterDev tweeted: "✏️ Writing your own button controls from.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Tooltip (Flutter Widget of the Week)
https://www.youtube.com/attribution_link?a=LOZq9mxOKq4&u=%2Fwatch%3Fv%3DEeEfD5fI-5Q%26feature%3Dshare
December 28, 2018 at 12:18AM by Pixelreddit
http://bit.ly/2rVZF5T
Tooltip (Flutter Widget of the Week)
https://www.youtube.com/attribution_link?a=LOZq9mxOKq4&u=%2Fwatch%3Fv%3DEeEfD5fI-5Q%26feature%3Dshare
December 28, 2018 at 12:18AM by Pixelreddit
http://bit.ly/2rVZF5T
YouTube
Tooltip (Flutter Widget of the Week)
Apps often use iconography to convey meaning. Wrap your icons and images with Tooltips to attach Tooltip messages that improve accessibility and provide more...
New post on /r/flutterdev subreddit:
Flutter Infinite List Tutorial
http://bit.ly/2BKh324
December 28, 2018 at 01:02AM by felangel1
http://bit.ly/2QWDz2b
Flutter Infinite List Tutorial
http://bit.ly/2BKh324
December 28, 2018 at 01:02AM by felangel1
http://bit.ly/2QWDz2b
Medium
Flutter Infinite List Tutorial with “flutter_bloc”
Last time, we made a simple login flow using the bloc and flutter_bloc packages. If you haven’t checked out that tutorial, you can find it…
New post on /r/flutterdev subreddit:
Flutter+ google calendar?
There is a lot of questions about it on stackoverflow, but there is none working solution/guide for it. Can anyone do medium guide for combining those things together?I tried to do this myself with https://pub.dartlang.org/packages/googleapis but with 0 success
December 28, 2018 at 01:20AM by ivanmitsura
http://bit.ly/2CCMXiA
Flutter+ google calendar?
There is a lot of questions about it on stackoverflow, but there is none working solution/guide for it. Can anyone do medium guide for combining those things together?I tried to do this myself with https://pub.dartlang.org/packages/googleapis but with 0 success
December 28, 2018 at 01:20AM by ivanmitsura
http://bit.ly/2CCMXiA
Dart packages
googleapis | Dart Package
Auto-generated client libraries for accessing Google APIs described through the API discovery service.