New post on Flutter Dev Google group:
Flutter firestrore
I have created a simple bar graph with hard coded values in app, but I want values fetch from firestore. Can anyone help me how to do it!!!!!!!!!!!
January 29, 2019 at 07:35AM by testuser...@gmail.com
http://bit.ly/2UnT4NF
Flutter firestrore
I have created a simple bar graph with hard coded values in app, but I want values fetch from firestore. Can anyone help me how to do it!!!!!!!!!!!
January 29, 2019 at 07:35AM by testuser...@gmail.com
http://bit.ly/2UnT4NF
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:
Recommendations for a good charting library for Flutter
I am using charts_flutter but find it very limiting (lot of features are yet to be implemented - as an example, I found that labels on vertical bar charts aren't supported!) I also see fcharts but looks like it is still immature. What are most Flutter developers using today for charting?
January 29, 2019 at 07:55AM by Jagannathan Srinivasan
http://bit.ly/2CQx5YH
Recommendations for a good charting library for Flutter
I am using charts_flutter but find it very limiting (lot of features are yet to be implemented - as an example, I found that labels on vertical bar charts aren't supported!) I also see fcharts but looks like it is still immature. What are most Flutter developers using today for charting?
January 29, 2019 at 07:55AM by Jagannathan Srinivasan
http://bit.ly/2CQx5YH
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:
Anyone used Pagination using FireBase FireStore?
I am running a problem with pagination when using cursors to get data. Any blog or tutorial talking about pagination?https://stackoverflow.com/questions/54408411/firestore-error-in-cursor-cursor-position-is-outside-the-range
January 29, 2019 at 08:19AM by PurusR
http://bit.ly/2RRR1EZ
Anyone used Pagination using FireBase FireStore?
I am running a problem with pagination when using cursors to get data. Any blog or tutorial talking about pagination?https://stackoverflow.com/questions/54408411/firestore-error-in-cursor-cursor-position-is-outside-the-range
January 29, 2019 at 08:19AM by PurusR
http://bit.ly/2RRR1EZ
Stack Overflow
FireStore Error in Cursor - cursor position is outside the range
I have a method to return some data from FireStore, which is used for pagination in my Flutter app.
static Future getAllItems({int count: 12, dynamic lastKey}) {
if (la...
static Future getAllItems({int count: 12, dynamic lastKey}) {
if (la...
New post on /r/flutterdev subreddit:
Fixing an App with a Depreciated Library and API - Weather App Part 5
https://www.youtube.com/watch?v=i4_VOKPnmLk
January 29, 2019 at 08:45AM by Purple_Pizzazz
http://bit.ly/2WqrGk1
Fixing an App with a Depreciated Library and API - Weather App Part 5
https://www.youtube.com/watch?v=i4_VOKPnmLk
January 29, 2019 at 08:45AM by Purple_Pizzazz
http://bit.ly/2WqrGk1
YouTube
Fixing an App with a Deprecated Library and API - Weather App Part 5
In this video, we update the Weather GPS app to use a new Geolocation Library and work properly on Dart 2.0
Github Repository: https://github.com/tensor-programming/Weather_Tutorial/tree/tensor-programming-patch-4
Feel free to donate:
Patreon: https://…
Github Repository: https://github.com/tensor-programming/Weather_Tutorial/tree/tensor-programming-patch-4
Feel free to donate:
Patreon: https://…
New post on Flutter Dev Google group:
I need to get single line from list of texts
i have an single string like, flutter developer android this is my string now i want to get only flutter developer , how this possible in flutter
January 29, 2019 at 10:38AM by Mohanraj Archunan
http://bit.ly/2ThnUYc
I need to get single line from list of texts
i have an single string like, flutter developer android this is my string now i want to get only flutter developer , how this possible in flutter
January 29, 2019 at 10:38AM by Mohanraj Archunan
http://bit.ly/2ThnUYc
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:
Generic BLoC provider for Flutter
https://medium.com/robertohuertasm/generic-bloc-provider-eee6dfc9a2e9
January 29, 2019 at 01:27PM by robertohuertasm
http://bit.ly/2CQYVUE
Generic BLoC provider for Flutter
https://medium.com/robertohuertasm/generic-bloc-provider-eee6dfc9a2e9
January 29, 2019 at 01:27PM by robertohuertasm
http://bit.ly/2CQYVUE
Medium
Generic BloC Provider
If you’re using the BloC pattern to manage the state of your Flutter applications probably you’re tired of writing again and again your…
New post on /r/flutterdev subreddit:
Flutter 1.0 Video Training Courses
Hey everyone, we are about to dive into Flutter to start developing our apps. We can see courses for the beta releases of Flutter, but none for the latest stable release of 1.0.Can anyone point me in the right direction for a beginners course?
January 29, 2019 at 12:50PM by Pumpage
http://bit.ly/2UqbdKR
Flutter 1.0 Video Training Courses
Hey everyone, we are about to dive into Flutter to start developing our apps. We can see courses for the beta releases of Flutter, but none for the latest stable release of 1.0.Can anyone point me in the right direction for a beginners course?
January 29, 2019 at 12:50PM by Pumpage
http://bit.ly/2UqbdKR
reddit
r/FlutterDev - Flutter 1.0 Video Training Courses
1 vote and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Localization with Rosetta
Hi guys!I would like to show you sneak peak into our localization tool called Rosetta. You can read about it in this post:https://leaks.wanari.com/2019/01/29/announcing-rosetta-a-rock-solid-localization-tool-for-flutter/?utm_source=reddit&utm_campaign=agocs
Hope you like it!
Cheers,
January 29, 2019 at 02:06PM by agta1991
http://bit.ly/2CU99Un
Flutter Localization with Rosetta
Hi guys!I would like to show you sneak peak into our localization tool called Rosetta. You can read about it in this post:https://leaks.wanari.com/2019/01/29/announcing-rosetta-a-rock-solid-localization-tool-for-flutter/?utm_source=reddit&utm_campaign=agocs
Hope you like it!
Cheers,
January 29, 2019 at 02:06PM by agta1991
http://bit.ly/2CU99Un
New post on /r/flutterdev subreddit:
Stateful vs Stateless
I feel thick skulled. Stateful vs Stateless is confusing me right now.A page is stateless, in that page there is a list that is populated by an API is that list stateful? and if that contains items that don't change once they are printed are they stateless?
January 29, 2019 at 02:02PM by Cucabanaan
http://bit.ly/2RUwxeI
Stateful vs Stateless
I feel thick skulled. Stateful vs Stateless is confusing me right now.A page is stateless, in that page there is a list that is populated by an API is that list stateful? and if that contains items that don't change once they are printed are they stateless?
January 29, 2019 at 02:02PM by Cucabanaan
http://bit.ly/2RUwxeI
reddit
r/FlutterDev - Stateful vs Stateless
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
As my first flutter project, I made this Progress Button that shows Progress and Error states with animations.
http://bit.ly/2BajwmV
January 29, 2019 at 03:02PM by absolutehalil
http://bit.ly/2ThJgok
As my first flutter project, I made this Progress Button that shows Progress and Error states with animations.
http://bit.ly/2BajwmV
January 29, 2019 at 03:02PM by absolutehalil
http://bit.ly/2ThJgok
GitHub
halilozercan/ProgressButton
A Flutter Material Button that animates between Progress and Error states - halilozercan/ProgressButton
New post on /r/flutterdev subreddit:
FlutterUI - Clean designs - Chef Profile
https://youtu.be/lL2pZoXMOYk
January 29, 2019 at 05:02PM by rajayogan27
http://bit.ly/2sUdvGj
FlutterUI - Clean designs - Chef Profile
https://youtu.be/lL2pZoXMOYk
January 29, 2019 at 05:02PM by rajayogan27
http://bit.ly/2sUdvGj
YouTube
FlutterUI - Clean designs - Chef Profile
Need an app ? - https://rajayogan.comFollow me on twitter - https://twitter.com/rajayogan14kOther flutter videos - https://www.youtube.com/playlist?list=PLgG...
New post on Flutter Dev Google group:
Cursor Exception with Infinite View using Firebase FireStore
I have a method to return some data from FireStore, which is used for pagination in my Flutter app. static Future getAllItems({int count: 12, dynamic lastKey}) { if (lastKey != null) { return Firestore.instance .collection('uploads') .where('active'
January 29, 2019 at 05:39PM by Purusothaman Ramanujam
http://bit.ly/2Uo6R6V
Cursor Exception with Infinite View using Firebase FireStore
I have a method to return some data from FireStore, which is used for pagination in my Flutter app. static Future getAllItems({int count: 12, dynamic lastKey}) { if (lastKey != null) { return Firestore.instance .collection('uploads') .where('active'
January 29, 2019 at 05:39PM by Purusothaman Ramanujam
http://bit.ly/2Uo6R6V
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:
Flutter Sequence Animations
https://www.youtube.com/watch?v=a4v6Kx6uRVs
January 29, 2019 at 05:32PM by Purple_Pizzazz
http://bit.ly/2CPthXM
Flutter Sequence Animations
https://www.youtube.com/watch?v=a4v6Kx6uRVs
January 29, 2019 at 05:32PM by Purple_Pizzazz
http://bit.ly/2CPthXM
YouTube
Flutter Sequence Animations | Dart Packages
An easy to use package to do sequence animation (staggered animation). No need to use intervals and calculate percentages for your total animation time.
Sequence Animations Package:
https://pub.dartlang.org/packages/flutter_sequence_animation
Flutter Staggered…
Sequence Animations Package:
https://pub.dartlang.org/packages/flutter_sequence_animation
Flutter Staggered…
New post on /r/flutterdev subreddit:
An open source community-curated list of Flutter conferences around the world
http://bit.ly/2G9hNS6
January 29, 2019 at 07:22PM by mobilehackers
http://bit.ly/2HEqRkr
An open source community-curated list of Flutter conferences around the world
http://bit.ly/2G9hNS6
January 29, 2019 at 07:22PM by mobilehackers
http://bit.ly/2HEqRkr
GitHub
mobilehackersio/flutter-confs
🗓 List of conferences talking about Flutter and same base code that runs on iOS and Android - mobilehackersio/flutter-confs
New post on /r/flutterdev subreddit:
Tutorials: Flutter Widgets 15 | Stack –@niebin_gg #flutteropen – Medium
http://bit.ly/2RpLMqL
January 29, 2019 at 06:38PM by nb312
http://bit.ly/2Ukpf0u
Tutorials: Flutter Widgets 15 | Stack –@niebin_gg #flutteropen – Medium
http://bit.ly/2RpLMqL
January 29, 2019 at 06:38PM by nb312
http://bit.ly/2Ukpf0u
Medium
Flutter Widgets 15 | Stack
In this tutorial, you will learn how to use the Stack in the flutter.
New post on /r/flutterdev subreddit:
In 5 Minutes You Can Check and Request Location Permission at Runtime with Flutter. Step by Step Full Walkthrough.
https://youtu.be/fNklvY1FEao
January 29, 2019 at 06:35PM by impatientdeveloper
http://bit.ly/2DI1jic
In 5 Minutes You Can Check and Request Location Permission at Runtime with Flutter. Step by Step Full Walkthrough.
https://youtu.be/fNklvY1FEao
January 29, 2019 at 06:35PM by impatientdeveloper
http://bit.ly/2DI1jic
YouTube
Flutter for the Impatient - 8 - Ask Location Permission at Runtime
Permissions are better asked when they make sense in the context of a user operation. So they should be asked at runtime instead of at the app starts up.
This video tells you how to ask location permission when the user clicks on a button, and also how to…
This video tells you how to ask location permission when the user clicks on a button, and also how to…
New post on /r/flutterdev subreddit:
CI/CD For Flutter – Maurice McCabe – Medium
http://bit.ly/2RU8YTt
January 29, 2019 at 06:35PM by mmcc007
http://bit.ly/2UkHUJI
CI/CD For Flutter – Maurice McCabe – Medium
http://bit.ly/2RU8YTt
January 29, 2019 at 06:35PM by mmcc007
http://bit.ly/2UkHUJI
Medium
CI/CD For Flutter
Deliver your flutter app automatically to the Apple and Google stores. See how to trace back from a demo app to the source code.
New post on /r/flutterdev subreddit:
Flutter customizable timeline plugin
http://bit.ly/2DHBDCo
January 29, 2019 at 07:53PM by furkantektas
http://bit.ly/2Up0nEY
Flutter customizable timeline plugin
http://bit.ly/2DHBDCo
January 29, 2019 at 07:53PM by furkantektas
http://bit.ly/2Up0nEY
GitHub
furkantektas/timeline_list
Timeline widget for flutter. Contribute to furkantektas/timeline_list development by creating an account on GitHub.
New post on Flutter Dev Google group:
Calculating two random numbers
I am trying to calculate two random numbers. I do get a sum, but it isn't the sum of my two random numbers. If I try with more random numbers there will still be only one sum. My goal is to display it something like this: "2 + 5 = " where the user will fill in the answer. If correct do this, else
January 29, 2019 at 08:14PM by Battleaxes
http://bit.ly/2MEYGk5
Calculating two random numbers
I am trying to calculate two random numbers. I do get a sum, but it isn't the sum of my two random numbers. If I try with more random numbers there will still be only one sum. My goal is to display it something like this: "2 + 5 = " where the user will fill in the answer. If correct do this, else
January 29, 2019 at 08:14PM by Battleaxes
http://bit.ly/2MEYGk5
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:
How to wrap Text with minimal width?
I've a text layout problem. I want create something like this: supertitle --------------- titletitletitle This should be a column with two text widgets and a separator line which should be as wide as the widest of both texts – but not larger. This works as long as the text doesn't
January 29, 2019 at 08:28PM by Stefan Matthias Aust
http://bit.ly/2Rpv6j8
How to wrap Text with minimal width?
I've a text layout problem. I want create something like this: supertitle --------------- titletitletitle This should be a column with two text widgets and a separator line which should be as wide as the widest of both texts – but not larger. This works as long as the text doesn't
January 29, 2019 at 08:28PM by Stefan Matthias Aust
http://bit.ly/2Rpv6j8
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.