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.
New post on /r/flutterdev subreddit:
Generic BLoC provider
http://bit.ly/2WtfrTZ
January 29, 2019 at 10:34PM by robertohuertasm
http://bit.ly/2RtMe7K
Generic BLoC provider
http://bit.ly/2WtfrTZ
January 29, 2019 at 10:34PM by robertohuertasm
http://bit.ly/2RtMe7K
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 tweet from flutterio:
The BackdropFilter widget combines with an ImageFilter to let you skew, rotate, or blur images. Want to make a widget pop by applying a gaussian blur to what's behind it? Give BackdropFilter a try!
Click for more #WidgetoftheWeek tips. ↓ pic.twitter.com/8qpK6dGZ1W— Flutter (@flutterio) January 29, 2019
January 29, 2019 at 11:17PM
http://twitter.com/flutterio/status/1090373390681042944
The BackdropFilter widget combines with an ImageFilter to let you skew, rotate, or blur images. Want to make a widget pop by applying a gaussian blur to what's behind it? Give BackdropFilter a try!
Click for more #WidgetoftheWeek tips. ↓ pic.twitter.com/8qpK6dGZ1W— Flutter (@flutterio) January 29, 2019
January 29, 2019 at 11:17PM
http://twitter.com/flutterio/status/1090373390681042944
Twitter
#widgetoftheweek hashtag on Twitter
15h ago @FlutterDev tweeted: "✏️ Writing your own button controls from.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Flutter Widget of the Week (BackdropFilter)
https://youtu.be/dYRs7Q1vfYI
January 29, 2019 at 11:18PM by ZeroOneDz
http://bit.ly/2UoRTxx
Flutter Widget of the Week (BackdropFilter)
https://youtu.be/dYRs7Q1vfYI
January 29, 2019 at 11:18PM by ZeroOneDz
http://bit.ly/2UoRTxx
YouTube
BackdropFilter (Flutter Widget of the Week)
Apply effects to the images supported in your Flutter app by using the ImageFilter class and the BackdropFilter widget!
BackdropFilter class documentation → https://bit.ly/2CQYGsR
ImageFilter class documentation → https://bit.ly/2CMAbwO
Get more tips! →…
BackdropFilter class documentation → https://bit.ly/2CQYGsR
ImageFilter class documentation → https://bit.ly/2CMAbwO
Get more tips! →…
New post on /r/flutterdev subreddit:
How do I apply to the GDE Flutter program?
I’ve been using Flutter since the beta was released and I would like to apply to the program. What should I do?
January 30, 2019 at 03:26AM by jorandradefig
http://bit.ly/2Sd6yyt
How do I apply to the GDE Flutter program?
I’ve been using Flutter since the beta was released and I would like to apply to the program. What should I do?
January 30, 2019 at 03:26AM by jorandradefig
http://bit.ly/2Sd6yyt
reddit
r/FlutterDev - How do I apply to the GDE Flutter program?
1 vote and 0 comments so far on Reddit