Flutter Heroes
25.5K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: I can´t get dependencies because of something i have no idea why.
This is the message that it gives, can someone help to resolve this problem? thanks.
The Flutter SDK is not available. Flutter users should run flutter packages get instead of pub get. Depended on by: - test_txt

Submitted March 10, 2018 at 04:12PM by frankcohe
via reddit http://ift.tt/2FrEXE4
GGroup: Android: Logging Levels
Disclaimer: Flutter noob Is there a way to log against the native Android adb logger (logcat)? I'm using package:logging/logging.dart and it works great, but everything comes out as INFO, whether I use log.info, log.fine, log.severe, etc.

Submitted March 10, 2018 at 06:34PM by Jens Ratsey-Woodroffe
via Flutter Dev http://ift.tt/2FJipyc
GGroup: Flutter upgrade
When I use flutter upgrage I get: C:\Users\User\Dropbox\Private\Programming\flutter>flutter upgrade Upgrading Flutter from C:\Users\User\Dropbox\Private\Programming\flutter... fatal: unable to access 'http://ift.tt/2HoJYKd error:1407742E:SSL routines:SSL23_GET_SE RVER_HELLO:tls

Submitted March 10, 2018 at 09:00PM by michael.s.humphreys
via Flutter Dev http://ift.tt/2FsHtKs
GGroup: Load fonts at runtime
Is it possible in flutter to load a font downloaded at runtime ( not specified in pubspec.yaml ) ? Consider the case where user can search for 100s of fonts and download some of them and use it to overlay text on top of an image.

Submitted March 10, 2018 at 09:06PM by Sreenath N
via Flutter Dev http://ift.tt/2p5gTMj
GGroup: Demo Flutter Social
Flutter Social Github: http://ift.tt/2tu7lQg

Submitted March 11, 2018 at 12:52AM by Victor Alfonso Rodas Oña
via Flutter Dev http://ift.tt/2FFnvvk
GGroup: State management, alternatives to Redux
Here's some resources I found while learning about state management: - DartConf 2018 video Keep it Simple, State: Architecture for Flutter Apps https://www.youtube.com/watch?v=zKXz3pUkw9A and its corresponding site http://ift.tt/2ATN1e2. - Using Rx Observables/Streams with BloC which is

Submitted March 11, 2018 at 07:45AM by Jaxon Du
via Flutter Dev http://ift.tt/2DiOWpg
Reddit: Any tutorials on how to use Flutter + Firestore?
There's a google codelab for firebase realtime database, but I havent been able to find anything for firestore.Can anyone point me in the right direction?

Submitted March 11, 2018 at 09:44AM by matthewishot
via reddit http://ift.tt/2DhHkU4
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