GGroup: Renaming FormState.onChanged to FormState.didChange
I plan to rename FormState.onChanged to FormState.didChange, to be more consistent with our style guide and to avoid confusion with Form.onChanged, which I intend to introduce at the same time. You can see the proposed PR here: http://ift.tt/2FtGSrW If you use
Submitted March 11, 2018 at 11:26AM by Ian Hickson
via Flutter Dev http://ift.tt/2FAFWxT
I plan to rename FormState.onChanged to FormState.didChange, to be more consistent with our style guide and to avoid confusion with Form.onChanged, which I intend to introduce at the same time. You can see the proposed PR here: http://ift.tt/2FtGSrW If you use
Submitted March 11, 2018 at 11:26AM by Ian Hickson
via Flutter Dev http://ift.tt/2FAFWxT
Reddit: Using FutureBuilder to Create a Better Widget
http://ift.tt/2p47LHC
Submitted March 11, 2018 at 11:27AM by KingBaal
via reddit http://ift.tt/2Igz7TM
http://ift.tt/2p47LHC
Submitted March 11, 2018 at 11:27AM by KingBaal
via reddit http://ift.tt/2Igz7TM
Medium
Using FutureBuilder to Create a Better Widget
I’ve been using Flutter to develop an app for several months and the experience so far is very enjoyable.
GGroup: Top level widget and information about children
I am trying to access information from my toplvl widget about changes in the tree. What I am interested is inserting and removing children. Right now I am looking into RootRenderObjectElement and BuildOwner. Can you help me how to construct top lvl widget where I can access this or at least
Submitted March 11, 2018 at 06:40PM by Matej The Tree
via Flutter Dev http://ift.tt/2oYrnhl
I am trying to access information from my toplvl widget about changes in the tree. What I am interested is inserting and removing children. Right now I am looking into RootRenderObjectElement and BuildOwner. Can you help me how to construct top lvl widget where I can access this or at least
Submitted March 11, 2018 at 06:40PM by Matej The Tree
via Flutter Dev http://ift.tt/2oYrnhl
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.
Reddit: Flutter with MVP architecture
http://ift.tt/2HlmzZW
Submitted March 11, 2018 at 07:10PM by n1x0nj4
via reddit http://ift.tt/2p0a3Iy
http://ift.tt/2HlmzZW
Submitted March 11, 2018 at 07:10PM by n1x0nj4
via reddit http://ift.tt/2p0a3Iy
GitHub
n1x0nj4/flutter-mvp
flutter-mvp - Basic example of MVP architecture with Flutter.
GGroup: [Breaking Change] Removing package:http from Flutter
Howdy, http://ift.tt/2tARLT9 will remove package:http from the dependencies of Flutter, fixing http://ift.tt/2FskcIp. This also removes `createHttpClient` from `flutter/services.dart`, which was previously marked deprecated. * If you don't
Submitted March 12, 2018 at 12:21AM by Jonah Williams
via Flutter Dev http://ift.tt/2tFNgqw
Howdy, http://ift.tt/2tARLT9 will remove package:http from the dependencies of Flutter, fixing http://ift.tt/2FskcIp. This also removes `createHttpClient` from `flutter/services.dart`, which was previously marked deprecated. * If you don't
Submitted March 12, 2018 at 12:21AM by Jonah Williams
via Flutter Dev http://ift.tt/2tFNgqw
GitHub
Remove package:http from Flutter by jonahwilliams · Pull Request #15416 · flutter/flutter
Flutter will no longer automatically include package:http, nor will it support setting createHttpClient to override the default client.
NetworkAssetBundle and ImageProvided now use dart:io HttpClie...
NetworkAssetBundle and ImageProvided now use dart:io HttpClie...
GGroup: require flutter documents
hello, can you please provide documents to help me integrate flutter to an existing android app. thank you
Submitted March 12, 2018 at 01:32AM by vijay bharani
via Flutter Dev http://ift.tt/2p9UQ70
hello, can you please provide documents to help me integrate flutter to an existing android app. thank you
Submitted March 12, 2018 at 01:32AM by vijay bharani
via Flutter Dev http://ift.tt/2p9UQ70
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.
GGroup: AR support (ARCore and ARKit)
Hi guys, our team is planning to make AR application so we wonder if Flutter's already supported ARCore, may be even ARKit. Thanks! :)
Submitted March 12, 2018 at 01:32AM by nguyen van minh
via Flutter Dev http://ift.tt/2Ij4blV
Hi guys, our team is planning to make AR application so we wonder if Flutter's already supported ARCore, may be even ARKit. Thanks! :)
Submitted March 12, 2018 at 01:32AM by nguyen van minh
via Flutter Dev http://ift.tt/2Ij4blV
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.
Reddit: My First Flutter Package - Review Launcher - Comments and Review Plz
http://ift.tt/2GjsYWA
Submitted March 12, 2018 at 06:39AM by PurusR
via reddit http://ift.tt/2FvY8N1
http://ift.tt/2GjsYWA
Submitted March 12, 2018 at 06:39AM by PurusR
via reddit http://ift.tt/2FvY8N1
Dart Packages
launch_review | Flutter Package
launch_review 0.0.1 Flutter and Dart package - A Flutter plugin for Android to assist in leaving user reviews/ratings in the Google Play Store.
GGroup: PathProvider not found on iOS build
Hi, I'm trying to use PathProvider from http://ift.tt/2Hptodc to access device's storage. It works fine on Android, but on iOS, i have compile error fatal error: 'path_provider/PathProviderPlugin.h' file not found Tried solutions listed here: https://github.c
Submitted March 12, 2018 at 09:46AM by Ha Thuy, Suesi Tran
via Flutter Dev http://ift.tt/2FM7X8Q
Hi, I'm trying to use PathProvider from http://ift.tt/2Hptodc to access device's storage. It works fine on Android, but on iOS, i have compile error fatal error: 'path_provider/PathProviderPlugin.h' file not found Tried solutions listed here: https://github.c
Submitted March 12, 2018 at 09:46AM by Ha Thuy, Suesi Tran
via Flutter Dev http://ift.tt/2FM7X8Q
Reddit: Getting Your Hands Dirty with Flutter: Project Setup + Authorization
http://ift.tt/2pchg83
Submitted March 12, 2018 at 10:50AM by Purple_Pizzazz
via reddit http://ift.tt/2IgKRpj
http://ift.tt/2pchg83
Submitted March 12, 2018 at 10:50AM by Purple_Pizzazz
via reddit http://ift.tt/2IgKRpj
Medium
Getting Your Hands Dirty with Flutter: Project Setup + Authorization
For the last couple of months I’ve been looking for a cross-platform mobile framework to implement some of my ideas.
Reddit: Flutter - Build An App To Fetch Data Online Using HTTP GET (Video tutorial)
https://www.youtube.com/watch?v=aIJU68Phi1w
Submitted March 12, 2018 at 09:49AM by imthepk
via reddit http://ift.tt/2Gk4zQI
https://www.youtube.com/watch?v=aIJU68Phi1w
Submitted March 12, 2018 at 09:49AM by imthepk
via reddit http://ift.tt/2Gk4zQI
YouTube
Flutter - Build An App To Fetch Data Online Using HTTP GET | Android & iOS
In this crash course for Flutter, I'll guide you through the creation of a json app where we will learn how to load json data using HTTP Get Request into our app.We will see what is Future , Async, Await etc.
You can follow along on both Windows and Mac…
You can follow along on both Windows and Mac…
Reddit: Flutter - Build Beautiful Material Navigation Drawer App (Video tutorial)
https://www.youtube.com/watch?v=JWuXj0BY_s4
Submitted March 12, 2018 at 08:49AM by imthepk
via reddit http://ift.tt/2DjTMmp
https://www.youtube.com/watch?v=JWuXj0BY_s4
Submitted March 12, 2018 at 08:49AM by imthepk
via reddit http://ift.tt/2DjTMmp
YouTube
Flutter - Build Beautiful Material Navigation Drawer App With Routing | Android & iOS
In this crash course for Flutter, I'll guide you through the creation of a drawer app with navigation and routing using material design. You can follow along on both Windows and Mac and you'll be able to run the code written in this tutorial on both Android…
Reddit: Flutter Cryptocurrency App
https://www.youtube.com/watch?v=cPlaYS4eqe4
Submitted March 12, 2018 at 08:38AM by imthepk
via reddit http://ift.tt/2FAmMIu
https://www.youtube.com/watch?v=cPlaYS4eqe4
Submitted March 12, 2018 at 08:38AM by imthepk
via reddit http://ift.tt/2FAmMIu
YouTube
Flutter - Build Cryptocurrency App From Scratch | Android & iOS | Bitcoin | Full tutorial
In this crash course for Flutter, I'll guide you through the creation of a Cryptocurrency App to track all the coins data in realtime. You can follow along on both Windows and Mac and you'll be able to run the code written in this tutorial on both Android…
The first article in a series exploring mobile app development in Flutter, with instructions and code examples by Max Ermakov: https://medium.com/@max1ermakov/getting-your-hands-dirty-with-flutter-project-setup-authorization-ad4c7ab9cd89
Medium
Getting Your Hands Dirty with Flutter: Project Setup + Authorization
For the last couple of months I’ve been looking for a cross-platform mobile framework to implement some of my ideas.
Reddit: Advanced Physics Based Animations in Flutter (video)
https://www.youtube.com/watch?v=LHZ0KSvTTqQ
Submitted March 12, 2018 at 12:18PM by Purple_Pizzazz
via reddit http://ift.tt/2DlhZsm
https://www.youtube.com/watch?v=LHZ0KSvTTqQ
Submitted March 12, 2018 at 12:18PM by Purple_Pizzazz
via reddit http://ift.tt/2DlhZsm
YouTube
Advanced Physics Based Animations in Dart's Flutter Framework
In this tutorial, we look at more advanced animations in the Flutter framework.
Source Code: https://github.com/tensor-programming/Flutter-Physics-Animations
Source Code: https://github.com/tensor-programming/Flutter-Physics-Animations
GGroup: Android Emulator Showing Text as Diagonally and Increased Font Size
Hi All, I've just started learning Flutter to build mobile apps. The issue that I'm currently facing is whenever I'm running my app on the emulator the text on the screen is coming as zoomed and diagonally. < https://lh3.googleusercontent.com/-n3_-zmxuruw/WqaCgrjFQwI/AAAAAAAAVio/6zCVeysZnW0_hJ-
Submitted March 12, 2018 at 02:38PM by Ashutosh Anand
via Flutter Dev http://ift.tt/2FuviNh
Hi All, I've just started learning Flutter to build mobile apps. The issue that I'm currently facing is whenever I'm running my app on the emulator the text on the screen is coming as zoomed and diagonally. < https://lh3.googleusercontent.com/-n3_-zmxuruw/WqaCgrjFQwI/AAAAAAAAVio/6zCVeysZnW0_hJ-
Submitted March 12, 2018 at 02:38PM by Ashutosh Anand
via Flutter Dev http://ift.tt/2FuviNh
GGroup: Android Emulator Showing Text as Diagonally and Increased Font Size
Hi All, I've just started learning Flutter to build mobile apps. The issue that I'm currently facing is whenever I'm running my app on the emulator the text on the screen is coming as zoomed and diagonally. < https://lh3.googleusercontent.com/-n3_-zmxuruw/WqaCgrjFQwI/AAAAAAAAVio/6zCVeysZnW0_hJ-
Submitted March 12, 2018 at 02:38PM by Ashutosh Anand
via Flutter Dev http://ift.tt/2FuviNh
Hi All, I've just started learning Flutter to build mobile apps. The issue that I'm currently facing is whenever I'm running my app on the emulator the text on the screen is coming as zoomed and diagonally. < https://lh3.googleusercontent.com/-n3_-zmxuruw/WqaCgrjFQwI/AAAAAAAAVio/6zCVeysZnW0_hJ-
Submitted March 12, 2018 at 02:38PM by Ashutosh Anand
via Flutter Dev http://ift.tt/2FuviNh
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.
GGroup: Is there an API to convert a widget tree to Canvas or Image or Picture ?
Is there an API to convert a widget tree to Canvas or Image or Picture ?
Submitted March 12, 2018 at 05:22PM by Sreenath N
via Flutter Dev http://ift.tt/2DlXZWI
Is there an API to convert a widget tree to Canvas or Image or Picture ?
Submitted March 12, 2018 at 05:22PM by Sreenath N
via Flutter Dev http://ift.tt/2DlXZWI
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.
GGroup: Does Transform widget scales Text smoothly without causing jagged edges ?
Does Transform widget scales Text smoothly without causing jagged edges ? Sample code: new Transform( transform: new Matrix4.identity()..scale(s, s, s), alignment: FractionalOffset.topLeft, child: new Text("Scale = " + s.toString()), ) It scales the text smoothly in my android phone.
Submitted March 12, 2018 at 09:11PM by Sreenath N
via Flutter Dev http://ift.tt/2DmZFPI
Does Transform widget scales Text smoothly without causing jagged edges ? Sample code: new Transform( transform: new Matrix4.identity()..scale(s, s, s), alignment: FractionalOffset.topLeft, child: new Text("Scale = " + s.toString()), ) It scales the text smoothly in my android phone.
Submitted March 12, 2018 at 09:11PM by Sreenath N
via Flutter Dev http://ift.tt/2DmZFPI
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.
GGroup: Best way to style Material forms?
Hello, I am trying to figure out how to change the color of text field lines and their label. The only property on InputDecoration that seemed related to this was the fillcolor property, but assigning it a color did not seem to have any observable effect. Here is my code in case anyone has
Submitted March 12, 2018 at 11:19PM by ez...@sightworks.com
via Flutter Dev http://ift.tt/2p99M5z
Hello, I am trying to figure out how to change the color of text field lines and their label. The only property on InputDecoration that seemed related to this was the fillcolor property, but assigning it a color did not seem to have any observable effect. Here is my code in case anyone has
Submitted March 12, 2018 at 11:19PM by ez...@sightworks.com
via Flutter Dev http://ift.tt/2p99M5z
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.