Reddit: Widget Swapping
https://www.youtube.com/watch?v=x3VvE6WukeY
Submitted March 10, 2018 at 06:55AM by branflake2267
via reddit http://ift.tt/2Iizjly
https://www.youtube.com/watch?v=x3VvE6WukeY
Submitted March 10, 2018 at 06:55AM by branflake2267
via reddit http://ift.tt/2Iizjly
YouTube
Flutter - Widget Swapping
In this episode, I cover swapping a widget based on the internal or external state variables. Use setState to mutate the internal state.
- Use a button to set the widgets internal state
- And then I’ll show the widget swap logic
- See how the external…
- Use a button to set the widgets internal state
- And then I’ll show the widget swap logic
- See how the external…
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
Submitted March 10, 2018 at 04:12PM by frankcohe
via reddit http://ift.tt/2FrEXE4
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_txtSubmitted March 10, 2018 at 04:12PM by frankcohe
via reddit http://ift.tt/2FrEXE4
reddit
I can´t get dependencies because of something i... • r/FlutterDev
This is the message that it gives, can someone help to resolve this problem? thanks. The Flutter SDK is not available. Flutter users...
Reddit: Redux Persist for Flutter and Web (part 2)
http://ift.tt/2Ik90eU
Submitted March 10, 2018 at 04:22PM by CraftThatBlock
via reddit http://ift.tt/2FE5VHY
http://ift.tt/2Ik90eU
Submitted March 10, 2018 at 04:22PM by CraftThatBlock
via reddit http://ift.tt/2FE5VHY
Medium
Redux Persist for Flutter and Web
Yesterday I introduced redux_persist, a library to automatically save and load redux.dart stores to disk. It was bounded to Flutter by…
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
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
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: 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
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
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
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: 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
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
GitHub
VictorRancesCode/fluttersocial
Contribute to fluttersocial development by creating an account on GitHub.
Reddit: Getting data from firebase
https://youtu.be/Bper2K92bd8
Submitted March 11, 2018 at 04:58AM by branflake2267
via reddit http://ift.tt/2IkmE1u
https://youtu.be/Bper2K92bd8
Submitted March 11, 2018 at 04:58AM by branflake2267
via reddit http://ift.tt/2IkmE1u
YouTube
Flutter - Getting data from Firebase
In this episode I cover getting data once and in a stream from firebase. These prerequisite videos show how to configure and setup firebase for the applicati...
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
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
YouTube
Keep it Simple, State: Architecture for Flutter Apps (DartConf 2018)
Keep it Simple, State: Architecture for Flutter Apps
Let's go on a journey! In this video, we'll start with a basic Counter Widget, building up to a complex app with shared state across multiple screens. Along the way, we'll explore common patterns for managing…
Let's go on a journey! In this video, we'll start with a basic Counter Widget, building up to a complex app with shared state across multiple screens. Along the way, we'll explore common patterns for managing…
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
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
reddit
Any tutorials on how to use Flutter + Firestore? • r/FlutterDev
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...
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.