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
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
GitHub
GitHub - Azoft/json2dart-converter: Android Studio plugin for converting json to dart classes.
Android Studio plugin for converting json to dart classes. - GitHub - Azoft/json2dart-converter: Android Studio plugin for converting json to dart classes.
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
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
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:
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
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
reddit
r/FlutterDev - What is the best solution for managing global state in Flutter?
2 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Threading: Isolates, Future, Async And Await - Build Flutter
http://bit.ly/2DazCyf
January 14, 2019 at 11:23AM by apedley
http://bit.ly/2TIb1pU
Flutter Threading: Isolates, Future, Async And Await - Build Flutter
http://bit.ly/2DazCyf
January 14, 2019 at 11:23AM by apedley
http://bit.ly/2TIb1pU
Build Flutter
Flutter Threading: Isolates, Future, Async And Await - Build Flutter
Flutter applications start with a single execution process to manage executing code. Inside this process you will find different ways that the process handles multiple pieces of code executing at the same time. Isolates When Dart starts, there will be one…
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
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
GitHub
ibhavikmakwana/FlutterPlayground
Playground app for Flutter. Contribute to ibhavikmakwana/FlutterPlayground development by creating an account on GitHub.
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"?
January 14, 2019 at 01:33PM by quetool
http://bit.ly/2RNLmPp
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
reddit
r/FlutterDev - Error connecting to the service protocol
1 vote and 0 comments so far on Reddit
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
Flutter + Source Generation
http://bit.ly/2soL4QF
January 14, 2019 at 03:27PM by Purple_Pizzazz
http://bit.ly/2RMlUJT
Medium
Flutter + Source Generation: The birth of a Magical Widget
The birth of a Magical Widget
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
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
reddit
r/FlutterDev - Is it possible to add a custom Google Assistant app with a Flutter app?
1 vote and 0 comments so far on Reddit
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
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
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:
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
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
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 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
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
Twitter
Hans (@Hansmuller) | Twitter
The latest Tweets from Hans (@Hansmuller)
New tweet from flutterio:
Learn how to manage application state using InheritedWidget in this post by @Hans_Muller_CA!
Read post here 👉 https://t.co/8z4DqP7n7w pic.twitter.com/jwjUsoXCNc— Flutter (@flutterio) January 14, 2019
January 14, 2019 at 08:03PM
http://twitter.com/flutterio/status/1084888706538852353
Learn how to manage application state using InheritedWidget in this post by @Hans_Muller_CA!
Read post here 👉 https://t.co/8z4DqP7n7w pic.twitter.com/jwjUsoXCNc— Flutter (@flutterio) January 14, 2019
January 14, 2019 at 08:03PM
http://twitter.com/flutterio/status/1084888706538852353
Twitter
Hans Muller (@Hans_Muller_CA) | Twitter
The latest Tweets from Hans Muller (@Hans_Muller_CA): "No one is prouder! #ucsd2014 http://t.co/5YBRLER28U"
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
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:
Managing Flutter Application State With InheritedWidgets
http://bit.ly/2AaJvtK
January 14, 2019 at 10:32PM by PedroMassango
http://bit.ly/2Cl5X3H
Managing Flutter Application State With InheritedWidgets
http://bit.ly/2AaJvtK
January 14, 2019 at 10:32PM by PedroMassango
http://bit.ly/2Cl5X3H
Medium
Managing Flutter Application State With InheritedWidgets
Everyone has heard that interactive applications can be decomposed into three parts: model, view, and controller. Anyone who has given…
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
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
reddit
r/FlutterDev - Path to dig in? Need guidance
2 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
A deep dive into Flutter’s accessibility widgets
http://bit.ly/2TPJAdU
January 15, 2019 at 12:51AM by Purple_Pizzazz
http://bit.ly/2Mamex1
A deep dive into Flutter’s accessibility widgets
http://bit.ly/2TPJAdU
January 15, 2019 at 12:51AM by Purple_Pizzazz
http://bit.ly/2Mamex1
Medium
A deep dive into Flutter’s accessibility widgets
Many mobile users have visual, physical or age-related limitations and these limitations prevent them from seeing or using a touch screen…
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
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
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
Stack Overflow
Can we build android widgets in flutter?
The fact that Flutter heavily uses the word widget makes it difficult to find documentation on this topic.
On Android (I believe this isn't possible on iOS), we can add widgets on our home dashboard,
On Android (I believe this isn't possible on iOS), we can add widgets on our home dashboard,
New post on /r/flutterdev subreddit:
Flutter Tutorial - Flutter Unicorndial AlertDialog
https://www.youtube.com/attribution_link?a=xNUb8l83wYQ&u=%2Fwatch%3Fv%3DSK6eHiyDVwg%26feature%3Dshare
January 15, 2019 at 08:02AM by whatsupcoders
http://bit.ly/2RMMkvj
Flutter Tutorial - Flutter Unicorndial AlertDialog
https://www.youtube.com/attribution_link?a=xNUb8l83wYQ&u=%2Fwatch%3Fv%3DSK6eHiyDVwg%26feature%3Dshare
January 15, 2019 at 08:02AM by whatsupcoders
http://bit.ly/2RMMkvj
YouTube
Flutter Tutorial - Flutter Unicorndial +AlertDialog
Flutter Tutorial - Flutter Unicorndial +AlertDialog In this video, I have used a combination of Flutter Unicorndial plugin and AlertDialog and created a simp...
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
Creating Minesweeper in Flutter
http://bit.ly/2FBlL5x
January 15, 2019 at 11:04AM by PedroMassango
http://bit.ly/2QOty26
Medium
Creating Minesweeper in Flutter
Making a Minesweeper clone in Flutter (without a game engine)