New post on /r/flutterdev subreddit:
Bezier Chart: A beautiful bezier line chart widget for flutter that is highly interactive and configurable.
http://bit.ly/2QNz46v
June 10, 2019 at 07:46PM by EngineerScientist
http://bit.ly/2WsDocH
Bezier Chart: A beautiful bezier line chart widget for flutter that is highly interactive and configurable.
http://bit.ly/2QNz46v
June 10, 2019 at 07:46PM by EngineerScientist
http://bit.ly/2WsDocH
Dart packages
bezier_chart | Flutter Package
A beautiful bezier line chart widget for flutter that is highly interactive and configurable.
New post on /r/flutterdev subreddit:
FlutteFragment and MethodChannel
I have an existing app which I want to migrate over to flutter. I created a FlutterFragment and am now trying to figure out how I can call a native Android function in the main activity ( Java code )I saw a lot of samples which all utilize FlutterActuvity in one way or another however nothing on how a fragment could be used to communicate between Android native and flutter/dart code.Any pointers would be great.Thanks in advance
June 10, 2019 at 07:40PM by VarolOkan
http://bit.ly/2WCI1pt
FlutteFragment and MethodChannel
I have an existing app which I want to migrate over to flutter. I created a FlutterFragment and am now trying to figure out how I can call a native Android function in the main activity ( Java code )I saw a lot of samples which all utilize FlutterActuvity in one way or another however nothing on how a fragment could be used to communicate between Android native and flutter/dart code.Any pointers would be great.Thanks in advance
June 10, 2019 at 07:40PM by VarolOkan
http://bit.ly/2WCI1pt
reddit
r/FlutterDev - FlutteFragment and MethodChannel
0 votes and 0 comments so far on Reddit
New tweet from FlutterDev:
InheritedWidget! A way to share state between widgets without passing parameters everywhere.
Most state management systems actually use InheritedWidget behind the scenes to do their magic! 🤯✨
Click here for more #WidgetoftheWeek tips ↓ pic.twitter.com/Ret2n2zKtq— Flutter (@FlutterDev) June 10, 2019
June 10, 2019 at 08:11PM
http://twitter.com/FlutterDev/status/1138146597911445504
InheritedWidget! A way to share state between widgets without passing parameters everywhere.
Most state management systems actually use InheritedWidget behind the scenes to do their magic! 🤯✨
Click here for more #WidgetoftheWeek tips ↓ pic.twitter.com/Ret2n2zKtq— Flutter (@FlutterDev) June 10, 2019
June 10, 2019 at 08:11PM
http://twitter.com/FlutterDev/status/1138146597911445504
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 Flutter Dev Google group:
Image slow to load.. for imagebackground
Hello to all ! I have an issue that i don't know how to solve it. I have a SplashScreen and then after, it redirects to the second page. The seconde page has Container with an image in background. But the problem is, when the second page appears, we see a white background for less than a second
June 10, 2019 at 08:27PM by Pascal Fournier
http://bit.ly/2MEFNBB
Image slow to load.. for imagebackground
Hello to all ! I have an issue that i don't know how to solve it. I have a SplashScreen and then after, it redirects to the second page. The seconde page has Container with an image in background. But the problem is, when the second page appears, we see a white background for less than a second
June 10, 2019 at 08:27PM by Pascal Fournier
http://bit.ly/2MEFNBB
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: Creating Custom Reusable Widgets
https://www.youtube.com/watch?v=CyKFCLtOb_s
June 10, 2019 at 08:03PM by Paulhal
http://bit.ly/2wHLELB
Flutter: Creating Custom Reusable Widgets
https://www.youtube.com/watch?v=CyKFCLtOb_s
June 10, 2019 at 08:03PM by Paulhal
http://bit.ly/2wHLELB
YouTube
Flutter: Creating Custom Reusable Widgets
Become a Patreon! Your continued support enables me to continue creating free content: https://www.patreon.com/PaulHalliday
Flutter: Creating Custom Reusable Widgets
Check out more free tutorials at https://developer.school
Developer School Mailing List:…
Flutter: Creating Custom Reusable Widgets
Check out more free tutorials at https://developer.school
Developer School Mailing List:…
New post on /r/flutterdev subreddit:
Releasing a flutter web project
I've fnished building my web project,
June 10, 2019 at 09:41PM by Week0_
http://bit.ly/2I8znGz
Releasing a flutter web project
I've fnished building my web project,
June 10, 2019 at 09:41PM by Week0_
http://bit.ly/2I8znGz
reddit
r/FlutterDev - Releasing a flutter web project
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
The use of Cloud Functions Vs FireStore + StreamBuilders for data in a flutter application.
Hi I am currently creating an app for a client that uses a lot of basic data such as venue, menu, reviews etc. All of this information is subject to change and there are many venues. Seen as this information does not need to be updated instantly with live data , is there any need for a steam builder? StreamBuilders seem to require ListViews and ListTiles which are clunky to deal with and often crash my galaxy which seems unreliable?My question to the community is have you used cloud functions for data retrieval before in a flutter application? If you have would you recommend it in this instance? Will it cost more or less as the app scales?I've used Azure Cloud functions with an angular app before and I found it to be a great solution to basic reads and writes.It also makes more sense to me to add an extra data layer so the App is less reliant on the StreamBuilders .This idea seems great in my head but I'm afraid I'm a little naive here as i am not long developing outside of school work.Apologies if this breaks rule 3 but I don't know where to ask this question ! Thanks!
June 10, 2019 at 09:34PM by Aidandots1
http://bit.ly/2Iy69jc
The use of Cloud Functions Vs FireStore + StreamBuilders for data in a flutter application.
Hi I am currently creating an app for a client that uses a lot of basic data such as venue, menu, reviews etc. All of this information is subject to change and there are many venues. Seen as this information does not need to be updated instantly with live data , is there any need for a steam builder? StreamBuilders seem to require ListViews and ListTiles which are clunky to deal with and often crash my galaxy which seems unreliable?My question to the community is have you used cloud functions for data retrieval before in a flutter application? If you have would you recommend it in this instance? Will it cost more or less as the app scales?I've used Azure Cloud functions with an angular app before and I found it to be a great solution to basic reads and writes.It also makes more sense to me to add an extra data layer so the App is less reliant on the StreamBuilders .This idea seems great in my head but I'm afraid I'm a little naive here as i am not long developing outside of school work.Apologies if this breaks rule 3 but I don't know where to ask this question ! Thanks!
June 10, 2019 at 09:34PM by Aidandots1
http://bit.ly/2Iy69jc
reddit
r/FlutterDev - The use of Cloud Functions Vs FireStore + StreamBuilders for data in a flutter application.
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Your Own Image Picker With Flutter Channels
http://bit.ly/2ZdY3D6
June 10, 2019 at 10:18PM by EngineerScientist
http://bit.ly/2WxddXf
Your Own Image Picker With Flutter Channels
http://bit.ly/2ZdY3D6
June 10, 2019 at 10:18PM by EngineerScientist
http://bit.ly/2WxddXf
raywenderlich.com
Your Own Image Picker With Flutter Channels
In this tutorial you will learn how to use Flutter Channels to communicate with platform code and create an image picker for both Android and iOS.
New post on /r/flutterdev subreddit:
Flutter, now with AndroidX
http://bit.ly/2wNlozo
June 11, 2019 at 12:31AM by athornz
http://bit.ly/2XIrLQw
Flutter, now with AndroidX
http://bit.ly/2wNlozo
June 11, 2019 at 12:31AM by athornz
http://bit.ly/2XIrLQw
www.josh.app
Flutter, now with AndroidX
Flutter, now with AndroidX Google announced AndroidX back in May 2018 as a new era of the Android Support Library. Since then, AndroidX…
New post on /r/flutterdev subreddit:
Dart Range package
http://bit.ly/2EZcaok
June 11, 2019 at 12:15AM by hdxdaniel
http://bit.ly/2wOWwak
Dart Range package
http://bit.ly/2EZcaok
June 11, 2019 at 12:15AM by hdxdaniel
http://bit.ly/2wOWwak
Dart packages
super_ranges | Flutter Package
Powerful yet intuitive Ranges for dart
New post on /r/flutterdev subreddit:
Flutter, now with AndroidX
http://bit.ly/2wNlozo
June 11, 2019 at 12:31AM by athornz
http://bit.ly/2XIrLQw
Flutter, now with AndroidX
http://bit.ly/2wNlozo
June 11, 2019 at 12:31AM by athornz
http://bit.ly/2XIrLQw
www.josh.app
Flutter, now with AndroidX
Flutter, now with AndroidX Google announced AndroidX back in May 2018 as a new era of the Android Support Library. Since then, AndroidX…
New post on /r/flutterdev subreddit:
Flutter – Authentication
http://bit.ly/2XKfLxX
June 11, 2019 at 12:56AM by Elixane
http://bit.ly/2wOhQg9
Flutter – Authentication
http://bit.ly/2XKfLxX
June 11, 2019 at 12:56AM by Elixane
http://bit.ly/2wOhQg9
Codingwithjoe
Flutter – Authentication | Coding With Joe
In this post we will explore a common requirement - securing portions of your app behind a login screen. In order to access certain pages in your app the user must first sign in. After signing in, their user experience should be different - for example a…
New post on /r/flutterdev subreddit:
Flutter Development curiosity
I am into learning flutter development these days and as i understand from the search of jobs and freelancing work currently there is no job and work for flutter developer out there , what you guys think what will be the future of learning flutter ? is it secure ?
June 11, 2019 at 01:27AM by samairali123
http://bit.ly/2K9vGT6
Flutter Development curiosity
I am into learning flutter development these days and as i understand from the search of jobs and freelancing work currently there is no job and work for flutter developer out there , what you guys think what will be the future of learning flutter ? is it secure ?
June 11, 2019 at 01:27AM by samairali123
http://bit.ly/2K9vGT6
reddit
r/FlutterDev - Flutter Development curiosity
0 votes and 1 comment so far on Reddit
New post on Flutter Dev Google group:
When updating the value of a variable, it must be done inside setState ??
Hi folks! I have a question about setState: When updating the value of a variable, it *must* be done inside setState ?? I did 2 examples updating outside of setState and then called it just to render the screen, and it ran perfectly. What do you think about that? Is it possible that in a
June 11, 2019 at 06:55AM by Leonardo Mezavilla
http://bit.ly/2Zo62xH
When updating the value of a variable, it must be done inside setState ??
Hi folks! I have a question about setState: When updating the value of a variable, it *must* be done inside setState ?? I did 2 examples updating outside of setState and then called it just to render the screen, and it ran perfectly. What do you think about that? Is it possible that in a
June 11, 2019 at 06:55AM by Leonardo Mezavilla
http://bit.ly/2Zo62xH
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 in displaying Marker in google maps. Please help
import 'package:location/location.dart'; import 'package:flutter/material.dart'; import 'package:google_maps_flutter/google_maps_flutter.dart'; // import 'package:map_view/map_view.dart'; class GoogleMapsDemo extends StatefulWidget { @override _GoogleMapsDemoState createState() => _GoogleMapsDemoS
June 11, 2019 at 08:02AM by Rajashree Parhi
http://bit.ly/2WBXWEJ
Error in displaying Marker in google maps. Please help
import 'package:location/location.dart'; import 'package:flutter/material.dart'; import 'package:google_maps_flutter/google_maps_flutter.dart'; // import 'package:map_view/map_view.dart'; class GoogleMapsDemo extends StatefulWidget { @override _GoogleMapsDemoState createState() => _GoogleMapsDemoS
June 11, 2019 at 08:02AM by Rajashree Parhi
http://bit.ly/2WBXWEJ
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: Animated Gradients with Custom Hooks
http://bit.ly/31qieiY
June 11, 2019 at 07:04AM by MutantTeapot
http://bit.ly/2KIP0WL
Flutter: Animated Gradients with Custom Hooks
http://bit.ly/31qieiY
June 11, 2019 at 07:04AM by MutantTeapot
http://bit.ly/2KIP0WL
Paddo.org
Flutter: Animated Gradients with Custom Hooks
When faced with the task of coming up with a re-usable "Animated Gradient"
widget, I faced one problem, a gradient isn't actually a widget - I can't go and
make an AnimatedWidget that I can use inside a BoxDecoration in my UI somewhere.
What I wanted was…
widget, I faced one problem, a gradient isn't actually a widget - I can't go and
make an AnimatedWidget that I can use inside a BoxDecoration in my UI somewhere.
What I wanted was…
New post on /r/flutterdev subreddit:
Wrap your Location as a Service in Flutter
http://bit.ly/2IyJZ0o
June 11, 2019 at 04:39AM by Filledstacks
http://bit.ly/2WXXEHz
Wrap your Location as a Service in Flutter
http://bit.ly/2IyJZ0o
June 11, 2019 at 04:39AM by Filledstacks
http://bit.ly/2WXXEHz
Filledstacks
Build a Flutter Location Service
In this tutorial I show you how to get your location in Flutter from a service.
New post on Flutter Dev Google group:
Writing to the network stream -- VPN in flutter
Hello, For my android app, I wanted to build a peer to peer VPN between two android devices. It's just an idea, and for that I wanted to know if it is possible to write to the network stream using flutter so that I can use a socket for a connection between the two devices and write the data
June 11, 2019 at 08:25AM by Ish Chhabra
http://bit.ly/2XDLCQu
Writing to the network stream -- VPN in flutter
Hello, For my android app, I wanted to build a peer to peer VPN between two android devices. It's just an idea, and for that I wanted to know if it is possible to write to the network stream using flutter so that I can use a socket for a connection between the two devices and write the data
June 11, 2019 at 08:25AM by Ish Chhabra
http://bit.ly/2XDLCQu
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:
GitHub - flutter-devs/flutter_github_profiler: A demo app to fetch GitHub profile details in flutter.
http://bit.ly/2XDOsVQ
June 11, 2019 at 09:48AM by jubinmathai
http://bit.ly/2wNouTU
GitHub - flutter-devs/flutter_github_profiler: A demo app to fetch GitHub profile details in flutter.
http://bit.ly/2XDOsVQ
June 11, 2019 at 09:48AM by jubinmathai
http://bit.ly/2wNouTU
GitHub
flutter-devs/flutter_github_profiler
A demo app to fetch GitHub profile details in flutter. - flutter-devs/flutter_github_profiler
New post on /r/flutterdev subreddit:
An example of how to structure a Flutter app's information architecture to match Material / iOS conventions (tabs vs drawers) while sharing content code
http://bit.ly/2XCXdQ3
June 11, 2019 at 09:38AM by EngineerScientist
http://bit.ly/2wPFuc4
An example of how to structure a Flutter app's information architecture to match Material / iOS conventions (tabs vs drawers) while sharing content code
http://bit.ly/2XCXdQ3
June 11, 2019 at 09:38AM by EngineerScientist
http://bit.ly/2wPFuc4
GitHub
flutter/samples
A collection of Flutter examples and demos. Contribute to flutter/samples development by creating an account on GitHub.