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
New post on /r/flutterdev subreddit:
The imported library 'package:geolocator/model/position.dart' can't have a part-of directive
http://bit.ly/2sQdiEe
January 30, 2019 at 04:57AM by vutka_bilai
http://bit.ly/2MFlFvp
The imported library 'package:geolocator/model/position.dart' can't have a part-of directive
http://bit.ly/2sQdiEe
January 30, 2019 at 04:57AM by vutka_bilai
http://bit.ly/2MFlFvp
Stack Overflow
The imported library 'package:geolocator/model/position.dart' can't have a part-of directive
In my flutter app I have been using these following plugin permission_handler, geolocator and google_api_availibility.
I could have added this plugin from flutter package from pubspec.yml, however,...
I could have added this plugin from flutter package from pubspec.yml, however,...
New post on /r/flutterdev subreddit:
Flutter State Management has Never Been Easier. Think Statelessly then add Reactivity
http://bit.ly/2sURLu2
January 30, 2019 at 06:13AM by MainaWycliffe
http://bit.ly/2WwemLd
Flutter State Management has Never Been Easier. Think Statelessly then add Reactivity
http://bit.ly/2sURLu2
January 30, 2019 at 06:13AM by MainaWycliffe
http://bit.ly/2WwemLd
Medium
Flutter State Management has Never Been Easier. Think Statelessly then add Reactivity
For those who know something about flutter and are in a hurry, please bear with me some couple of lines. I will show you something…
New post on Flutter Dev Google group:
How can i upload file to server
How can i upload audio file to server. Thanks in advance
January 30, 2019 at 06:09AM by Harish Challa
http://bit.ly/2HFlPnG
How can i upload file to server
How can i upload audio file to server. Thanks in advance
January 30, 2019 at 06:09AM by Harish Challa
http://bit.ly/2HFlPnG
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:
Which is the best way to use bloc architecture pattern with your flutter app
Is it better to use with the flutter library flutter_bloc and bloc or better to use with the rxdart package?
January 30, 2019 at 07:55AM by KrishnakumarCN
http://bit.ly/2RZHGec
Which is the best way to use bloc architecture pattern with your flutter app
Is it better to use with the flutter library flutter_bloc and bloc or better to use with the rxdart package?
January 30, 2019 at 07:55AM by KrishnakumarCN
http://bit.ly/2RZHGec
reddit
r/FlutterDev - Which is the best way to use bloc architecture pattern with your flutter app
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Anyone facing performance issues in VS Code when developing?
I've been using VS Code and the flutter plugin to develop and test my app on a real device plugged in via USB. I've been running into an issue where everything is fine when I first run the app however after about 30/40 mins of use whenever I make a change and hot reload VS Code hangs for a couple seconds before continuing. I've also noticed it happens whenever my device state changes such as when my device falls asleep, VS Code freezes for a few seconds before the debug console updates. If I end the build and run it again it works normally again for a while before reoccurring.Is this some sort of bug or is it just my laptop not being powerful enough? For reference my laptop has an I3 7100U, 8gb Ram and an SSD.
January 30, 2019 at 12:22PM by FriedChicken24
http://bit.ly/2WCPoK6
Anyone facing performance issues in VS Code when developing?
I've been using VS Code and the flutter plugin to develop and test my app on a real device plugged in via USB. I've been running into an issue where everything is fine when I first run the app however after about 30/40 mins of use whenever I make a change and hot reload VS Code hangs for a couple seconds before continuing. I've also noticed it happens whenever my device state changes such as when my device falls asleep, VS Code freezes for a few seconds before the debug console updates. If I end the build and run it again it works normally again for a while before reoccurring.Is this some sort of bug or is it just my laptop not being powerful enough? For reference my laptop has an I3 7100U, 8gb Ram and an SSD.
January 30, 2019 at 12:22PM by FriedChicken24
http://bit.ly/2WCPoK6
reddit
r/FlutterDev - Anyone facing performance issues in VS Code when developing?
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Angular or React when coming from Flutter?
Hey, I'm decent at Flutter and Dart. Now I wanna make a web app to my native one.I really dig OOP and quite like Dart.From your experience, what am I better off transitioning to (what can I learn easier/faster)?
January 30, 2019 at 02:36PM by thisw4y
http://bit.ly/2Uvriz3
Angular or React when coming from Flutter?
Hey, I'm decent at Flutter and Dart. Now I wanna make a web app to my native one.I really dig OOP and quite like Dart.From your experience, what am I better off transitioning to (what can I learn easier/faster)?
January 30, 2019 at 02:36PM by thisw4y
http://bit.ly/2Uvriz3
reddit
r/FlutterDev - Angular or React when coming from Flutter?
1 vote and 0 comments so far on Reddit