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

What would be a good reference app teaching best practices?
Is it a standard practice in Dart to keep several classes as part of the same file? I keep seeing many Flutter apps, where everything seems to have been crunched in a single file. What would be a good reference application to have a look at?

January 13, 2019 at 06:19PM by preslavrachev
http://bit.ly/2ChN69Q
New post on Flutter Dev Google group:

What is the best way to take User Input for Date and Time?
I have recently started flutter and I am finding it really hard to create date-time input box for user. Below is what I am doing currently;- static var _year = ["2019", "2020", "2021", "2022", "2023", "2024", "2025"]; static var _month = ["01", "02", "03", "04", "05", "06", "07", "08", "09",

January 13, 2019 at 09:09PM by Rocky Sharma
http://bit.ly/2RuK10J
New post on /r/flutterdev subreddit:

[Help] SpriteWidget Tutorials/walkthroughs?
Hi all,I'm keen to jump on the Flutter bandwagon and have followed a few tutorials to get the basics down. While looking around, I discovered SpriteWidget, which could be used as a game engine.https://pub.dartlang.org/packages/spritewidget#-example-tab-I was attempting to create my own little game, using the space blast example here:Https://github.com/spritewidget/spaceblastBut I'm really struggling to get anything going. Ive googled, but there seems to be very little info out there on SpriteWidget beyond these few examples I've found. I was wondering if anyone knew of any resources that really walks you through what parts do, how best to layout code. I've tried to follow step by step how the space blast game works but am finding it very difficult. Any assistance would be greatly received. I wish I could write up some blog tutorials for this as I think it's really needed but have utterly failed.

January 13, 2019 at 10:49PM by Money_on_the_table
http://bit.ly/2H6tpHA
New post on Flutter Dev Google group:

SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
Hi there! Do you know how to fix the error E/SpannableStringBuilder( 5445): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length? It happens when I tap on a textfield and the keyboard fails to load. I've stripped down my widget tree and played with it but I'm still getting this error on all

January 13, 2019 at 11:57PM by Marcos Nobre
http://bit.ly/2D94JKB
New post on /r/flutterdev subreddit:

I created a repo for algorithms and data structures using dart for flutter. Just converted it from js repo. It will help you have a good interview.
http://bit.ly/2Fzw4Hg

January 14, 2019 at 02:56AM by thuutien2
http://bit.ly/2FpM93a
New post on Flutter Dev Google group:

App Launch Speed: Swift vs Kotlin vs Flutter
Hi, I'm investigating Flutter for native mobile app development. I created a trivial Flutter app. Launching the Flutter app on mobile device simulators was quick. Launching the Flutter app on physical devices felt laggy compared to much more complex apps I've written in Swift and Kotlin. This

January 14, 2019 at 06:17AM by Peter Michaux
http://bit.ly/2VTIKhU
New post on Flutter Dev Google group:

CupertinoPicker doesn't refresh, bug 22999
Hello :) I'm having this bug http://bit.ly/2RoxxY8 and it prevent us to moving forward from beta test to production because of this. I have a CupertinoPicker that is empty and I populate it each time I found a Bluetooth device around. User have to select the one he

January 14, 2019 at 10:01AM by Jimmy Aumard
http://bit.ly/2Cip7Ya
New post on /r/flutterdev subreddit:

Dart classes generating from a JSON.
Hey guys! I created a small plugin for Android Studio. It allows you to generate dart classes from a raw json. Check it out.https://github.com/Azoft/json2dart-converter

January 14, 2019 at 08:58AM by kannabii
http://bit.ly/2FxiDIb
New post on Flutter Dev Google group:

opacity not just hides the widget... dont remove the empty space
[image: Screenshot_20190114-144352.jpg] [image: Screenshot_20190114-125856.jpg]

January 14, 2019 at 10:49AM by Shahzad Khan
http://bit.ly/2RtNbBK
New post on /r/flutterdev subreddit:

What is the best solution for managing global state in Flutter?
So... I'm new to flutter and started a new application to learn the basics of dart and the framework. Having a React background I'm tending to use redux as the state manager. What is the industry pattern when it comes to state management? Is redux actually the best choice? Is there any native way to treat global state in flutter?

January 14, 2019 at 10:58AM by fltonii
http://bit.ly/2RpMqJQ
New post on Flutter Dev Google group:

Flutter Playground repository
Playground app for Flutter. Contains list examples I have created. http://bit.ly/2D885O3

January 14, 2019 at 11:51AM by Bhavik Makwana
http://bit.ly/2TS8euB
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