New post on Flutter Dev Google group:
Console message - W/Choreographer: Frame time is xxx ms in the future!
I continually get multiple messages in the debug console when running any Flutter application (including the default "flutter create" application) that says something like the following ... > W/Choreographer(11099): Frame time is 0.047482 ms in the future! Check that graphics HAL is generating
January 08, 2019 at 07:42PM by Aryeh
http://bit.ly/2FjqGYX
Console message - W/Choreographer: Frame time is xxx ms in the future!
I continually get multiple messages in the debug console when running any Flutter application (including the default "flutter create" application) that says something like the following ... > W/Choreographer(11099): Frame time is 0.047482 ms in the future! Check that graphics HAL is generating
January 08, 2019 at 07:42PM by Aryeh
http://bit.ly/2FjqGYX
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:
Created a Time Study App. Enjoy!
http://bit.ly/2RC0Eq9
January 08, 2019 at 08:15PM by superjake
http://bit.ly/2GYInPS
Created a Time Study App. Enjoy!
http://bit.ly/2RC0Eq9
January 08, 2019 at 08:15PM by superjake
http://bit.ly/2GYInPS
GitHub
SnakeyHips/timestudyapp
Time Study App created in Flutter. Contribute to SnakeyHips/timestudyapp development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Flutter Widget of the week - LayoutBuilder
https://youtu.be/IYDVcriKjsw
January 08, 2019 at 08:00PM by imthepk
http://bit.ly/2H2eXjM
Flutter Widget of the week - LayoutBuilder
https://youtu.be/IYDVcriKjsw
January 08, 2019 at 08:00PM by imthepk
http://bit.ly/2H2eXjM
YouTube
LayoutBuilder (Flutter Widget of the Week)
LayoutBuilder can help you see how big your widget is going to be before you finalize how it’s going to look. It’s builder function has parameters for build context and the incoming box constraints.
This video is also subtitled in Chinese, Indonesian, Italian…
This video is also subtitled in Chinese, Indonesian, Italian…
New tweet from flutterio:
Need to know how big your widget is going to be before you decide how to compose it? Try a LayoutBuilder! It provides its build method with a context plus the incoming size constraints, so you can check them before building child widgets.
Click for more #WidgetoftheWeek tips! ↓ pic.twitter.com/HXLYs0HpDK— Flutter (@flutterio) January 8, 2019
January 08, 2019 at 09:24PM
http://twitter.com/flutterio/status/1082734857229262848
Need to know how big your widget is going to be before you decide how to compose it? Try a LayoutBuilder! It provides its build method with a context plus the incoming size constraints, so you can check them before building child widgets.
Click for more #WidgetoftheWeek tips! ↓ pic.twitter.com/HXLYs0HpDK— Flutter (@flutterio) January 8, 2019
January 08, 2019 at 09:24PM
http://twitter.com/flutterio/status/1082734857229262848
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:
A simple pair game made with Flutter, a custom library, and the tunnel pattern.
http://bit.ly/2AE495T
January 08, 2019 at 10:25PM by frideosapps
http://bit.ly/2SJWR7I
A simple pair game made with Flutter, a custom library, and the tunnel pattern.
http://bit.ly/2AE495T
January 08, 2019 at 10:25PM by frideosapps
http://bit.ly/2SJWR7I
Medium
A simple pair game made with Flutter, a custom library, and the tunnel pattern.
Making a game, even if it is simple, it is a good exercise to improve coding knowledge. In this article, I’m going to show you some…
New post on /r/flutterdev subreddit:
Flutter | Flutter Blog | CHEAT SHEETS
Flutter Cheat Sheetshttps://www.codewithakshay.com/cheat-sheets
January 08, 2019 at 10:14PM by akki7271
http://bit.ly/2SIK1Xr
Flutter | Flutter Blog | CHEAT SHEETS
Flutter Cheat Sheetshttps://www.codewithakshay.com/cheat-sheets
January 08, 2019 at 10:14PM by akki7271
http://bit.ly/2SIK1Xr
New post on /r/flutterdev subreddit:
SharedPreferences best practice?
Hi Everyone!I am make chat app in Flutter. I store some info with shared_preferences plugin. For example user UID, username…I am question best practice for load data from shared_preferences.Should load all info at app startup? So load into global variables (or inherited widget?).Or should load just when needed?Problem with 2 is load from shared_preferences expensive. Many data is reuse in app (for example settings, app drawer).What you think?Thanks!
January 08, 2019 at 10:06PM by Flutter_Dev
http://bit.ly/2AE4bL3
SharedPreferences best practice?
Hi Everyone!I am make chat app in Flutter. I store some info with shared_preferences plugin. For example user UID, username…I am question best practice for load data from shared_preferences.Should load all info at app startup? So load into global variables (or inherited widget?).Or should load just when needed?Problem with 2 is load from shared_preferences expensive. Many data is reuse in app (for example settings, app drawer).What you think?Thanks!
January 08, 2019 at 10:06PM by Flutter_Dev
http://bit.ly/2AE4bL3
reddit
r/FlutterDev - SharedPreferences best practice?
3 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Custom navigation drawer with animation
https://youtu.be/fyjV_uwh6iM
January 09, 2019 at 12:27AM by PedroMassango
http://bit.ly/2CZ76zz
Custom navigation drawer with animation
https://youtu.be/fyjV_uwh6iM
January 09, 2019 at 12:27AM by PedroMassango
http://bit.ly/2CZ76zz
YouTube
Flutter - Custom navigation drawer sample with animation 😍
This is just a custom navigation drawer with animation sample made with Flutter. ----------------------------- Source code: https://github.com/pedromassango/...
New post on /r/flutterdev subreddit:
Official mobx for dart and flutter platform
This is just a heads up to the community about the official implementation (WIP) of mobx for dart and flutter.https://github.com/mobxjs/mobx.darthttps://github.com/mobxjs/flutter-mobx
January 09, 2019 at 03:39AM by sharcnd
http://bit.ly/2M0UudW
Official mobx for dart and flutter platform
This is just a heads up to the community about the official implementation (WIP) of mobx for dart and flutter.https://github.com/mobxjs/mobx.darthttps://github.com/mobxjs/flutter-mobx
January 09, 2019 at 03:39AM by sharcnd
http://bit.ly/2M0UudW
GitHub
GitHub - mobxjs/mobx.dart: MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.
MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps. - mobxjs/mobx.dart
New post on Flutter Dev Google group:
In webview using flutter_native_web plugin, keyboard and browse files is not working in android.
I have craeted a webview app in flutter using flutter_native_web plugin. Everything is working fine in iOS device but in Android keyboard, browse files and back button is not working . Flutter doctor output [√] Flutter (Channel beta, v0.11.13, on Microsoft Windows [Version 10.0.17134.472],
January 09, 2019 at 07:03AM by Uwais Saleem
http://bit.ly/2RkiIGf
In webview using flutter_native_web plugin, keyboard and browse files is not working in android.
I have craeted a webview app in flutter using flutter_native_web plugin. Everything is working fine in iOS device but in Android keyboard, browse files and back button is not working . Flutter doctor output [√] Flutter (Channel beta, v0.11.13, on Microsoft Windows [Version 10.0.17134.472],
January 09, 2019 at 07:03AM by Uwais Saleem
http://bit.ly/2RkiIGf
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 Tutorial - Flutter BackdropFilter Widget
https://www.youtube.com/attribution_link?a=CBa64BlQNpI&u=%2Fwatch%3Fv%3DvIjyphym6Ck%26feature%3Dshare
January 09, 2019 at 06:19AM by whatsupcoders
http://bit.ly/2ABBXjU
Flutter Tutorial - Flutter BackdropFilter Widget
https://www.youtube.com/attribution_link?a=CBa64BlQNpI&u=%2Fwatch%3Fv%3DvIjyphym6Ck%26feature%3Dshare
January 09, 2019 at 06:19AM by whatsupcoders
http://bit.ly/2ABBXjU
YouTube
Flutter Tutorial - Flutter BackdropFilter Widget
Flutter Tutorial - Flutter BackdropFilter Widget In this video, you will learn how to use the Flutter BackdropFilter Widget in your flutter application. Also...
New post on Flutter Dev Google group:
Flutter firebase database.set(object) issue
I have a class Product and it is in List plist Now I need to call firebase database.set(plist) this is working with Java but when I tried to do it with flutter dart it showing error any body have solution for this problem From stack overflow I understand use database.set('{"a":"apple"})
January 09, 2019 at 10:01AM by Midhilaj M
http://bit.ly/2Fl4HRp
Flutter firebase database.set(object) issue
I have a class Product and it is in List plist Now I need to call firebase database.set(plist) this is working with Java but when I tried to do it with flutter dart it showing error any body have solution for this problem From stack overflow I understand use database.set('{"a":"apple"})
January 09, 2019 at 10:01AM by Midhilaj M
http://bit.ly/2Fl4HRp
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 YouTube LiveStream in Flutter
Hi. I am creating a video streaming app. I have been able to stream Vimeo and regular YouTube videos successfully. However when I attempt to swap out a normal YouTube link for a YouTube live event link, it doesn't work. Any advice on how to display a YouTube live stream in Flutter would be
January 09, 2019 at 10:25AM by Wilsharo
http://bit.ly/2SIoopX
Display YouTube LiveStream in Flutter
Hi. I am creating a video streaming app. I have been able to stream Vimeo and regular YouTube videos successfully. However when I attempt to swap out a normal YouTube link for a YouTube live event link, it doesn't work. Any advice on how to display a YouTube live stream in Flutter would be
January 09, 2019 at 10:25AM by Wilsharo
http://bit.ly/2SIoopX
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:
Sqflite – playing around with Flutter and simple database
http://bit.ly/2SFlanc
January 09, 2019 at 11:42AM by applandeo
http://bit.ly/2AwvdUH
Sqflite – playing around with Flutter and simple database
http://bit.ly/2SFlanc
January 09, 2019 at 11:42AM by applandeo
http://bit.ly/2AwvdUH
Applandeo
Sqflite - playing around with Flutter and simple database | Applandeo blog
Find out how to setup a database for your Flutter projects using sqflite. we’re gonna show it on classic TODO list example.
New post on Flutter Dev Google group:
How to make a very soft animation
Hi... how do i make a very soft animation with cards going up one after the other on a screen? the animation seems to be skipping spaces and not sliding over them
January 09, 2019 at 02:31PM by Tiagosito
http://bit.ly/2H0EnOH
How to make a very soft animation
Hi... how do i make a very soft animation with cards going up one after the other on a screen? the animation seems to be skipping spaces and not sliding over them
January 09, 2019 at 02:31PM by Tiagosito
http://bit.ly/2H0EnOH
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:
Is nested ScopedModel<T> the only approach for using multiple models across an app?
Edit: Should've clarified in the title, this is a question for scoped_model package It just seems, out of place and I'm sure I could refactor this example brian posted into its own little widget to make it cleaner, but it does look like a dirty hack in a way. Because I'm sure there's going to be times where you'll have extremely large applications with a dozen or so model classes and a nested ScopedModel<T> seems odd. Despite me liking scoped_model it seems like the only alternative while still using that model is creating a service locator (which wouldn't be the worst thing as long as you're still respecting SRP, but that would rule out using ScopedModel.of)Maybe you all can shed some light on the topic because I do like how simple scoped_model is, but that seems like some baggage that comes with it.
January 09, 2019 at 04:01PM by SaltTM
http://bit.ly/2ACHPtv
Is nested ScopedModel<T> the only approach for using multiple models across an app?
Edit: Should've clarified in the title, this is a question for scoped_model package It just seems, out of place and I'm sure I could refactor this example brian posted into its own little widget to make it cleaner, but it does look like a dirty hack in a way. Because I'm sure there's going to be times where you'll have extremely large applications with a dozen or so model classes and a nested ScopedModel<T> seems odd. Despite me liking scoped_model it seems like the only alternative while still using that model is creating a service locator (which wouldn't be the worst thing as long as you're still respecting SRP, but that would rule out using ScopedModel.of)Maybe you all can shed some light on the topic because I do like how simple scoped_model is, but that seems like some baggage that comes with it.
January 09, 2019 at 04:01PM by SaltTM
http://bit.ly/2ACHPtv
GitHub
brianegan/scoped_model
A Widget that passes a Reactive Model to all of it's children - brianegan/scoped_model
New post on /r/flutterdev subreddit:
Flutter UI - Fashion Heroes
https://youtu.be/tuogT6GlcFs
January 09, 2019 at 05:23PM by rajayogan27
http://bit.ly/2D08KB8
Flutter UI - Fashion Heroes
https://youtu.be/tuogT6GlcFs
January 09, 2019 at 05:23PM by rajayogan27
http://bit.ly/2D08KB8
YouTube
Flutter UI - Fashion Heroes
Support me - https://paypal.me/RajaYoganBuy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=SPECOFFFollow me on twitter - https://tw...
New post on /r/flutterdev subreddit:
Introducing Square In-App Payments - Including Flutter Plugin
http://bit.ly/2FpyCYq
January 09, 2019 at 06:04PM by laerien
http://bit.ly/2M0JRrN
Introducing Square In-App Payments - Including Flutter Plugin
http://bit.ly/2FpyCYq
January 09, 2019 at 06:04PM by laerien
http://bit.ly/2M0JRrN
Medium
Introducing Square In-App Payments SDK
A secure, customizable in-app payment solution for iOS, Android, and Flutter.
New post on Flutter Dev Google group:
Invite to Slack Group
Hi Flutter Community, How may I request an invite to the Flutter Slack Group ? Thank you! Adam
January 09, 2019 at 06:57PM by Adam Hurwitz
http://bit.ly/2FhKZ9S
Invite to Slack Group
Hi Flutter Community, How may I request an invite to the Flutter Slack Group ? Thank you! Adam
January 09, 2019 at 06:57PM by Adam Hurwitz
http://bit.ly/2FhKZ9S
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 Pass MoPub Native Ad To Flutter?
Hi Flutter Community, I'm researching how to integrate MoPub's Android and iOS native ads implementation over to Flutter. *What data from the native ad received from MoPub in the* *onNativeLoad* *method below would need to be passed in order for Flutter to display properly?* Potential Solution
January 09, 2019 at 07:51PM by Adam Hurwitz
http://bit.ly/2RK7vyc
How To Pass MoPub Native Ad To Flutter?
Hi Flutter Community, I'm researching how to integrate MoPub's Android and iOS native ads implementation over to Flutter. *What data from the native ad received from MoPub in the* *onNativeLoad* *method below would need to be passed in order for Flutter to display properly?* Potential Solution
January 09, 2019 at 07:51PM by Adam Hurwitz
http://bit.ly/2RK7vyc
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.