New post on /r/flutterdev subreddit:
Flutter Weekly Widgets S02E01 | Reordable ListView
https://www.youtube.com/watch?v=VsdR9S0J0ag&feature=youtu.be
January 06, 2019 at 10:05AM by imthepk
http://bit.ly/2AtVUsT
Flutter Weekly Widgets S02E01 | Reordable ListView
https://www.youtube.com/watch?v=VsdR9S0J0ag&feature=youtu.be
January 06, 2019 at 10:05AM by imthepk
http://bit.ly/2AtVUsT
YouTube
Flutter Weekly Widgets S02E01 | Reordable ListView
This video is episode 1 of Flutter Weekly Widgets Season 2. #Flutter #FlutterWeeklyWidgets #ReordableListView Please give stars for this project on git and l...
New post on /r/flutterdev subreddit:
Flutter how to map a completed Future object in List map
Hi flutter dev community ~ hope anyone of you guys willing to help on me with this questionhttps://stackoverflow.com/questions/54060552/flutter-how-to-map-a-completed-future-object-in-list-map
January 06, 2019 at 11:40AM by Jasonseah
http://bit.ly/2Ff9vYC
Flutter how to map a completed Future object in List map
Hi flutter dev community ~ hope anyone of you guys willing to help on me with this questionhttps://stackoverflow.com/questions/54060552/flutter-how-to-map-a-completed-future-object-in-list-map
January 06, 2019 at 11:40AM by Jasonseah
http://bit.ly/2Ff9vYC
Stack Overflow
Flutter how to map a completed Future object in List map
Future<List<Future<News>>> getNewsList(skipItems) async {
final response = await http.get(
'https://hacker-news.firebaseio.com/v0/topstories.json?print=pretty');
...
final response = await http.get(
'https://hacker-news.firebaseio.com/v0/topstories.json?print=pretty');
...
New post on /r/flutterdev subreddit:
What is Flutter's framework/app structure like?
http://bit.ly/2seaLU6
January 06, 2019 at 11:36AM by themindstorm
http://bit.ly/2C6csam
What is Flutter's framework/app structure like?
http://bit.ly/2seaLU6
January 06, 2019 at 11:36AM by themindstorm
http://bit.ly/2C6csam
reddit
r/Flutter - What is Flutter's "framework/app" structure like?
4 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Not able to use Fire HD 8 as a testing device for flutter app
Hi, I'm trying to use a 2016 Fire HD 8 as a testing device for my flutter app but I'm getting "Failure [INSTALL_FAILED_NO_MATCHING_ABIS] using android Studio. i was able to test native android apps without any issues on the same tablet.
January 06, 2019 at 02:27PM by john atkinson
http://bit.ly/2LV5lWO
Not able to use Fire HD 8 as a testing device for flutter app
Hi, I'm trying to use a 2016 Fire HD 8 as a testing device for my flutter app but I'm getting "Failure [INSTALL_FAILED_NO_MATCHING_ABIS] using android Studio. i was able to test native android apps without any issues on the same tablet.
January 06, 2019 at 02:27PM by john atkinson
http://bit.ly/2LV5lWO
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:
RxVMS foundations: RxCommand and GetIt | Guru Meditation
http://bit.ly/2FbWheZ
January 06, 2019 at 02:03PM by Purple_Pizzazz
http://bit.ly/2RuDyC5
RxVMS foundations: RxCommand and GetIt | Guru Meditation
http://bit.ly/2FbWheZ
January 06, 2019 at 02:03PM by Purple_Pizzazz
http://bit.ly/2RuDyC5
Guru Meditation
RxVMS foundations: RxCommand and GetIt
Welcome to part 4 of my series on Flutter Architecture: Introduction Fundamentals of Dart Streams RxDart: Magical transformations of Streams RxVMS foundations: RxCommand and GetIt (this post) RxVMS…
New post on Flutter Dev Google group:
Why should i put setstate in init State if init state i s called before build method
Hi guys please why should i put setstate in init State if init state is called before build method and its called only once
January 06, 2019 at 03:15PM by ibrahim shehu ibrahim
http://bit.ly/2CU0EK9
Why should i put setstate in init State if init state i s called before build method
Hi guys please why should i put setstate in init State if init state is called before build method and its called only once
January 06, 2019 at 03:15PM by ibrahim shehu ibrahim
http://bit.ly/2CU0EK9
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:
FlutterForce — Week 8
http://bit.ly/2AAnsgn
January 06, 2019 at 04:55PM by flutterist
http://bit.ly/2TymaJX
FlutterForce — Week 8
http://bit.ly/2AAnsgn
January 06, 2019 at 04:55PM by flutterist
http://bit.ly/2TymaJX
Medium
FlutterForce — #Week 8
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
Flare vs SpriteWidget
What are you recommending? I'm trying to obtain something like thishttps://i.redd.it/ft549e268v821.gif
January 06, 2019 at 09:50PM by long1eu
http://bit.ly/2C3HsrD
Flare vs SpriteWidget
What are you recommending? I'm trying to obtain something like thishttps://i.redd.it/ft549e268v821.gif
January 06, 2019 at 09:50PM by long1eu
http://bit.ly/2C3HsrD
New post on /r/flutterdev subreddit:
Adding image choosing with a few lines of code
http://bit.ly/2H03iC9
January 06, 2019 at 11:43PM by moephan
http://bit.ly/2RCdC7q
Adding image choosing with a few lines of code
http://bit.ly/2H03iC9
January 06, 2019 at 11:43PM by moephan
http://bit.ly/2RCdC7q
New post on /r/flutterdev subreddit:
equatable | An abstract class that helps to implement equality without needing to explicitly override == and hashCode.
http://bit.ly/2RB54xF
January 06, 2019 at 10:56PM by Purple_Pizzazz
http://bit.ly/2C2vL4r
equatable | An abstract class that helps to implement equality without needing to explicitly override == and hashCode.
http://bit.ly/2RB54xF
January 06, 2019 at 10:56PM by Purple_Pizzazz
http://bit.ly/2C2vL4r
Dart packages
equatable | Dart Package
An abstract class that helps to implement equality without needing to explicitly override == and hashCode.
New post on Flutter Dev Google group:
Flutter Doctor: missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
On my mac OS, Mojave, I haven't previously done any software development, other than installing IntelliJ and AngularDart some time ago and working through Angular's examples. Trying now to use Flutter. After installing Flutter, flutter doctor complains that it can't find xcrun: missing xcrun at:
January 07, 2019 at 12:44AM by Don Madison
http://bit.ly/2AzfeW1
Flutter Doctor: missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
On my mac OS, Mojave, I haven't previously done any software development, other than installing IntelliJ and AngularDart some time ago and working through Angular's examples. Trying now to use Flutter. After installing Flutter, flutter doctor complains that it can't find xcrun: missing xcrun at:
January 07, 2019 at 12:44AM by Don Madison
http://bit.ly/2AzfeW1
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:
Display over other apps
I have a translate-like app that would show a dialog over other app, just like what Google Translate Android does. Is that possible to be done with Flutter or I will have to program that part of UI with traditional Android?
January 07, 2019 at 04:52AM by Michael Lee
http://bit.ly/2AxP8CC
Display over other apps
I have a translate-like app that would show a dialog over other app, just like what Google Translate Android does. Is that possible to be done with Flutter or I will have to program that part of UI with traditional Android?
January 07, 2019 at 04:52AM by Michael Lee
http://bit.ly/2AxP8CC
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:
Example Flutter login screen using Flare
http://bit.ly/2TyuMjx
January 07, 2019 at 05:01AM by guidorosso
http://bit.ly/2CTo9TH
Example Flutter login screen using Flare
http://bit.ly/2TyuMjx
January 07, 2019 at 05:01AM by guidorosso
http://bit.ly/2CTo9TH
reddit
Example Flutter login screen using Flare. Teddy 🐻 follows you as...
Posted in r/2Dimensions by u/guidorosso • 52 points and 8 comments
New post on /r/flutterdev subreddit:
Alfred 3 Workflow to search Flutter Docs
Hey guys. I've just released a workflow that lets you search flutter docs right from Alfred, also includes doc preview without the need to launch the browser https://github.com/Sh1d0w/alfred-flutter-docshttps://i.redd.it/hvkez1kjox821.pngSaves a lot of time ( and opened browser tabs :P ).Hope it is useful for most of you using Alfred.
January 07, 2019 at 06:05AM by Sh1d0w_lol
http://bit.ly/2SBik2p
Alfred 3 Workflow to search Flutter Docs
Hey guys. I've just released a workflow that lets you search flutter docs right from Alfred, also includes doc preview without the need to launch the browser https://github.com/Sh1d0w/alfred-flutter-docshttps://i.redd.it/hvkez1kjox821.pngSaves a lot of time ( and opened browser tabs :P ).Hope it is useful for most of you using Alfred.
January 07, 2019 at 06:05AM by Sh1d0w_lol
http://bit.ly/2SBik2p
GitHub
Sh1d0w/alfred-flutter-docs
Search Flutter Docs from Alfred. Contribute to Sh1d0w/alfred-flutter-docs development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter Tutorial - Flutter GoogleMaps and BottomSheet
https://www.youtube.com/attribution_link?a=q1Lp-MXW6bw&u=%2Fwatch%3Fv%3DacjtWVc_7sc%26feature%3Dshare
January 07, 2019 at 06:52AM by whatsupcoders
http://bit.ly/2TvivMT
Flutter Tutorial - Flutter GoogleMaps and BottomSheet
https://www.youtube.com/attribution_link?a=q1Lp-MXW6bw&u=%2Fwatch%3Fv%3DacjtWVc_7sc%26feature%3Dshare
January 07, 2019 at 06:52AM by whatsupcoders
http://bit.ly/2TvivMT
YouTube
Flutter Tutorial - Flutter Maps and BottomSheet
Flutter Tutorial - Flutter Maps and BottomSheet
In this video, you will learn how to use Maps(MapBox) and BottomSheet in your flutter application. Also, I have included a demo page which has a combination of both these features in it.
More details about…
In this video, you will learn how to use Maps(MapBox) and BottomSheet in your flutter application. Also, I have included a demo page which has a combination of both these features in it.
More details about…
New post on /r/flutterdev subreddit:
email-validator.dart | A simple but correct email validator for Dart/Flutter
Parsing email addresses is probably the hardest thing to get right, especially if your users are deciding the e-mail to use on your service.https://github.com/fredeil/email-validator.dart
January 07, 2019 at 07:23AM by fredeil
http://bit.ly/2SMOacA
email-validator.dart | A simple but correct email validator for Dart/Flutter
Parsing email addresses is probably the hardest thing to get right, especially if your users are deciding the e-mail to use on your service.https://github.com/fredeil/email-validator.dart
January 07, 2019 at 07:23AM by fredeil
http://bit.ly/2SMOacA
GitHub
GitHub - fredeil/email-validator.dart: A simple Dart class for validating email addresses (syntax) without using RegEx :email:
A simple Dart class for validating email addresses (syntax) without using RegEx :email: - GitHub - fredeil/email-validator.dart: A simple Dart class for validating email addresses (syntax) without ...
New post on Flutter Dev Google group:
Scroll in Scroll
Hi, the flutter command, I have the following case, there is a tabBarView where you can swipe right, left between screens. Within one tab there is a list with widgets that will also scroll horizontally (they intercept svaypas on themselves), is it possible to do this if the swipe was started at
January 07, 2019 at 08:35AM by Саша Котков
http://bit.ly/2LSoF78
Scroll in Scroll
Hi, the flutter command, I have the following case, there is a tabBarView where you can swipe right, left between screens. Within one tab there is a list with widgets that will also scroll horizontally (they intercept svaypas on themselves), is it possible to do this if the swipe was started at
January 07, 2019 at 08:35AM by Саша Котков
http://bit.ly/2LSoF78
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:
Beginning Flutter: Camera
https://www.youtube.com/watch?v=ecJo6s4PNvw
January 07, 2019 at 09:22AM by Purple_Pizzazz
http://bit.ly/2RvRtI5
Beginning Flutter: Camera
https://www.youtube.com/watch?v=ecJo6s4PNvw
January 07, 2019 at 09:22AM by Purple_Pizzazz
http://bit.ly/2RvRtI5
YouTube
Beginning Flutter: 42 Camera
This is a documentation of my learning the camera package for Flutter. Hopefully, this is just a placeholder for when I learn more about it in the future, but this is what I know so far.
Remember to create a virtual device with Oreo (sdk 26) or higher.…
Remember to create a virtual device with Oreo (sdk 26) or higher.…
New post on /r/flutterdev subreddit:
Working with Geolocation and Geocoding in Flutter (And Integration with Maps)
http://bit.ly/2RACYTh
January 07, 2019 at 08:56AM by deven9852
http://bit.ly/2GYOSlV
Working with Geolocation and Geocoding in Flutter (And Integration with Maps)
http://bit.ly/2RACYTh
January 07, 2019 at 08:56AM by deven9852
http://bit.ly/2GYOSlV
Medium
Working with Geolocation and Geocoding in Flutter (And Integration with Maps)
A guide to working with location and integrating it with Google Maps
New post on /r/flutterdev subreddit:
Functional Programming with Flutter - Build Flutter
http://bit.ly/2VCRJnV
January 07, 2019 at 11:35AM by apedley
http://bit.ly/2H05hGN
Functional Programming with Flutter - Build Flutter
http://bit.ly/2VCRJnV
January 07, 2019 at 11:35AM by apedley
http://bit.ly/2H05hGN
Build Flutter
Functional Programming with Flutter - Build Flutter
Flutter uses Dart, which is an Object-Orientated language. Due to this, we can not write an app, in a fully functional programming style. However we can take some patterns and lesson’s learnt from the functional programming space, and apply them to your Flutter…
New post on /r/flutterdev subreddit:
Simple Recipes App made in Flutter — Detail View and Settings Widget
http://bit.ly/2SFJ6qG
January 07, 2019 at 11:19AM by Elixane
http://bit.ly/2RFfJHS
Simple Recipes App made in Flutter — Detail View and Settings Widget
http://bit.ly/2SFJ6qG
January 07, 2019 at 11:19AM by Elixane
http://bit.ly/2RFfJHS
Medium
Simple Recipes App made in Flutter — Detail View and Settings Widget
Today it is about getting more comfortable in creating and playing with Flutter widgets.