Flutter Heroes
25.5K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
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
Reddit: Flutter with MVP architecture
http://ift.tt/2HlmzZW

Submitted March 11, 2018 at 07:10PM by n1x0nj4
via reddit http://ift.tt/2p0a3Iy
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
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
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
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
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
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
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
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
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