New post on /r/flutterdev subreddit:
AbstractWidget - Generic widget that builds itself depending on the derived class of current value.
http://bit.ly/2C54vSO
January 05, 2019 at 07:33PM by tomwyr
http://bit.ly/2Ranea1
AbstractWidget - Generic widget that builds itself depending on the derived class of current value.
http://bit.ly/2C54vSO
January 05, 2019 at 07:33PM by tomwyr
http://bit.ly/2Ranea1
Dart packages
abstract_widget | Flutter Package
Generic widget that builds itself depending on the derived class of current value.
New post on /r/flutterdev subreddit:
Keep it Simple, State: Architecture for Flutter Apps (DartConf 2018)
https://www.youtube.com/watch?v=zKXz3pUkw9A
January 05, 2019 at 09:23PM by PedroMassango
http://bit.ly/2AupleA
Keep it Simple, State: Architecture for Flutter Apps (DartConf 2018)
https://www.youtube.com/watch?v=zKXz3pUkw9A
January 05, 2019 at 09:23PM by PedroMassango
http://bit.ly/2AupleA
YouTube
Keep it Simple, State: Architecture for Flutter Apps (DartConf 2018)
Keep it Simple, State: Architecture for Flutter Apps
Let's go on a journey! In this video, we'll start with a basic Counter Widget, building up to a complex app with shared state across multiple screens. Along the way, we'll explore common patterns for managing…
Let's go on a journey! In this video, we'll start with a basic Counter Widget, building up to a complex app with shared state across multiple screens. Along the way, we'll explore common patterns for managing…
New post on /r/flutterdev subreddit:
Notification with Timer and Buttons?
I'm creating something like a timer app with flutter. I want to display a notification while the timer is running that displays the current time and that has a button to cancel/pause the timer.More precisely I have a Stream that exposes another int value (the time left) every 100 ms. So I would have to subscribe to this Stream in my notification.I don't really know much about native app developing. I know this is possible for android, I have a similar app installed but is that also possible for iOS? And most importantly is that possible with Flutter with a package or something? I know there are packages for notifications but I haven't really found something for my needs.Any Ideas? Any help is appreciated!
January 05, 2019 at 10:21PM by jwknows
http://bit.ly/2F8HEtF
Notification with Timer and Buttons?
I'm creating something like a timer app with flutter. I want to display a notification while the timer is running that displays the current time and that has a button to cancel/pause the timer.More precisely I have a Stream that exposes another int value (the time left) every 100 ms. So I would have to subscribe to this Stream in my notification.I don't really know much about native app developing. I know this is possible for android, I have a similar app installed but is that also possible for iOS? And most importantly is that possible with Flutter with a package or something? I know there are packages for notifications but I haven't really found something for my needs.Any Ideas? Any help is appreciated!
January 05, 2019 at 10:21PM by jwknows
http://bit.ly/2F8HEtF
reddit
r/FlutterDev - Notification with Timer and Buttons?
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter - TabBar with TabBarView (Fragments in Android)
https://www.youtube.com/attribution_link?a=WJKsxnWUdJc&u=%2Fwatch%3Fv%3DGWsRm05uEPI%26feature%3Dshare
January 05, 2019 at 11:04PM by PedroMassango
http://bit.ly/2VwgrWY
Flutter - TabBar with TabBarView (Fragments in Android)
https://www.youtube.com/attribution_link?a=WJKsxnWUdJc&u=%2Fwatch%3Fv%3DGWsRm05uEPI%26feature%3Dshare
January 05, 2019 at 11:04PM by PedroMassango
http://bit.ly/2VwgrWY
YouTube
Flutter - TabBar with TabBarView (Fragments in Android)
In this video we're going to create a Flutter app with TabBar and a TabBarView. Source code here: https://github.com/pedromassango/flutter-bottomAppBar -----...
New post on /r/flutterdev subreddit:
A PDF reader app made with flutter
http://bit.ly/2QqHI9a
January 05, 2019 at 11:03PM by mobiusomniverse
http://bit.ly/2VwgvGc
A PDF reader app made with flutter
http://bit.ly/2QqHI9a
January 05, 2019 at 11:03PM by mobiusomniverse
http://bit.ly/2VwgvGc
Google Play
PDF - Mobius Omni PDF - Apps on Google Play
Just A Simple Stylish PDF Reader Made With Flutter
Features
-dark/light app theme switch for your preference
-small app with minimal look, gets the job done
-dark/light theme for the pdf reading experience
-zoom in and zoom out
-no annoying popup ads…
Features
-dark/light app theme switch for your preference
-small app with minimal look, gets the job done
-dark/light theme for the pdf reading experience
-zoom in and zoom out
-no annoying popup ads…
New post on Flutter Dev Google group:
"type '_InternalLinkedHashMap' is not a subtype of type 'Map'"
I am trying to retrieve this data: [image: Annotation 2019-01-05 184701.jpg] As you can see the data type for pains and rests are Map types in Firestore Cloud. They are lists of my StopWatch class. I get this error: "typ
January 06, 2019 at 03:55AM by Matt Mason
http://bit.ly/2LRD3g4
"type '_InternalLinkedHashMap' is not a subtype of type 'Map'"
I am trying to retrieve this data: [image: Annotation 2019-01-05 184701.jpg] As you can see the data type for pains and rests are Map types in Firestore Cloud. They are lists of my StopWatch class. I get this error: "typ
January 06, 2019 at 03:55AM by Matt Mason
http://bit.ly/2LRD3g4
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:
Coding with Flutter – My 2018 year in review with Flutter
http://bit.ly/2ReeEY3
January 06, 2019 at 03:00AM by bizz84
http://bit.ly/2C3TOjG
Coding with Flutter – My 2018 year in review with Flutter
http://bit.ly/2ReeEY3
January 06, 2019 at 03:00AM by bizz84
http://bit.ly/2C3TOjG
Medium
My 2018 year in review with Flutter
This article is an introspective review of my year as a Flutter developer, blogger and YouTuber in 2018.
New post on Flutter Dev Google group:
pubspec.yaml gives me headache ??
why it is so hard to add simple asset in pubspec.yaml always rises indentation error any tool or method to update pubspec.yaml ??
January 06, 2019 at 05:32AM by Bawantha Rajapaksha
http://bit.ly/2FaFEBd
pubspec.yaml gives me headache ??
why it is so hard to add simple asset in pubspec.yaml always rises indentation error any tool or method to update pubspec.yaml ??
January 06, 2019 at 05:32AM by Bawantha Rajapaksha
http://bit.ly/2FaFEBd
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:
drifter | Flutter plugin use to access device related identifiers and permission check request
http://bit.ly/2AtsyuH
January 06, 2019 at 06:27AM by wenerme
http://bit.ly/2RdWeqk
drifter | Flutter plugin use to access device related identifiers and permission check request
http://bit.ly/2AtsyuH
January 06, 2019 at 06:27AM by wenerme
http://bit.ly/2RdWeqk
Dart Packages
drifter | Flutter Package
drifter Flutter and Dart package - Drifter is a flutter plugin work with Devices.
Device identifier access, idfa, idfv, imei, imsi, emid, deviceId.
Permission access, check permission, request permison.
Device identifier access, idfa, idfv, imei, imsi, emid, deviceId.
Permission access, check permission, request permison.
New post on /r/flutterdev subreddit:
Flutter Tutorial - Flutter ClipRRect
https://www.youtube.com/attribution_link?a=Ujxu0LDPuaA&u=%2Fwatch%3Fv%3DnqC5NdpAUeE%26feature%3Dshare
January 06, 2019 at 07:32AM by whatsupcoders
http://bit.ly/2CRQxW9
Flutter Tutorial - Flutter ClipRRect
https://www.youtube.com/attribution_link?a=Ujxu0LDPuaA&u=%2Fwatch%3Fv%3DnqC5NdpAUeE%26feature%3Dshare
January 06, 2019 at 07:32AM by whatsupcoders
http://bit.ly/2CRQxW9
YouTube
Flutter Tutorial - Flutter ClipRRect
Flutter Tutorial - Flutter ClipRRect In this video, you will learn how to user ClipRRect Widget and I have also included a demo page with Social Icons. For m...
New post on /r/flutterdev subreddit:
Dart vs javascript
For web dev is it worth betting on learning dart over javascript?Hummimbird is not here yet.Dart is a clean languageJavascript is a messy language.Your thoughts ?
January 06, 2019 at 10:16AM by bitcoin-wiz
http://bit.ly/2SCMsdZ
Dart vs javascript
For web dev is it worth betting on learning dart over javascript?Hummimbird is not here yet.Dart is a clean languageJavascript is a messy language.Your thoughts ?
January 06, 2019 at 10:16AM by bitcoin-wiz
http://bit.ly/2SCMsdZ
reddit
r/FlutterDev - Dart vs javascript
1 vote and 1 comment so far on Reddit
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.