New post on /r/flutterdev subreddit:
19. Flutter e-commerce app: Home page Ui modification
https://www.youtube.com/attribution_link?a=YtyhxPKIPq0&u=%2Fwatch%3Fv%3DvTYlHRdwKSY%26feature%3Dshare
December 17, 2018 at 09:21AM by kibatheseven
https://ift.tt/2Ll2FSg
  
  19. Flutter e-commerce app: Home page Ui modification
https://www.youtube.com/attribution_link?a=YtyhxPKIPq0&u=%2Fwatch%3Fv%3DvTYlHRdwKSY%26feature%3Dshare
December 17, 2018 at 09:21AM by kibatheseven
https://ift.tt/2Ll2FSg
YouTube
  
  19. Flutter e-commerce app: Home page Ui modification
  in this video we are going to modify the homepage ui github: https://github.com/Santos-Enoque/flutter_ecommerce_app
  New post on Flutter Dev Google group:
Flutter google map
Hello guys I hope you are doing well. I'm trying to use google map google_maps_flutter but it keep saying Trying to use platform views with API 18, required API level is: 20 Is flutter google_maps_flutter plugin doesn't support API below level 20? if not is there a way to use google map for all
December 17, 2018 at 10:52AM by Redwan Jemal
https://ift.tt/2URx1Qs
  
  Flutter google map
Hello guys I hope you are doing well. I'm trying to use google map google_maps_flutter but it keep saying Trying to use platform views with API 18, required API level is: 20 Is flutter google_maps_flutter plugin doesn't support API below level 20? if not is there a way to use google map for all
December 17, 2018 at 10:52AM by Redwan Jemal
https://ift.tt/2URx1Qs
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:
Having hard time validating a form using if statement
Hi guys I'm having a hard validating my form , I want the form to be validated if the input contains @ , contains ".com " and >11 , else it shouldn't validate and prompt an error (as usual ) below the text field, but it's not accepting a string as return statement please help below is the code
December 17, 2018 at 02:23PM by ibrahim shehu ibrahim
https://ift.tt/2PLpbV7
  
  Having hard time validating a form using if statement
Hi guys I'm having a hard validating my form , I want the form to be validated if the input contains @ , contains ".com " and >11 , else it shouldn't validate and prompt an error (as usual ) below the text field, but it's not accepting a string as return statement please help below is the code
December 17, 2018 at 02:23PM by ibrahim shehu ibrahim
https://ift.tt/2PLpbV7
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:
MythBuster : 10 Rumors about Flutter, why it’s not worse than Android+Kotlin ?
https://ift.tt/2ChGPfz
December 17, 2018 at 02:52PM by MarkOSullivan
https://ift.tt/2SRqweL
  
  MythBuster : 10 Rumors about Flutter, why it’s not worse than Android+Kotlin ?
https://ift.tt/2ChGPfz
December 17, 2018 at 02:52PM by MarkOSullivan
https://ift.tt/2SRqweL
ProAndroidDev
  
  MythBuster : 10 Rumors about Flutter, why it’s not worse than Android+Kotlin ?
  The problem with Flutter ? Every developer has myth about it, “I don’t want to develop on Flutter because #%&ç*”, let’s bust those myths !
  New post on /r/flutterdev subreddit:
Cheat sheet for react native developers trying flutter
https://ift.tt/2SRqxPR
December 17, 2018 at 02:33PM by lesnitsky_a
https://ift.tt/2A21ouG
  Cheat sheet for react native developers trying flutter
https://ift.tt/2SRqxPR
December 17, 2018 at 02:33PM by lesnitsky_a
https://ift.tt/2A21ouG
New post on /r/flutterdev subreddit:
Cricket Team: Flutter ❤️ Firebase
Check out new Fluter app: https://github.com/ibhavikmakwana/cricket_teamFlutter ❤️ FirebaseA Simple app that demonstrating how to use cloud firestore and perform CRUD operations.
December 17, 2018 at 04:01PM by ibhavikmakwana
https://ift.tt/2QXDWsp
  
  Cricket Team: Flutter ❤️ Firebase
Check out new Fluter app: https://github.com/ibhavikmakwana/cricket_teamFlutter ❤️ FirebaseA Simple app that demonstrating how to use cloud firestore and perform CRUD operations.
December 17, 2018 at 04:01PM by ibhavikmakwana
https://ift.tt/2QXDWsp
GitHub
  
  GitHub - ibhavikmakwana/cricket_team
  Contribute to ibhavikmakwana/cricket_team development by creating an account on GitHub.
  New post on /r/flutterdev subreddit:
Giving Voice to the Voiceless with Flutter – FlutterDoc
https://ift.tt/2S7ekXg
December 17, 2018 at 06:26PM by hitherejoebirch
https://ift.tt/2A4Eseo
  
  Giving Voice to the Voiceless with Flutter – FlutterDoc
https://ift.tt/2S7ekXg
December 17, 2018 at 06:26PM by hitherejoebirch
https://ift.tt/2A4Eseo
FlutterDoc
  
  Giving Voice to the Voiceless with Flutter
  Outside of my working hours I have often spent time with other people involved in animal rights — be it volunteering for a local animal…
  New post on /r/flutterdev subreddit:
State Management like Angular for Firestore App?
So I'm still new to Flutter and I'm trying to create an app that uses Firebase Firestore. I want to separate the ui components from the business logic but this far I haven't found a state management solution that I really like.I have tried Scoped Model but as far as I can tell I can only provide one scoped model. I know I could use mixins to provide multiple models but to me that seems like it could get quite cumbersome.I'm coming from an Angular background where I really liked the way you manage your states with dependency injection. If your not familiar with it, it works like this:I can write Services (e.g: AuthService, DataService, ...), that are just basic classes. Then I could just provide these Services at the start of the app and inject them in any components by just passing them in the Constructor like constructor(private authService. AuthService). This way I can access my Services from any components.Is there a similar way I could achieve this in flutter? What are your opinions on Scoped Model and what way of State Management do you prefer for medium large apps? (However large that is?)
December 17, 2018 at 06:13PM by jwknows
https://ift.tt/2Scd8Ch
  
  State Management like Angular for Firestore App?
So I'm still new to Flutter and I'm trying to create an app that uses Firebase Firestore. I want to separate the ui components from the business logic but this far I haven't found a state management solution that I really like.I have tried Scoped Model but as far as I can tell I can only provide one scoped model. I know I could use mixins to provide multiple models but to me that seems like it could get quite cumbersome.I'm coming from an Angular background where I really liked the way you manage your states with dependency injection. If your not familiar with it, it works like this:I can write Services (e.g: AuthService, DataService, ...), that are just basic classes. Then I could just provide these Services at the start of the app and inject them in any components by just passing them in the Constructor like constructor(private authService. AuthService). This way I can access my Services from any components.Is there a similar way I could achieve this in flutter? What are your opinions on Scoped Model and what way of State Management do you prefer for medium large apps? (However large that is?)
December 17, 2018 at 06:13PM by jwknows
https://ift.tt/2Scd8Ch
reddit
  
  r/FlutterDev - State Management like Angular for Firestore App?
  1 vote and 0 comments so far on Reddit
  New post on /r/flutterdev subreddit:
A month of Flutter: configure Firebase Auth for Sign in with Google on iOS
https://ift.tt/2EBPonQ
December 17, 2018 at 09:25PM by abrahamwilliams
https://ift.tt/2Ep4KLv
  
  A month of Flutter: configure Firebase Auth for Sign in with Google on iOS
https://ift.tt/2EBPonQ
December 17, 2018 at 09:25PM by abrahamwilliams
https://ift.tt/2Ep4KLv
Bendyworks: Ruby on Rails, JavaScript, and UI/UX Design Consulting
  
  A month of Flutter: configure Firebase Auth for Sign in with Google on iOS - Bendyworks
  We design and build software that stands the test of time, specializing in Ruby on Rails, JavaScript, Clojure, and Ionic.
  New tweet from flutterio:
Hundreds of #AskFlutter questions were submitted during #FlutterLive. @RedBrogdon and the team answered as many as they could, covering great topics like Google Maps for Flutter, platform channels, mobile ads, & more!
Hear their answers → https://t.co/6hzrVyyri4 pic.twitter.com/4V36fCoEuP— Flutter (@flutterio) December 17, 2018
December 17, 2018 at 10:00PM
http://twitter.com/flutterio/status/1074771219231244289
  Hundreds of #AskFlutter questions were submitted during #FlutterLive. @RedBrogdon and the team answered as many as they could, covering great topics like Google Maps for Flutter, platform channels, mobile ads, & more!
Hear their answers → https://t.co/6hzrVyyri4 pic.twitter.com/4V36fCoEuP— Flutter (@flutterio) December 17, 2018
December 17, 2018 at 10:00PM
http://twitter.com/flutterio/status/1074771219231244289
New post on Flutter Dev Google group:
CallKit with flutter
Hi. Is possibile create flutter plugin for CallKit (IOS API) and Telecom (Android API) ?
December 17, 2018 at 10:09PM by Mohammad Bazrafkan
https://ift.tt/2A4McgG
  
  CallKit with flutter
Hi. Is possibile create flutter plugin for CallKit (IOS API) and Telecom (Android API) ?
December 17, 2018 at 10:09PM by Mohammad Bazrafkan
https://ift.tt/2A4McgG
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:
Rubber — A material bottom sheet in Flutter
https://ift.tt/2R5vmrs
December 17, 2018 at 09:37PM by Purple_Pizzazz
https://ift.tt/2USsFso
  
  Rubber — A material bottom sheet in Flutter
https://ift.tt/2R5vmrs
December 17, 2018 at 09:37PM by Purple_Pizzazz
https://ift.tt/2USsFso
Medium
  
  Rubber — A material bottom sheet in Flutter
  I’m currently working on a Flutter project that requires a material bottom sheet. Usually on Android projects the material library is…
  New post on Flutter Dev Google group:
Sign-in: requiring password for user change
I got google sign-in working from the examples, and logged in and out using two different user accounts. When I changed users, it did not require a password, but simply logged me in as the other user. I assume that's the phone keeping user login info persistently. I need a way to log out that
December 18, 2018 at 12:04AM by Lee Crocker
https://ift.tt/2S6FjCx
  
  Sign-in: requiring password for user change
I got google sign-in working from the examples, and logged in and out using two different user accounts. When I changed users, it did not require a password, but simply logged me in as the other user. I assume that's the phone keeping user login info persistently. I need a way to log out that
December 18, 2018 at 12:04AM by Lee Crocker
https://ift.tt/2S6FjCx
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:
Need help learning Flutter!
Hey everyone! I know it can be hard learning a new technology! So if anyone needs help with Flutter, including state management let me know!
December 17, 2018 at 11:59PM by seeknowtoday
https://ift.tt/2zZsVNu
  
  Need help learning Flutter!
Hey everyone! I know it can be hard learning a new technology! So if anyone needs help with Flutter, including state management let me know!
December 17, 2018 at 11:59PM by seeknowtoday
https://ift.tt/2zZsVNu
reddit
  
  r/FlutterDev - Need help learning Flutter!
  1 vote and 0 comments so far on Reddit
  New post on /r/flutterdev subreddit:
Logical pixels to DP?
Hey guys, Im translating an app from Studio/kotlin to Flutter/Dart, and Im having trouble getting the exact dimensions I had in the former project. That is, everything seems to be a little smaller than before. I found out that Flutter does not operate with DPs but instead Logical Pixles?What is the best way of translating from DP to LP?
December 17, 2018 at 11:47PM by Mikkelet
https://ift.tt/2Ln80Zh
  
  Logical pixels to DP?
Hey guys, Im translating an app from Studio/kotlin to Flutter/Dart, and Im having trouble getting the exact dimensions I had in the former project. That is, everything seems to be a little smaller than before. I found out that Flutter does not operate with DPs but instead Logical Pixles?What is the best way of translating from DP to LP?
December 17, 2018 at 11:47PM by Mikkelet
https://ift.tt/2Ln80Zh
reddit
  
  r/FlutterDev - Logical pixels to DP?
  2 votes and 2 comments so far on Reddit
  New post on /r/flutterdev subreddit:
Introduction to Flutter SDK | How Flutter Works | Why Flutter Uses Dart | By Developine.com
https://www.youtube.com/watch?v=HPp63UkzdUI
December 18, 2018 at 06:11AM by developine
https://ift.tt/2Cj4cWb
  
  Introduction to Flutter SDK | How Flutter Works | Why Flutter Uses Dart | By Developine.com
https://www.youtube.com/watch?v=HPp63UkzdUI
December 18, 2018 at 06:11AM by developine
https://ift.tt/2Cj4cWb
YouTube
  
  Introduction to Flutter SDK | How Flutter Works | Why Flutter Uses Dart | By Developine.com
  In this video we will talk about Google Mobile App SDK Flutter which is built on Dart programming language.
I will tell you How Flutter SDK and Flutter framework Works.
And Why Flutter uses Dart programming language.
I will also tell you about Flutter Application…
  I will tell you How Flutter SDK and Flutter framework Works.
And Why Flutter uses Dart programming language.
I will also tell you about Flutter Application…
New post on /r/flutterdev subreddit:
Advanced Flutter Project - Adding Fonts and Fuzzy Timestamps - Part Four
https://www.youtube.com/watch?v=X6AjWdGFLYA
December 18, 2018 at 08:34AM by Purple_Pizzazz
https://ift.tt/2Gnk9i1
  
  Advanced Flutter Project - Adding Fonts and Fuzzy Timestamps - Part Four
https://www.youtube.com/watch?v=X6AjWdGFLYA
December 18, 2018 at 08:34AM by Purple_Pizzazz
https://ift.tt/2Gnk9i1
YouTube
  
  Advanced Flutter Project - Adding Fonts and Fuzzy Timestamps - Part Four
  In this video, we add some Aesthetics to our Application. We add the category icons and fuzzy timestamps along with some URL functionality. Github Repository...
  New post on Flutter Dev Google group:
Facebook Authentication issue
Hello, We have developed an app using Flutter + Firebase. We are using social login functionality. A user has a Gmail account suppose us...@gmail.com and he logs in using this account and later then he tries to register/login using facebook and his facebook account has same email id - he is not
December 18, 2018 at 11:09AM by Sanjay Kumar
https://ift.tt/2GlSttM
  
  Facebook Authentication issue
Hello, We have developed an app using Flutter + Firebase. We are using social login functionality. A user has a Gmail account suppose us...@gmail.com and he logs in using this account and later then he tries to register/login using facebook and his facebook account has same email id - he is not
December 18, 2018 at 11:09AM by Sanjay Kumar
https://ift.tt/2GlSttM
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 Live 2018: Everything You Need to Know
https://ift.tt/2GDouOn
December 18, 2018 at 11:06AM by Hena_Kabeer
https://ift.tt/2QW1UEz
  
  Flutter Live 2018: Everything You Need to Know
https://ift.tt/2GDouOn
December 18, 2018 at 11:06AM by Hena_Kabeer
https://ift.tt/2QW1UEz
Sayonetech
  
  Flutter Live 2018: Everything You Need to Know
  On December 4th, the Flutter team held a global Flutter party Flutter Live’18 at the Science Museum in London to share the latest Flutter news and updates.
  New post on /r/flutterdev subreddit:
Vibration - a plugin for handling device vibration (with pattern support on Android)
https://github.com/benjamindean/flutter_vibrationI recently started learning Flutter and one thing I was missing is vibration pattern support for Android devices. Since other solutions does not provide that, I created my own. Any feedback or suggestions are highly appreciated.Since iOS is so restrictive in terms of feedback handling, the only available option for it is a default 500ms vibration. But I don't think that Android apps should be punished too, so I included support for custom durations and pattern.
December 18, 2018 at 10:48AM by benjaminabel
https://ift.tt/2A32hTU
  
  Vibration - a plugin for handling device vibration (with pattern support on Android)
https://github.com/benjamindean/flutter_vibrationI recently started learning Flutter and one thing I was missing is vibration pattern support for Android devices. Since other solutions does not provide that, I created my own. Any feedback or suggestions are highly appreciated.Since iOS is so restrictive in terms of feedback handling, the only available option for it is a default 500ms vibration. But I don't think that Android apps should be punished too, so I included support for custom durations and pattern.
December 18, 2018 at 10:48AM by benjaminabel
https://ift.tt/2A32hTU
GitHub
  
  GitHub - benjamindean/flutter_vibration: Handle vibration on iOS and Android in Flutter apps
  Handle vibration on iOS and Android in Flutter apps - benjamindean/flutter_vibration
  New post on Flutter Dev Google group:
Android FCM issues
While running the app it shows this message " *registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) *". And while sending a notification from firebase console shows *W/FirebaseMessaging(23057): Unable to log event: analytics library* is missing error message.
December 18, 2018 at 12:05PM by Ajnas Askar
https://ift.tt/2LoO8VM
  
  Android FCM issues
While running the app it shows this message " *registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) *". And while sending a notification from firebase console shows *W/FirebaseMessaging(23057): Unable to log event: analytics library* is missing error message.
December 18, 2018 at 12:05PM by Ajnas Askar
https://ift.tt/2LoO8VM
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.
  