Flutter Heroes
25.5K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
GGroup: Breaking Change: --preview-dart-2 turned on by default
What is changing? tldr: As part of Dart 2 release, we will be enabling --preview-dart-2 by default. This will cause some breakages due to stricter Dart type enforcement. The change is expected in master in the next few days, and will likely be propagated to our next beta channel build.

Submitted March 13, 2018 at 06:20AM by Leaf Petersen
via Flutter Dev http://ift.tt/2tHqOx3
GGroup: How to make dart Widgets fully transparent to see platform native view under FlutterView?
I want to create a video chat app, using some platform native SDK like WebRTC to implement the video part, using flutter to implement other interactivity, how could I achieve that? In Android, I try to hook the createFlutterView method, create a FrameLayout to hold the FlutterView and other

Submitted March 13, 2018 at 07:05AM by Piasy Xu
via Flutter Dev http://ift.tt/2tDZcZI