Reddit: I/O '18 Guide - Flutter
https://www.youtube.com/attribution_link?a=UVvrDi5zB5c&u=%2Fwatch%3Fv%3DPx4ckfvecHM%26feature%3Dshare
Submitted May 12, 2018 at 03:06AM by miltux
via reddit https://ift.tt/2rDB6tJ
https://www.youtube.com/attribution_link?a=UVvrDi5zB5c&u=%2Fwatch%3Fv%3DPx4ckfvecHM%26feature%3Dshare
Submitted May 12, 2018 at 03:06AM by miltux
via reddit https://ift.tt/2rDB6tJ
YouTube
I/O '18 Guide - Flutter
Follow our I/O Guides touring the venue and getting the inside scoop on #io18. In this segment, they visit the Flutter Sandbox and talk about Flutter's beta ...
Reddit: Total mobile development made fun with Flutter and Firebase (Google I/O ...
https://www.youtube.com/attribution_link?a=7ADkWcXCcIs&u=%2Fwatch%3Fv%3Dp4yLzYwy_4g%26feature%3Dshare
Submitted May 12, 2018 at 02:53AM by miltux
via reddit https://ift.tt/2KWmv5G
https://www.youtube.com/attribution_link?a=7ADkWcXCcIs&u=%2Fwatch%3Fv%3Dp4yLzYwy_4g%26feature%3Dshare
Submitted May 12, 2018 at 02:53AM by miltux
via reddit https://ift.tt/2KWmv5G
YouTube
Total mobile development made fun with Flutter and Firebase (Google I/O '18)
Come watch a single developer code a beautiful app in real-time from the ground-up that runs natively on iOS and Android, all from a single codebase. Along t...
Reddit: Flutter Sticky Headers - Done Right!.. or at least better.
https://ift.tt/2KeUll7
Submitted May 12, 2018 at 04:51AM by DevAngels
via reddit https://ift.tt/2KfkYGx
https://ift.tt/2KeUll7
Submitted May 12, 2018 at 04:51AM by DevAngels
via reddit https://ift.tt/2KfkYGx
Dart Packages
sticky_headers | Flutter Package
sticky_headers Flutter and Dart package - Flutter Sticky Headers - Lets you place headers on scrollable content that will stick to the top of the container whilst the content is scrolled.
GGroup: llvm-rs-cc is missing
Hey,I am new in flutter. I got Llvm-rs-cc is missing when trying to run the flutter project after installing the sdk but flutter doctor not detect any issue. I'm using ubuntu 18.04 and android studio project (kotlin) run without any issue. Thank you!
Submitted May 12, 2018 at 06:36AM by Yogi Wisesa
via Flutter Dev https://ift.tt/2G6XMI5
Hey,I am new in flutter. I got Llvm-rs-cc is missing when trying to run the flutter project after installing the sdk but flutter doctor not detect any issue. I'm using ubuntu 18.04 and android studio project (kotlin) run without any issue. Thank you!
Submitted May 12, 2018 at 06:36AM by Yogi Wisesa
via Flutter Dev https://ift.tt/2G6XMI5
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: an autocomplete textfield widget
Hi, Flutter devs and Flutter team, I have a form with four fields and the last field is supposed to be an autocomplete field such that when the user starts typing I show a list right on top of that field which overlays all the other field except that fields filtering down as the user keeps
Submitted May 12, 2018 at 09:37AM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2wFNKhA
Hi, Flutter devs and Flutter team, I have a form with four fields and the last field is supposed to be an autocomplete field such that when the user starts typing I show a list right on top of that field which overlays all the other field except that fields filtering down as the user keeps
Submitted May 12, 2018 at 09:37AM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2wFNKhA
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: Firestore.instance.collection("blah").where("something", isEqualTo: stringVariable) doesn't work
If you put an actual string where stringVariable is, then it works fine. But for some reason if that string is in a variable it doesn't work. EG: stream: Firestore.instance.collection("entries").where("sessionId", isEqualTo: "mySessionId").snapshots() works fine. However this: stream:
Submitted May 12, 2018 at 11:53AM by Ash Simmonds
via Flutter Dev https://ift.tt/2IzdscE
If you put an actual string where stringVariable is, then it works fine. But for some reason if that string is in a variable it doesn't work. EG: stream: Firestore.instance.collection("entries").where("sessionId", isEqualTo: "mySessionId").snapshots() works fine. However this: stream:
Submitted May 12, 2018 at 11:53AM by Ash Simmonds
via Flutter Dev https://ift.tt/2IzdscE
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: Using Cloud Firestore as a Realtime Datastore for CRUD with Flutter
https://m.youtube.com/watch?v=OJ_u34bD_q8&feature=youtu.be
Submitted May 12, 2018 at 12:23PM by Purple_Pizzazz
via reddit https://ift.tt/2wBuWQD
https://m.youtube.com/watch?v=OJ_u34bD_q8&feature=youtu.be
Submitted May 12, 2018 at 12:23PM by Purple_Pizzazz
via reddit https://ift.tt/2wBuWQD
YouTube
Using Cloud Firestore as a Realtime Datastore for CRUD with Dart's Flutter Framework
In this tutorial, we look at some of the new features from the recent beta 3 release of Flutter. Source Code: https://github.com/tensor-programming/flutter_f...
Reddit: How is Flutter dealing with different screen sizes?
I'm working on an Android app and optimizing it for all the different screen sizes was truly painful. Is it easier with Flutter?
Submitted May 12, 2018 at 11:59AM by EibeMandel
via reddit https://ift.tt/2rBEc2b
I'm working on an Android app and optimizing it for all the different screen sizes was truly painful. Is it easier with Flutter?
Submitted May 12, 2018 at 11:59AM by EibeMandel
via reddit https://ift.tt/2rBEc2b
reddit
r/FlutterDev - How is Flutter dealing with different screen sizes?
1 votes and 1 so far on reddit
GGroup: Flutter Camera plugin error - The getter 'height' was called on null
I'm working on a Camera app. I'm using the following Camera plugin - https://ift.tt/2IgfR8C Here is my working code - import 'dart:async'; import 'package:flutter/material.dart'; import 'package:camera/camera.dart'; List
Submitted May 12, 2018 at 03:16PM by Suresh Kumar Majhi
via Flutter Dev https://ift.tt/2IdFxqg
I'm working on a Camera app. I'm using the following Camera plugin - https://ift.tt/2IgfR8C Here is my working code - import 'dart:async'; import 'package:flutter/material.dart'; import 'package:camera/camera.dart'; List
Submitted May 12, 2018 at 03:16PM by Suresh Kumar Majhi
via Flutter Dev https://ift.tt/2IdFxqg
GitHub
flutter/plugins
plugins - Plugins for Flutter, including FlutterFire, maintained by the Flutter team
Reddit: Flutter Camera plugin error - The getter 'height' was called on null
I'm working on Camera app using flutter. Whenever I'm building the app I'm getting this error -
Submitted May 12, 2018 at 03:13PM by mi6crazyheart
via reddit https://ift.tt/2rENcTu
I'm working on Camera app using flutter. Whenever I'm building the app I'm getting this error -
I/flutter ( 2097): The following NoSuchMethodError was thrown building CameraApp(dirty, state: _CameraAppState#a0666): I/flutter ( 2097): The getter 'height' was called on null. I/flutter ( 2097): Receiver: null I/flutter ( 2097): Tried calling: heightI've made a detail post on Stackoverflow. Here is the link - https://stackoverflow.com/questions/50306436/flutter-camera-plugin-error-the-getter-height-was-called-on-null
Submitted May 12, 2018 at 03:13PM by mi6crazyheart
via reddit https://ift.tt/2rENcTu
Stack Overflow
Flutter Camera plugin error - The getter 'height' was called on null
I'm working on a Camera app. I'm using the following Camera plugin - https://github.com/flutter/plugins/tree/master/packages/camera
Here is my working code -
import 'dart:async';
import 'package:
Here is my working code -
import 'dart:async';
import 'package:
GGroup: Flutter NFC demo app
https://ift.tt/2G6eebP
Submitted May 12, 2018 at 05:04PM by Goksel Uyulmaz
via Flutter Dev https://ift.tt/2Izy84g
https://ift.tt/2G6eebP
Submitted May 12, 2018 at 05:04PM by Goksel Uyulmaz
via Flutter Dev https://ift.tt/2Izy84g
GitHub
guyulmaz/flutter-nfc-app
flutter demo application to connect IsoDep iso 14443-4 cards via platform specific android nfc code - guyulmaz/flutter-nfc-app
Reddit: Question about Login With Amazon on Flutter
Hi I'm still learning Flutter and am considering moving an existing app I have as an Android/iOS native app to Flutter. However, this app pairs with an Alexa skill, so for authentication we use Login With Amazon. As far as I can tell, I don't believe there is a way to do this because Amazon does not have a Dart sdk, but I'm still very new at this so I just wanted to make sure before I decide to not convert this app into a Flutter app.I just did a quick check of the rules and believe this is still the best place to ask this question, but if I should be reaching out to the Amazon and/or Flutter team instead of asking here, let me know.Regardless, I'm having an awesome time learning Flutter and can't wait to learn more. Thanks!
Submitted May 12, 2018 at 06:42PM by Ryand735
via reddit https://ift.tt/2rDWpeL
Hi I'm still learning Flutter and am considering moving an existing app I have as an Android/iOS native app to Flutter. However, this app pairs with an Alexa skill, so for authentication we use Login With Amazon. As far as I can tell, I don't believe there is a way to do this because Amazon does not have a Dart sdk, but I'm still very new at this so I just wanted to make sure before I decide to not convert this app into a Flutter app.I just did a quick check of the rules and believe this is still the best place to ask this question, but if I should be reaching out to the Amazon and/or Flutter team instead of asking here, let me know.Regardless, I'm having an awesome time learning Flutter and can't wait to learn more. Thanks!
Submitted May 12, 2018 at 06:42PM by Ryand735
via reddit https://ift.tt/2rDWpeL
Reddit: New to programming -thinking of learning flutter
Hi there , i am new to programming and i want to build a simple mobile app for my site. Should i start learning dart-flutter or do you think i should start with something else before moving to flutter?
Submitted May 12, 2018 at 08:27PM by mlandreas
via reddit https://ift.tt/2IfMrM4
Hi there , i am new to programming and i want to build a simple mobile app for my site. Should i start learning dart-flutter or do you think i should start with something else before moving to flutter?
Submitted May 12, 2018 at 08:27PM by mlandreas
via reddit https://ift.tt/2IfMrM4
reddit
r/FlutterDev - New to programming -thinking of learning flutter
1 votes and 5 so far on reddit
Reddit: Flutter apps architecture : Flutter Flux vs Flutter Redux
Hi everyone.I'd like to have an insight on how flutter_flux and flutter_redux differ, I want to settle for one architecture for building flutter apps, but can't find many actual useful examples apart from todos.Has anyone tried one of these ?https://github.com/brianegan/flutter_redux https://github.com/google/flutter_flux
Submitted May 13, 2018 at 01:40AM by TheOSM
via reddit https://ift.tt/2IA6unD
Hi everyone.I'd like to have an insight on how flutter_flux and flutter_redux differ, I want to settle for one architecture for building flutter apps, but can't find many actual useful examples apart from todos.Has anyone tried one of these ?https://github.com/brianegan/flutter_redux https://github.com/google/flutter_flux
Submitted May 13, 2018 at 01:40AM by TheOSM
via reddit https://ift.tt/2IA6unD
GitHub
GitHub - brianegan/flutter_redux: A library that connects Widgets to a Redux Store
A library that connects Widgets to a Redux Store. Contribute to brianegan/flutter_redux development by creating an account on GitHub.
Reddit: A class that handles images in Flutter that use Firebase Cloud Storage.
Hi guys.I’ve taken and improved a class that handles images in Flutter that use Firebase Cloud Storage. It’s available here: https://gist.github.com/jeroen-meijer/f0996dd35065c17ac79eeb3938bc89e4Original StackOverflow question: https://stackoverflow.com/questions/48604440/how-to-get-flutter-firebase-storage-in-a-separate-method/50311775#50311775(edited)
Submitted May 13, 2018 at 02:41AM by jeroengast
via reddit https://ift.tt/2IetRzH
Hi guys.I’ve taken and improved a class that handles images in Flutter that use Firebase Cloud Storage. It’s available here: https://gist.github.com/jeroen-meijer/f0996dd35065c17ac79eeb3938bc89e4Original StackOverflow question: https://stackoverflow.com/questions/48604440/how-to-get-flutter-firebase-storage-in-a-separate-method/50311775#50311775(edited)
Submitted May 13, 2018 at 02:41AM by jeroengast
via reddit https://ift.tt/2IetRzH
Gist
A Flutter widget that handles and shows an image downloaded from a Firebase Storage document.
A Flutter widget that handles and shows an image downloaded from a Firebase Storage document. - firebase_storage_image.dart
Reddit: A Simple Todo app design in Flutter to keep track of your task on daily basis. You can add a project, labels, and due-date to your task also you can sort your task on the basis of project, label, and dates
https://ift.tt/2wBhRa7
Submitted May 13, 2018 at 07:44AM by burhanrashid52
via reddit https://ift.tt/2rKmUj1
https://ift.tt/2wBhRa7
Submitted May 13, 2018 at 07:44AM by burhanrashid52
via reddit https://ift.tt/2rKmUj1
GitHub
burhanrashid52/WhatTodo
WhatTodo - A Simple Todo app design in Flutter to keep track of your task on daily basis. You can add a project, labels, and due-date to your task also you can sort your task on the basis of projec...
GGroup: setState() rerendering of particular Widget. Need code fix.
Hi, Below code example is taken from when we create a new project in flutter. Question: _MyHomePageState will rerender as soon as _incrementCounter is pressed. This will rerender appBar, body, and FloatingActionButton (build method which is costly). Am I right? If right, the only thing that
Submitted May 13, 2018 at 02:41PM by pirzada rashid
via Flutter Dev https://ift.tt/2jQSJmu
Hi, Below code example is taken from when we create a new project in flutter. Question: _MyHomePageState will rerender as soon as _incrementCounter is pressed. This will rerender appBar, body, and FloatingActionButton (build method which is costly). Am I right? If right, the only thing that
Submitted May 13, 2018 at 02:41PM by pirzada rashid
via Flutter Dev https://ift.tt/2jQSJmu
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 doctor command fails everytime
I am trying to install flutter but whenever I am trying to run flutter doctor it gives following error. < https://lh3.googleusercontent.com/-mDfAzjTc3NA/Wvgz4i9e30I/AAAAAAAADgQ/dk_Qg_dgXmg2vzQI-1f0GbM0DK0QojicQCLcBGAs/s1600/2018-05-13.png > Can anyone guide me how to fix it? I have tried to search
Submitted May 13, 2018 at 02:48PM by Hardik Modi
via Flutter Dev https://ift.tt/2Il7c4A
I am trying to install flutter but whenever I am trying to run flutter doctor it gives following error. < https://lh3.googleusercontent.com/-mDfAzjTc3NA/Wvgz4i9e30I/AAAAAAAADgQ/dk_Qg_dgXmg2vzQI-1f0GbM0DK0QojicQCLcBGAs/s1600/2018-05-13.png > Can anyone guide me how to fix it? I have tried to search
Submitted May 13, 2018 at 02:48PM by Hardik Modi
via Flutter Dev https://ift.tt/2Il7c4A
Reddit: Flutter Redux: Shopping Cart App From Scratch | Redux Time Travel
https://youtu.be/yBH6wIzVhSg
Submitted May 13, 2018 at 03:03PM by imthepk
via reddit https://ift.tt/2rFleqW
https://youtu.be/yBH6wIzVhSg
Submitted May 13, 2018 at 03:03PM by imthepk
via reddit https://ift.tt/2rFleqW
YouTube
Flutter Redux: Shopping Cart App From Scratch | Redux Time Travel
In this video, I will explain how to make flutter shopping cart application from scratch with functionality like add item , check item and delete them using REDUX architecture. #Redux #Flutter #ShoppingCart
Blog ref - https://hackernoon.com/flutter-redux…
Blog ref - https://hackernoon.com/flutter-redux…
Reddit: Dart: Create Your First REST API in Dart | Aqueduct
https://youtu.be/rf6uAcAglzc
Submitted May 13, 2018 at 04:35PM by imthepk
via reddit https://ift.tt/2rDWfVv
https://youtu.be/rf6uAcAglzc
Submitted May 13, 2018 at 04:35PM by imthepk
via reddit https://ift.tt/2rDWfVv
YouTube
Dart: Create Your First REST API in Dart | Aqueduct | Intro | Backend Course Intro
This is just an introduction video where I will teach you how to create your first rest api in dart. We will also see how to setup aqueduct.
Aqueduct is an extensible HTTP framework with integrated ORM, OAuth 2.0, and test libraries.
It runs on the Dart…
Aqueduct is an extensible HTTP framework with integrated ORM, OAuth 2.0, and test libraries.
It runs on the Dart…