Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Error connecting to the service protocol
Does anybody knows why every time in a while Flutter gets me this error on "flutter run"?
Error connecting to the service protocol: HttpException: , uri = http://127.0.0.1:1025/ws Exited (sigterm) 
To fix it I need to kill the app, unplug and plug again the iPhone, then, generally the app runs...​Here it is flutter doctor
Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel beta, v1.0.0, on Mac OS X 10.13.6 17G4015, locale es-AR) [✓] Android toolchain - develop for Android devices (Android SDK 27.0.3) [✓] iOS toolchain - develop for iOS devices (Xcode 10.1) [✓] Android Studio (version 3.2) [✓] VS Code (version 1.30.2) [✓] Connected device (1 available) • No issues found! 


January 14, 2019 at 01:33PM by quetool
http://bit.ly/2RNLmPp
New post on /r/flutterdev subreddit:

Flutter + Source Generation
http://bit.ly/2soL4QF

January 14, 2019 at 03:27PM by Purple_Pizzazz
http://bit.ly/2RMlUJT
New post on /r/flutterdev subreddit:

Is it possible to add a custom Google Assistant app with a Flutter app?
https://codelabs.developers.google.com/codelabs/actions-1/#0

January 14, 2019 at 05:41PM by safaribrowserram
http://bit.ly/2ChNq8u
New post on Flutter Dev Google group:

Best way to load in Flutter Firestore StreamBuilder Images?
When I load in my images from Firestore there is that split second that image just returns blank. It there a way to use FadeInImage from network within the StreamBuilder? Currently when I try and add it in, FadeInImage is not of an Image provider type so I can't assign the Widget to the image:

January 14, 2019 at 05:47PM by Brennan Altringer
http://bit.ly/2SVYYp2
New post on Flutter Dev Google group:

Material Theme
Hi I find it confusing how the theme works in a material app. I know there is the *theme* property on *MaterialApp* constructor instantiating *ThemeData*. But then I'm lost. On *ThemeData* I have the property *colorScheme,* but when I assign some values to it, it is ignored by most (if not all)

January 14, 2019 at 06:18PM by marcin kolonko
http://bit.ly/2FwwI8B
New tweet from flutterio:

Learn how to manage application state using InheritedWidget in this post by @hansmuller!

Read post here 👉 https://t.co/8z4DqP7n7w pic.twitter.com/MIUBH06rDs— Flutter (@flutterio) January 14, 2019

January 14, 2019 at 07:12PM
http://twitter.com/flutterio/status/1084875811117621248
New post on /r/flutterdev subreddit:

Flutter on iOS for Android developers
http://bit.ly/2Rts6Yd

January 14, 2019 at 08:52PM by mulderpf
http://bit.ly/2Col0K7
New post on /r/flutterdev subreddit:

Path to dig in? Need guidance
Hello everyone. I'm here for some guidance and if anyone will help I'll be really thankful. So here's the situation: I'm in last year of civil engineering. But I want to start coding/programmin to make projects. Consider me as an absolute beginner who has never done programming but wants to learn. I did some research on youtube and also read articles and found that dart is a simple and easy language. Also the benifit of it was, we can use it to make both android and IOS apps. It's like achieving two targets 🎯 by learning one thing. So if anyone could guide me how to startNote: I don't even know the basics and never done any programming before.Thanks in advance

January 14, 2019 at 11:14PM by numanbutt
http://bit.ly/2VPmQg5
New post on /r/flutterdev subreddit:

Google's AI does not like Dart.
http://bit.ly/2QLwbl7

January 15, 2019 at 04:47AM by EdwinLL
http://bit.ly/2VWeUtx
New post on /r/flutterdev subreddit:

Do you think Flutter will support Slices or native Android Widgets?
For Android widgets, the answer seems to be no: https://stackoverflow.com/questions/47504574/can-we-build-android-widgets-in-flutterBut what about Slices? As of now, it seems that the only way to implement them is also with native Kotlin/Java code? Are there any plans for implementing slices in Flutter?

January 15, 2019 at 07:21AM by themindstorm
http://bit.ly/2RMHYEo
New post on /r/flutterdev subreddit:

Creating Minesweeper in Flutter
http://bit.ly/2FBlL5x

January 15, 2019 at 11:04AM by PedroMassango
http://bit.ly/2QOty26
New post on /r/flutterdev subreddit:

Cooking Firebase Dynamic Links in Flutter
Here's my blog for Firebase Dynamic Linking in Flutter https://bit.ly/2VVA9LF .Time to cook this healthy yummy recipe and invite your friends for a new year dinner :)

January 15, 2019 at 10:53AM by nikitag1494
http://bit.ly/2VMUjaK
New post on /r/flutterdev subreddit:

Creating Minesweeper in Flutter – Flutter Community – Medium
http://bit.ly/2Fr74mx

January 15, 2019 at 10:39AM by deven9852
http://bit.ly/2SUPIBH
New post on /r/flutterdev subreddit:

Flutter - Horizontal Circle Listview
“Flutter 1 — Horizontal Circle listview 1” by Ishan Fernando https://link.medium.com/o28q4t0OuT

January 15, 2019 at 12:14PM by ishanfx
http://bit.ly/2VXsRae
New post on /r/flutterdev subreddit:

Is possible to use Flutter as mobile iOS / Android SDK project / lib?
I’m intrested to use Flutter to create a shared lib between mobile iOS and Android? Anyone already created solution like this? Using CocoaPods or gradle?

January 15, 2019 at 05:26PM by felipemmes
http://bit.ly/2Fsao0I
New post on /r/flutterdev subreddit:

What do You think about My BLoC provider idea?
Sometimes I need a BLoC provider to carry more than 1 BLoC reference down the tree so what I usually do is nesting providers. Today I came up with this idea to reduce boilerplate and I wanted to know what you think about it.​Link to code: https://gist.github.com/murar8/00f7bf55d3c3ee14830d39416276b0af

January 15, 2019 at 06:18PM by muritzz
http://bit.ly/2Rr2F9D