Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Running "flutter packages get" in Stuck
Hello flutter group, 2 days ago, everything running fine. But suddenly I stop getting packages from pub.dartlang.org. I check flutter ping and it's failed to received data. Means network down. ping pub.dartlang.org Now how do I fix it? Optional => I'm not from china Please help me out. Thank

December 16, 2018 at 10:45PM by Suvashish Halder
https://ift.tt/2BlRiVv
New post on /r/flutterdev subreddit:

UILocalNotification depreciated?
Hi all, trying my first build for the App Store, minimum iOS 10 required. Fullter Doctor is A OK. Can built and upload IPA but it won't run. When checking Runner I see that I am getting depreciation warnings for UILocalNotification. Anyone seen tis before or have a fix for it? Thanks!

December 16, 2018 at 10:41PM by mightybob4611
https://ift.tt/2PHCOEs
New post on /r/flutterdev subreddit:

Overview of Flutter community sites
https://ift.tt/2LplyUc

December 17, 2018 at 12:50AM by moephan
https://ift.tt/2Ll1z97
New post on Flutter Dev Google group:

Flutter Live Video Streaming missing
I am trying to integrate live video streaming capability into my Flutter app. I have taken a look at https://ift.tt/2MeSa2O. But there have been camera issues with both iOS and Android simulators. What is the best way to integrate LIVE video streaming into an existing

December 17, 2018 at 03:52AM by Linton Vadakedathu
https://ift.tt/2Go2SoS
New post on /r/flutterdev subreddit:

Build your Own Plugin using (PlatformViews) — Flutter
https://ift.tt/2EvRTrT

December 17, 2018 at 05:44AM by KarthikPonnam
https://ift.tt/2A1dSmD
New post on /r/flutterdev subreddit:

Is Redux the best approach for global state management for React developer?
Guys, need your help to decide what to use for global state management. I came from React/React Native development world so I'm quite familiar with Redux. As I can see, there are another options available for global state management in Flutter (especially BLoC). My questions are next:Is Redux well-designed for Flutter?Is it the most suitable option for developer who plans to use both Flutter and React/React Native in the future?

December 17, 2018 at 06:56AM by vladkon94
https://ift.tt/2EpHsF9
New post on /r/flutterdev subreddit:

Flutter Canvas Experimentation
This is something different from the typical tutorial posted on this sub, I'm not really demonstrating best practices for Flutter, more a demonstration of how I make use of Hot Loading to rapidly experiment and prototype ideas. Anyone with an interest in Mathematics applied to programming might find this useful.​In this demo I take a simple piece of code and make minor modifications to create a range of different effects. The core code is listening for pointer events using the Flutter Listener class and adding the tracked points to a List, that List of points is then rendered to screen using the Canvas.​Fun, silly, please enjoy.https://www.youtube.com/watch?v=Pu_P2lqOca8

December 17, 2018 at 08:45AM by starterboost
https://ift.tt/2S6pQT1
New post on Flutter Dev Google group:

package get doesn't downloads package "english_word"
I'm unable to install package "english words" pubspec.yaml code is name: startup_namer description: A new Flutter application. # The following defines the version and build number for your application. # A version number is three numbers separated by dots, like 1.2.43 # followed by an optional

December 17, 2018 at 09:51AM by Honey jaswal
https://ift.tt/2Ez7MNY
New post on /r/flutterdev subreddit:

Flutter bird
Hello. I am looking for the bird as seen in this video on the table: https://youtu.be/FToO5roV7oc?t=259If any of you know where to get this, or if it's available to buy somewhere. Please let me know!

December 17, 2018 at 10:03AM by Coaqii
https://ift.tt/2PHT2O6
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