Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
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
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
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
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
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
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
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
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
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
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
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
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
New post on /r/flutterdev subreddit:

Bloc Vs. Redux or BLoC w/ Redux?
Hi guys, I am a big fun of Redux and recently have started developing with Flutter. So of course I wanted to bring the Redux with me, but, seems like BLoC is much more convenient pattern for Flutter. And I sort of like it, but only one thing I.m missing is communication among BLoCs, in redux it's easy, you can have access to any of them, each of them can handle any action so my question is:Is there any good redux implementation, which allows to distinguish whether a widget should render new state or not.May be there is a good way two BLoCs to communicate? e.g. Auth BLoC and some other which relies on auth BLoC?

December 18, 2018 at 11:41AM by mbazaroff
https://ift.tt/2BnF8vk