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.
New post on /r/flutterdev subreddit:
How can I integrate MoPub native ads With Flutter @flutterio?
http://bit.ly/2CdJ562
January 09, 2019 at 07:31PM by adamshurwitz
http://bit.ly/2RnK7ao
How can I integrate MoPub native ads With Flutter @flutterio?
http://bit.ly/2CdJ562
January 09, 2019 at 07:31PM by adamshurwitz
http://bit.ly/2RnK7ao
Stack Overflow
How To Pass MoPub Native Ad To Flutter?
Question
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...
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...
New post on /r/flutterdev subreddit:
Finding the sender of a message from a thread using the SMS package
I've been using this SMS library to build an SMS client:https://pub.dartlang.org/packages/smsHowever, when I get all the messages from a certain SMS thread, and read the sender attribute for each individual message, it will only show the other person as the sender.For example, let's say I send the phone number 778844 two texts, and they reply back with two more, it'll say that all four were sent by 778844, and none by me.
January 09, 2019 at 07:21PM by bots-
http://bit.ly/2Cfdcue
Finding the sender of a message from a thread using the SMS package
I've been using this SMS library to build an SMS client:https://pub.dartlang.org/packages/smsHowever, when I get all the messages from a certain SMS thread, and read the sender attribute for each individual message, it will only show the other person as the sender.For example, let's say I send the phone number 778844 two texts, and they reply back with two more, it'll say that all four were sent by 778844, and none by me.
January 09, 2019 at 07:21PM by bots-
http://bit.ly/2Cfdcue
Dart packages
sms | Flutter Package
SMS library for Flutter applications. Its allow to send, receive, query sms messages, sms delivery and query contacts info. It exposes an easy and friendly API for developing a completely functional s
New post on Flutter Dev Google group:
Open another flutter app from a my flutter app
How to open another flutter app from a my flutter app? url_launcher is not accepting open with package name as in android or ios Does anyone know how to do this?
January 09, 2019 at 09:20PM by Tiagosito
http://bit.ly/2Can08A
Open another flutter app from a my flutter app
How to open another flutter app from a my flutter app? url_launcher is not accepting open with package name as in android or ios Does anyone know how to do this?
January 09, 2019 at 09:20PM by Tiagosito
http://bit.ly/2Can08A
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:
Error with Async .then() method for builder
The stream runs great and returns the documents but I need to display the object data associated with the variables in the objects returns from the first stream. I need to fetch info from Firebase with the information I get back from Firebase. I placed the _buildScheduleItem within a async
January 09, 2019 at 09:40PM by Brennan Altringer
http://bit.ly/2FnihDV
Error with Async .then() method for builder
The stream runs great and returns the documents but I need to display the object data associated with the variables in the objects returns from the first stream. I need to fetch info from Firebase with the information I get back from Firebase. I placed the _buildScheduleItem within a async
January 09, 2019 at 09:40PM by Brennan Altringer
http://bit.ly/2FnihDV
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 remove left & right padding from ListTile in landscape
Trying to remove left and right padding from ListTile widget so the elements appear closer to the edge. I've set the property 'contentpadding' to 0 for both sides which works fine in portrait mode but when I switch to landscape the padding is still visible. I have included a sample app below.
January 09, 2019 at 10:22PM by Holden Scofield
http://bit.ly/2SSPvyA
How to remove left & right padding from ListTile in landscape
Trying to remove left and right padding from ListTile widget so the elements appear closer to the edge. I've set the property 'contentpadding' to 0 for both sides which works fine in portrait mode but when I switch to landscape the padding is still visible. I have included a sample app below.
January 09, 2019 at 10:22PM by Holden Scofield
http://bit.ly/2SSPvyA
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 tweet from flutterio:
Today @SquareDev announced that their Flutter plugins for in app payment are live!
Check it out here → https://t.co/CKTDWsTyng https://t.co/5wLgLmrzCu— Flutter (@flutterio) January 9, 2019
January 09, 2019 at 11:33PM
http://twitter.com/flutterio/status/1083129721053822977
Today @SquareDev announced that their Flutter plugins for in app payment are live!
Check it out here → https://t.co/CKTDWsTyng https://t.co/5wLgLmrzCu— Flutter (@flutterio) January 9, 2019
January 09, 2019 at 11:33PM
http://twitter.com/flutterio/status/1083129721053822977
Twitter
Square Developer (@SquareDev) | Twitter
The latest Tweets from Square Developer (@SquareDev). The official Twitter account of the @Square Developer team