New post on /r/flutterdev subreddit:
Creating Custom built_value Serializers with BuiltValueSerializer
http://bit.ly/2DoCjez
February 08, 2019 at 09:00PM by Vanethos
http://bit.ly/2SGNpFe
Creating Custom built_value Serializers with BuiltValueSerializer
http://bit.ly/2DoCjez
February 08, 2019 at 09:00PM by Vanethos
http://bit.ly/2SGNpFe
Medium
Creating Custom built_value Serializers with BuiltValueSerializer
Using the new BuiltValueSerializer annotation, we will create a custom Serializer for our data classes.
New post on /r/flutterdev subreddit:
Anyone suffering the same problem?
http://bit.ly/2Sn9I3o
February 09, 2019 at 05:49AM by livinglist
http://bit.ly/2DmEqj6
Anyone suffering the same problem?
http://bit.ly/2Sn9I3o
February 09, 2019 at 05:49AM by livinglist
http://bit.ly/2DmEqj6
GitHub
[cloud_firestore 0.8.2+3] throws exception while adding new document to collection · Issue #27649 · flutter/flutter
I have a Firestore collection named userShares and when I tried to add new document to it, error information showed up in the console. Everything else like getting and updating an existing document...
New post on /r/flutterdev subreddit:
Simple Dating App UI Concept
http://bit.ly/2TLn7PL
February 09, 2019 at 07:44AM by quangio
http://bit.ly/2BsPVW5
Simple Dating App UI Concept
http://bit.ly/2TLn7PL
February 09, 2019 at 07:44AM by quangio
http://bit.ly/2BsPVW5
GitHub
quangIO/dating-app-concept-flutter
Dating App UI concept made to showcase Flutter in SheCodes hackathon - quangIO/dating-app-concept-flutter
New post on /r/flutterdev subreddit:
Flutter Tutorial - Flutter GestureDetector and InkWell
https://youtu.be/pAA62_x0zKE
February 09, 2019 at 06:42AM by whatsupcoders
http://bit.ly/2SHqzxa
Flutter Tutorial - Flutter GestureDetector and InkWell
https://youtu.be/pAA62_x0zKE
February 09, 2019 at 06:42AM by whatsupcoders
http://bit.ly/2SHqzxa
YouTube
Flutter Tutorial - Flutter GestureDetector and InkWell
Flutter Tutorial - Flutter GestureDetector and InkWell In this video, you will see how to make Images, Text, Icons, Buttons Clickable using GestureDetector o...
New post on Flutter Dev Google group:
platform_view with support for SurfaceView in android
As per documentation of *platform_view* , The embedded Android view is painted just like any other Flutter widget. Does that mean, we don't get surface callbacks for SurfaceView ? *We are playing DRM contents on ExoPlayer and we need SurfaceView for that .* Will flutter's platform_view help us in
February 09, 2019 at 06:07PM by karthick chinnathambi
http://bit.ly/2Bt86uJ
platform_view with support for SurfaceView in android
As per documentation of *platform_view* , The embedded Android view is painted just like any other Flutter widget. Does that mean, we don't get surface callbacks for SurfaceView ? *We are playing DRM contents on ExoPlayer and we need SurfaceView for that .* Will flutter's platform_view help us in
February 09, 2019 at 06:07PM by karthick chinnathambi
http://bit.ly/2Bt86uJ
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 +MLKit = ❤
http://bit.ly/2SkhlHY
February 09, 2019 at 06:54PM by Elixane
http://bit.ly/2Dnd2kL
Flutter +MLKit = ❤
http://bit.ly/2SkhlHY
February 09, 2019 at 06:54PM by Elixane
http://bit.ly/2Dnd2kL
Medium
Flutter +MLKit = ❤
As you might have read in my previous post I like Flutter. There’s a lot to read on why it could also be cool for you to try out but this…
New post on /r/flutterdev subreddit:
Elements, Keys and Flutter’s performance
http://bit.ly/2SjdVW1
February 09, 2019 at 06:54PM by Elixane
http://bit.ly/2DsirHd
Elements, Keys and Flutter’s performance
http://bit.ly/2SjdVW1
February 09, 2019 at 06:54PM by Elixane
http://bit.ly/2DsirHd
Medium
Elements, Keys and Flutter’s performance
TL;DR: Widget Keys can improve the performance of our application in places where you do not get the promised 60 FPS.
New post on /r/flutterdev subreddit:
Build Gmail with Flutter Ep4: Conditional Widget Building
https://youtu.be/OAyTiekTuLk
February 09, 2019 at 06:50PM by impatientdeveloper
http://bit.ly/2SmSuU5
Build Gmail with Flutter Ep4: Conditional Widget Building
https://youtu.be/OAyTiekTuLk
February 09, 2019 at 06:50PM by impatientdeveloper
http://bit.ly/2SmSuU5
YouTube
Flutter for the Impatient - 13 - Build Gmail with Flutter (4) Conditional Widget Building
Let's build a Gmail clone mobile app with Flutter that runs on both Android and iOS! This is the fourth video of a series to clone the new 2019 Gmail materia...
New post on /r/flutterdev subreddit:
Background callbacks and activity
Hi,I am creating a Flutter App, but I have some questions about the background activity. My idea is to check to local database (sqflite) and if it has data, send to server if the phone has Internet connection.
First, how can I put code running in background while the App is running ?Second, how can I put code running in background while the App is idle or closed ?Third, its possible (if the app is turned off) to have a callback that detected that the phone has connection or not, and send the data i want to server? Do I need specific platform code to do that ?
February 09, 2019 at 06:20PM by mamen2022
http://bit.ly/2Sndrhm
Background callbacks and activity
Hi,I am creating a Flutter App, but I have some questions about the background activity. My idea is to check to local database (sqflite) and if it has data, send to server if the phone has Internet connection.
First, how can I put code running in background while the App is running ?Second, how can I put code running in background while the App is idle or closed ?Third, its possible (if the app is turned off) to have a callback that detected that the phone has connection or not, and send the data i want to server? Do I need specific platform code to do that ?
February 09, 2019 at 06:20PM by mamen2022
http://bit.ly/2Sndrhm
reddit
r/FlutterDev - Background callbacks and activity
1 vote and 2 comments so far on Reddit
New post on Flutter Dev Google group:
How to pass info depending on wich button is pressed?
I could really use some help here.... I have been working on this for much too long now. On my screen1 I have 2 buttons: (a 'plus'- and a 'minus'-button). Simplified it is supposed to work like this: '/screen1': (BuildContext context) => new Screen1(), '/screen2': (BuildContext context) => new
February 09, 2019 at 09:52PM by Battleaxes
http://bit.ly/2WTs5vr
How to pass info depending on wich button is pressed?
I could really use some help here.... I have been working on this for much too long now. On my screen1 I have 2 buttons: (a 'plus'- and a 'minus'-button). Simplified it is supposed to work like this: '/screen1': (BuildContext context) => new Screen1(), '/screen2': (BuildContext context) => new
February 09, 2019 at 09:52PM by Battleaxes
http://bit.ly/2WTs5vr
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:
Alert dialog form to collect information?
I'd like to create a popup that greys out the current page (very much like the alert dialog) and displays a form to fill out. It should also be scrollable if needed.Is it possible?Any help is appreciated.Thanks!
February 09, 2019 at 09:51PM by SocialMammoth
http://bit.ly/2Buu0O0
Alert dialog form to collect information?
I'd like to create a popup that greys out the current page (very much like the alert dialog) and displays a form to fill out. It should also be scrollable if needed.Is it possible?Any help is appreciated.Thanks!
February 09, 2019 at 09:51PM by SocialMammoth
http://bit.ly/2Buu0O0
reddit
r/FlutterDev - Alert dialog form to collect information?
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
How to deeplink into the Facebook app
I had a really hard time figuring out how to launch the Facebook app to a specified profile or page, while falling back to a webview if the app is not installed. Now that I figured it out, I thought I'd share my technique.You'll need the url_launcher package, and you'll need to know the FBID of the profile/page you want to launch. I used https://findmyfbid.com/ but there are plenty of other ways. #### represents the FBID.Then you'll construct two URLs: fbProtocolUrl = "fb://profile/####"; for a profile or fbProtocolUrl = "fb://page/####"; for a page, plus a fallback: fallbackUrl = "https://www.facebook.com/####"; (this one is the same regardless of profile/page, and you can also use https://www.facebook.com/reddit etc. if you want, but the fb:// one seemingly has to be by ID.Then:
February 09, 2019 at 10:16PM by jonah214
http://bit.ly/2GwZKp7
How to deeplink into the Facebook app
I had a really hard time figuring out how to launch the Facebook app to a specified profile or page, while falling back to a webview if the app is not installed. Now that I figured it out, I thought I'd share my technique.You'll need the url_launcher package, and you'll need to know the FBID of the profile/page you want to launch. I used https://findmyfbid.com/ but there are plenty of other ways. #### represents the FBID.Then you'll construct two URLs: fbProtocolUrl = "fb://profile/####"; for a profile or fbProtocolUrl = "fb://page/####"; for a page, plus a fallback: fallbackUrl = "https://www.facebook.com/####"; (this one is the same regardless of profile/page, and you can also use https://www.facebook.com/reddit etc. if you want, but the fb:// one seemingly has to be by ID.Then:
try { bool launched = await launch(fbProtocolUrl, forceSafariVC: false); if (!launched) { await launch(fallbackUrl, forceSafariVC: false); } } catch (e) { await launch(fallbackUrl, forceSafariVC: false); }We do not use await canLaunch() because it produces false for the fb:// URL even if that URL will actually work with launch(). The if (!launched) branch runs on iOS if the Facebook native app isn't installed, while the catch block runs on Android if the Facebook native app isn't installed.This works on both Android and iOS, with or without the Facebook native app installed. It's the simplest way I could find that met all of those criteria. Hope this helps!
February 09, 2019 at 10:16PM by jonah214
http://bit.ly/2GwZKp7
Facebook
Facebook – log in or sign up
Log in to Facebook to start sharing and connecting with your friends, family and people you know.
New post on Flutter Dev Google group:
Using Firebase Plugins while supporting >18 SDKs
Hello everyone! I have been stuck at an issue for several hours with no respite and I need help! Yes, I have religiously followed all the recommended suggestions and its becoming a little bit tiring. So, I am following the official recommendations of adding firebase to a brand new flutter
February 09, 2019 at 11:46PM by Olawale Alabi
http://bit.ly/2GisSkD
Using Firebase Plugins while supporting >18 SDKs
Hello everyone! I have been stuck at an issue for several hours with no respite and I need help! Yes, I have religiously followed all the recommended suggestions and its becoming a little bit tiring. So, I am following the official recommendations of adding firebase to a brand new flutter
February 09, 2019 at 11:46PM by Olawale Alabi
http://bit.ly/2GisSkD
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: YouTube Search 02 - Fetching Search Data - BLoC Tutorial Course
https://www.youtube.com/watch?v=K07R-dqy-hU
February 10, 2019 at 01:14AM by Purple_Pizzazz
http://bit.ly/2RTTtpq
Flutter: YouTube Search 02 - Fetching Search Data - BLoC Tutorial Course
https://www.youtube.com/watch?v=K07R-dqy-hU
February 10, 2019 at 01:14AM by Purple_Pizzazz
http://bit.ly/2RTTtpq
YouTube
Flutter: YouTube Search 02 - Fetching Search Data - BLoC Tutorial Course
📗 Get the code from this part 👇👇
https://resocoder.com/flutter-youtube-search-02
Welcome back to the 2nd part of the Flutter YouTube Search tutorial course. In the last part we've set up the YouTube API and created the search model classes using the built_value…
https://resocoder.com/flutter-youtube-search-02
Welcome back to the 2nd part of the Flutter YouTube Search tutorial course. In the last part we've set up the YouTube API and created the search model classes using the built_value…
New post on /r/flutterdev subreddit:
Google_maps_flutter markers as widgets
I just don't see why the markers have to be images instead of Widgets? Widgets are the most powerful building block in Flutter but for some reason we can not make our custom dynamically generated markers on the map. At the same time we can use the google_maps_flutter widget just like any other one and even can put it in a scrollable list view.
February 10, 2019 at 03:31AM by aytunch
http://bit.ly/2MW1E3X
Google_maps_flutter markers as widgets
I just don't see why the markers have to be images instead of Widgets? Widgets are the most powerful building block in Flutter but for some reason we can not make our custom dynamically generated markers on the map. At the same time we can use the google_maps_flutter widget just like any other one and even can put it in a scrollable list view.
February 10, 2019 at 03:31AM by aytunch
http://bit.ly/2MW1E3X
reddit
r/FlutterDev - Google_maps_flutter markers as widgets
2 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Do you think that bloc package is a good way to implement BLoC pattern in my apps? http://bit.ly/2T34XIs
No text found
February 10, 2019 at 05:03AM by Basketball-ICO
http://bit.ly/2teaCAl
Do you think that bloc package is a good way to implement BLoC pattern in my apps? http://bit.ly/2T34XIs
No text found
February 10, 2019 at 05:03AM by Basketball-ICO
http://bit.ly/2teaCAl
reddit
r/FlutterDev - Do you think that bloc package is a good way to implement BLoC pattern in my apps? https://pub.dartlang.org/packages/bloc
1 vote and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Beginner dev trying to implement an audio recording library
I only have hours of experience and am trying to implement this:https://github.com/ZaraclaJ/audio_recorderI am currently piggybacking of Android Studio's example (increment counter).However I am having trouble with the following line:AudioRecorder.start(path: _controller.text, audioOutputFormat: AudioOutputFormat.AAC);What is "path: _controller.text" supposed to be?
February 10, 2019 at 04:38AM by kulrajwashere
http://bit.ly/2E3DKk5
Beginner dev trying to implement an audio recording library
I only have hours of experience and am trying to implement this:https://github.com/ZaraclaJ/audio_recorderI am currently piggybacking of Android Studio's example (increment counter).However I am having trouble with the following line:AudioRecorder.start(path: _controller.text, audioOutputFormat: AudioOutputFormat.AAC);What is "path: _controller.text" supposed to be?
February 10, 2019 at 04:38AM by kulrajwashere
http://bit.ly/2E3DKk5
GitHub
GitHub - ZaraclaJ/audio_recorder
Contribute to ZaraclaJ/audio_recorder development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
FlutterForce — Week 13
http://bit.ly/2SpPoi7
February 10, 2019 at 08:50AM by flutterist
http://bit.ly/2RQnOFt
FlutterForce — Week 13
http://bit.ly/2SpPoi7
February 10, 2019 at 08:50AM by flutterist
http://bit.ly/2RQnOFt
Medium
FlutterForce — #Week 13
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
Collapsible Sidebar and Navigation Drawer
https://youtu.be/2SjvhAUR9aw
February 10, 2019 at 08:47AM by prateeksharma1712
http://bit.ly/2RRXACk
Collapsible Sidebar and Navigation Drawer
https://youtu.be/2SjvhAUR9aw
February 10, 2019 at 08:47AM by prateeksharma1712
http://bit.ly/2RRXACk
YouTube
Collapsible Sidebar and Navigation Drawer | Flutter UI
Mocking a design from dribbble in Flutter
In this video, I have created a collapsible drawer/sidebar which can be used as a drawer or anywhere in the body of the scaffold. It can collapse and expand. It can stick on the screen or completely vanish from the…
In this video, I have created a collapsible drawer/sidebar which can be used as a drawer or anywhere in the body of the scaffold. It can collapse and expand. It can stick on the screen or completely vanish from the…
New post on /r/flutterdev subreddit:
Is Google planning on releasing Tensorflow Lite for flutter at all?
So, I really like Flutter and I'm planning on creating an app for my AI-related projects on flutter. And I know that there are Plugin packages for accessing TensorFlow Lite API developed by the community but is Google planning on creating Tensorflow Lite at all for Flutter?
February 10, 2019 at 08:46AM by yunikmaha
http://bit.ly/2WSQ6D6
Is Google planning on releasing Tensorflow Lite for flutter at all?
So, I really like Flutter and I'm planning on creating an app for my AI-related projects on flutter. And I know that there are Plugin packages for accessing TensorFlow Lite API developed by the community but is Google planning on creating Tensorflow Lite at all for Flutter?
February 10, 2019 at 08:46AM by yunikmaha
http://bit.ly/2WSQ6D6
reddit
r/FlutterDev - Is Google planning on releasing Tensorflow Lite for flutter at all?
2 votes and 0 comments so far on Reddit