New post on /r/flutterdev subreddit:
http://bit.ly/2RC0hrH
http://bit.ly/2DThEk9
February 05, 2019 at 08:40AM by follow2vivek
http://bit.ly/2Tuylru
http://bit.ly/2RC0hrH
http://bit.ly/2DThEk9
February 05, 2019 at 08:40AM by follow2vivek
http://bit.ly/2Tuylru
New post on /r/flutterdev subreddit:
Do I really need local state management (redux, BLOC, etc..) when using firebase?
So I started making this flutter app using firebase as a backend and after looking at all the options for state management I finally realised that the tools provided by firebase already handle pretty much everything I would need state management for.For example:I could set the currently logged in user in my state to show the right login or home page and make the user uid available to widgets for their firestore API calls.ORI can just listen to
February 05, 2019 at 12:20PM by theo_champion
http://bit.ly/2WIkwYE
Do I really need local state management (redux, BLOC, etc..) when using firebase?
So I started making this flutter app using firebase as a backend and after looking at all the options for state management I finally realised that the tools provided by firebase already handle pretty much everything I would need state management for.For example:I could set the currently logged in user in my state to show the right login or home page and make the user uid available to widgets for their firestore API calls.ORI can just listen to
FirebaseAuth.instance.onAuthStateChanged
to show the right page and just use FirebaseAuth.instance.currentUser()
from anywhere to get the logged in user uid and do my firestore calls.What I mean is, for every thing that would require global state, I can just basically have a firebase stream listener.Is this right ? Or am I missing something here ?February 05, 2019 at 12:20PM by theo_champion
http://bit.ly/2WIkwYE
reddit
r/FlutterDev - Do I really need local state management (redux, BLOC, etc..) when using firebase?
2 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
FlutterUI - Hairstylist App
https://youtu.be/td_wyIn9b3k
February 05, 2019 at 04:01PM by rajayogan27
http://bit.ly/2TEWeMY
FlutterUI - Hairstylist App
https://youtu.be/td_wyIn9b3k
February 05, 2019 at 04:01PM by rajayogan27
http://bit.ly/2TEWeMY
YouTube
FlutterUI - Clean designs - Hairstylist App
Support me - https://paypal.me/RajaYogan Buy my course - https://www.udemy.com/learn-flutter-from-scratch/?couponCode=SPECOFF Follow me on twitter - https://...
New post on /r/flutterdev subreddit:
How can I make a circular list view using flutter?
Here's an example of what I meanhttps://www.youtube.com/watch?v=7AXFDn5qKo4
February 05, 2019 at 03:59PM by zapoJMR
http://bit.ly/2BmCxCA
How can I make a circular list view using flutter?
Here's an example of what I meanhttps://www.youtube.com/watch?v=7AXFDn5qKo4
February 05, 2019 at 03:59PM by zapoJMR
http://bit.ly/2BmCxCA
YouTube
Circular ListView Demo
Circular ListView is a library that allows developers to easily create a looped circular list view. Scrolling up or down you can select the target item.
You can find the project at Codecanyon Envato Marketplace: http://codecanyon.net/item/circular-listv…
You can find the project at Codecanyon Envato Marketplace: http://codecanyon.net/item/circular-listv…
New post on /r/flutterdev subreddit:
It's prove that you can link Apple Watch OS app with flutter projects
http://bit.ly/2DTdCZc
February 05, 2019 at 04:53PM by guitcastro
http://bit.ly/2MS0juG
It's prove that you can link Apple Watch OS app with flutter projects
http://bit.ly/2DTdCZc
February 05, 2019 at 04:53PM by guitcastro
http://bit.ly/2MS0juG
GitHub
Add Bitcode support for iOS · Issue #15288 · flutter/flutter
Apple may eventually require Bitcode support for iOS. It's currently required for submissions to tvOS and watchOS stores. We've seen Dart's toolchain produce Bitcode as a demo: https://...
New post on Flutter Dev Google group:
Voice integration
Does anyone know when voice integration will be available for flutter apps? We want to integrate google assistant , Siri and Alexa
February 05, 2019 at 06:46PM by Sam Cromer
http://bit.ly/2DTeehx
Voice integration
Does anyone know when voice integration will be available for flutter apps? We want to integrate google assistant , Siri and Alexa
February 05, 2019 at 06:46PM by Sam Cromer
http://bit.ly/2DTeehx
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.
New post on /r/flutterdev subreddit:
Align (Flutter Widget of the Week)
https://www.youtube.com/attribution_link?a=jwff_GPG47c&u=%2Fwatch%3Fv%3Dg2E7yl3MwMk%26feature%3Dshare
February 05, 2019 at 06:51PM by Pixelreddit
http://bit.ly/2Swsogv
Align (Flutter Widget of the Week)
https://www.youtube.com/attribution_link?a=jwff_GPG47c&u=%2Fwatch%3Fv%3Dg2E7yl3MwMk%26feature%3Dshare
February 05, 2019 at 06:51PM by Pixelreddit
http://bit.ly/2Swsogv
YouTube
Align (Flutter Widget of the Week)
The Align widget lets you place a widget in a defined area of its parent widget. You can also use Align to position widgets in a stack. Align is a great tool...
New post on /r/flutterdev subreddit:
Get Fluttered: A Deceptively Simple Bottom App Bar Part #2
http://bit.ly/2SvZdKq
February 05, 2019 at 08:21PM by guptamanas1998
http://bit.ly/2GtLDRD
Get Fluttered: A Deceptively Simple Bottom App Bar Part #2
http://bit.ly/2SvZdKq
February 05, 2019 at 08:21PM by guptamanas1998
http://bit.ly/2GtLDRD
Medium
Get Fluttered: A Deceptively Simple Bottom App Bar Part #2
Learning while building is the motto
New tweet from flutterio:
✨ Tidy up your design structure with the Align widget! ✨
Align gives you the power to position text within a container, vertically align stacked widgets, and make Marie Kondo proud in the process.
Click for more #WidgetoftheWeek tips. ↓ pic.twitter.com/xClPGLPxsF— Flutter (@flutterio) February 5, 2019
February 05, 2019 at 10:52PM
http://twitter.com/flutterio/status/1092903862397091840
✨ Tidy up your design structure with the Align widget! ✨
Align gives you the power to position text within a container, vertically align stacked widgets, and make Marie Kondo proud in the process.
Click for more #WidgetoftheWeek tips. ↓ pic.twitter.com/xClPGLPxsF— Flutter (@flutterio) February 5, 2019
February 05, 2019 at 10:52PM
http://twitter.com/flutterio/status/1092903862397091840
Twitter
#widgetoftheweek hashtag on Twitter
15h ago @FlutterDev tweeted: "✏️ Writing your own button controls from.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
The Flutter Revolution - Recipe for building apps without pain (Presentation)
http://bit.ly/2RG78An
February 06, 2019 at 12:03AM by xuaibafegbua
http://bit.ly/2SsXm9n
The Flutter Revolution - Recipe for building apps without pain (Presentation)
http://bit.ly/2RG78An
February 06, 2019 at 12:03AM by xuaibafegbua
http://bit.ly/2SsXm9n
Speaker Deck
The Flutter Revolution - Recipe for building apps without pain
New post on Flutter Dev Google group:
[Breaking Change] need to manually trigger selection toolbars when using raw EditableText
*If you don't use raw EditableText or RenderEditable (i.e. you use them through TextField or CupertinoTextField), you can stop reading.* In http://bit.ly/2DaJd79, I intend to refactor the interactions for showing the selection toolbar between the text fields and the
February 06, 2019 at 04:22AM by Xiao Yu
http://bit.ly/2GcHguL
[Breaking Change] need to manually trigger selection toolbars when using raw EditableText
*If you don't use raw EditableText or RenderEditable (i.e. you use them through TextField or CupertinoTextField), you can stop reading.* In http://bit.ly/2DaJd79, I intend to refactor the interactions for showing the selection toolbar between the text fields and the
February 06, 2019 at 04:22AM by Xiao Yu
http://bit.ly/2GcHguL
GitHub
Stop using SelectionChangedCause internally to show the text selection toolbar by xster · Pull Request #27534 · flutter/flutter
Stop passing the SelectionChangedCause from (Cupertino)TextField all the way down through EditableText into RenderEditable, then bubble back up to EditableTextState to decide whether to show a tool...
New post on Flutter Dev Google group:
type 'Future' is not a subtype of type '() => void'
my new.dart file import 'dart:io'; import 'dart:math'; import 'package:arluchat3/home_screen.dart'; import 'package:flutter/material.dart'; import 'package:firebase_database/firebase_database.dart'; import 'package:image_picker/image_picker.dart'; import 'package:firebase_storage/firebase_st
February 06, 2019 at 08:12AM by yogita hande
http://bit.ly/2TAAfH2
type 'Future' is not a subtype of type '() => void'
my new.dart file import 'dart:io'; import 'dart:math'; import 'package:arluchat3/home_screen.dart'; import 'package:flutter/material.dart'; import 'package:firebase_database/firebase_database.dart'; import 'package:image_picker/image_picker.dart'; import 'package:firebase_storage/firebase_st
February 06, 2019 at 08:12AM by yogita hande
http://bit.ly/2TAAfH2
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.
New post on Flutter Dev Google group:
push notifications
Can you help on a way how can add a push notifications as an alert every day at a specific time
February 06, 2019 at 08:39AM by Ilyes Boukraa
http://bit.ly/2UMSxFt
push notifications
Can you help on a way how can add a push notifications as an alert every day at a specific time
February 06, 2019 at 08:39AM by Ilyes Boukraa
http://bit.ly/2UMSxFt
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.
New post on /r/flutterdev subreddit:
How to display snackbar and dialog in bloc pattern
I want to know about this title.
February 06, 2019 at 08:55AM by htetwaihlaing
http://bit.ly/2RM35Tq
How to display snackbar and dialog in bloc pattern
I want to know about this title.
February 06, 2019 at 08:55AM by htetwaihlaing
http://bit.ly/2RM35Tq
reddit
r/FlutterDev - How to display snackbar and dialog in bloc pattern
0 votes and 1 comment so far on Reddit
New post on /r/flutterdev subreddit:
Flutter state appears to replace the database
Hello, I'm an Android developer who started to learn flutter a week ago, now I'm a bit confused about the state management topic, many examples show that we should keep an 'App state' for something shared between many widgets (as selected items from a list), so I've been thinking about that kind of example and asked myself, shouldn't these kind of things be kept in database or something? most of the examples used many items that should already be kept in a database rather than be kept in memory (state)!
February 06, 2019 at 10:27AM by andyalbert
http://bit.ly/2Gb7Sw5
Flutter state appears to replace the database
Hello, I'm an Android developer who started to learn flutter a week ago, now I'm a bit confused about the state management topic, many examples show that we should keep an 'App state' for something shared between many widgets (as selected items from a list), so I've been thinking about that kind of example and asked myself, shouldn't these kind of things be kept in database or something? most of the examples used many items that should already be kept in a database rather than be kept in memory (state)!
February 06, 2019 at 10:27AM by andyalbert
http://bit.ly/2Gb7Sw5
reddit
r/FlutterDev - Flutter state appears to replace the database
1 vote and 5 comments so far on Reddit
New post on /r/flutterdev subreddit:
No Architecture - Build Flutter
http://bit.ly/2Gdu210
February 06, 2019 at 10:09AM by apedley
http://bit.ly/2Dcw0KR
No Architecture - Build Flutter
http://bit.ly/2Gdu210
February 06, 2019 at 10:09AM by apedley
http://bit.ly/2Dcw0KR
Build Flutter
No Architecture - Build Flutter
I’ve spent years trying to find the best architecture and patterns for mobile application development. I’ve written my own framework in the past, played around with state machines, tried almost every architecture I could think of, and tried to devise several…
New post on /r/flutterdev subreddit:
My Flutter challenges on GitHub (animations and great UIs)
http://bit.ly/2t712z5
February 06, 2019 at 11:21AM by PedroMassango
http://bit.ly/2I8lg6f
My Flutter challenges on GitHub (animations and great UIs)
http://bit.ly/2t712z5
February 06, 2019 at 11:21AM by PedroMassango
http://bit.ly/2I8lg6f
GitHub
pedromassango/my_flutter_challenges
Flutter project containing all my flutter UI challenges - pedromassango/my_flutter_challenges
New post on /r/flutterdev subreddit:
Use of setState() in flutter.
Hi everyone, I recently started development on Flutter. I basically created couple of simple apps like BMI calculator, weather app etc. During the development, I have never used setState() method, even though I kept all my widgets in a stateful class. What exactly is the use of this method?I watched a couple of tutorials regarding this but didn't get my head around the concept. Thanks in advance.
February 06, 2019 at 12:33PM by nerdThatYouLike
http://bit.ly/2REMMaQ
Use of setState() in flutter.
Hi everyone, I recently started development on Flutter. I basically created couple of simple apps like BMI calculator, weather app etc. During the development, I have never used setState() method, even though I kept all my widgets in a stateful class. What exactly is the use of this method?I watched a couple of tutorials regarding this but didn't get my head around the concept. Thanks in advance.
February 06, 2019 at 12:33PM by nerdThatYouLike
http://bit.ly/2REMMaQ
reddit
r/FlutterDev - Use of setState() in flutter.
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Camera settings
I'm using the camera to capture images of a technical nature where being able to get and set the camera properties is useful. I can see that the camera plugin tells me if the back camera is being used but I am looking for capabilities closer to native Android/iOS. Controlling resolution, flash, etc. I'm sending the image to a PHP back end for processing. Ideally a RAW image would simplify things. Any ideas? [I want to avoid writing plugins for Android and iOS, if at all possible]
February 06, 2019 at 02:22PM by popagram
http://bit.ly/2DcZ5G1
Camera settings
I'm using the camera to capture images of a technical nature where being able to get and set the camera properties is useful. I can see that the camera plugin tells me if the back camera is being used but I am looking for capabilities closer to native Android/iOS. Controlling resolution, flash, etc. I'm sending the image to a PHP back end for processing. Ideally a RAW image would simplify things. Any ideas? [I want to avoid writing plugins for Android and iOS, if at all possible]
February 06, 2019 at 02:22PM by popagram
http://bit.ly/2DcZ5G1
reddit
r/FlutterDev - Camera settings
1 vote and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Add request body to a DELETE http request
I want to add a body to my delete http request but it seems that the http pakage doesnt accept it http.delete('${config.basicUrl}removeFavorite', body: json.encode(requestBody)) is there any solution for this
February 06, 2019 at 04:17PM by kadri.moh...@gmail.com
http://bit.ly/2Gt2m7C
Add request body to a DELETE http request
I want to add a body to my delete http request but it seems that the http pakage doesnt accept it http.delete('${config.basicUrl}removeFavorite', body: json.encode(requestBody)) is there any solution for this
February 06, 2019 at 04:17PM by kadri.moh...@gmail.com
http://bit.ly/2Gt2m7C
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.