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.
New post on /r/flutterdev subreddit:
SpriteWidget - 2D Game Engine for Flutter
http://bit.ly/2taNi6F
February 06, 2019 at 05:52PM by HHendrik
http://bit.ly/2UEgTku
SpriteWidget - 2D Game Engine for Flutter
http://bit.ly/2taNi6F
February 06, 2019 at 05:52PM by HHendrik
http://bit.ly/2UEgTku
SpriteWidget
SpriteWidget - 2D Game Engine for Flutter
SpriteWidget is an open source toolkit for building complex, high performance animations and 2D games with Flutter. You can use SpriteWidget to create anything from an animated icon to a full fledged game.
New post on /r/flutterdev subreddit:
Clone Gmail Ep2: Data Model Driven UI (4 minutes)
https://youtu.be/fKXxAhAyqTY
February 06, 2019 at 06:49PM by impatientdeveloper
http://bit.ly/2WO8yMX
Clone Gmail Ep2: Data Model Driven UI (4 minutes)
https://youtu.be/fKXxAhAyqTY
February 06, 2019 at 06:49PM by impatientdeveloper
http://bit.ly/2WO8yMX
YouTube
Flutter for the Impatient - 11 - Build Gmail with Flutter (2) Data Model Driven UI
Let's build a Gmail clone mobile app with Flutter that runs on both Android and iOS! This is the second video of a series to clone the new 2019 Gmail materia...
New post on /r/flutterdev subreddit:
Is it require to add separate streamcontroller for each widget?
I am fairly new to Reactive programming. I have seen few flutter sample apps which are using RxDart. There is one simple login sample demo in that 2 streamcontrollers are used one for email textfield and other for password textfield.My question is do we need separate streamcontroller for each widget (textfield, dropdown etc)?
February 06, 2019 at 07:29PM by vaibhav_2018
http://bit.ly/2GsmnLp
Is it require to add separate streamcontroller for each widget?
I am fairly new to Reactive programming. I have seen few flutter sample apps which are using RxDart. There is one simple login sample demo in that 2 streamcontrollers are used one for email textfield and other for password textfield.My question is do we need separate streamcontroller for each widget (textfield, dropdown etc)?
February 06, 2019 at 07:29PM by vaibhav_2018
http://bit.ly/2GsmnLp
reddit
r/FlutterDev - Is it require to add separate streamcontroller for each widget?
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Free Tutorial Course: YouTube Search App (BLoC pattern)
https://youtu.be/BJY8nuYUM7M
February 06, 2019 at 08:03PM by MRresoMC
http://bit.ly/2DdONWo
Free Tutorial Course: YouTube Search App (BLoC pattern)
https://youtu.be/BJY8nuYUM7M
February 06, 2019 at 08:03PM by MRresoMC
http://bit.ly/2DdONWo
YouTube
Flutter: YouTube Search 01 - Setup & Model - BLoC Tutorial Course
📗 Get the code from this tutorial 👇👇
https://resocoder.com/flutter-youtube-search-01
Google Dev Console: https://console.developers.google.com/apis
YouTube API Docs: https://developers.google.com/youtube/v3/docs/search/list
Welcome to the free Flutter course…
https://resocoder.com/flutter-youtube-search-01
Google Dev Console: https://console.developers.google.com/apis
YouTube API Docs: https://developers.google.com/youtube/v3/docs/search/list
Welcome to the free Flutter course…
New post on /r/flutterdev subreddit:
Flutter: Download, Install, and Set Up the Required Softwares
https://youtu.be/FrGSetfVLBE
February 06, 2019 at 07:59PM by professionaltut143
http://bit.ly/2Sf8o2N
Flutter: Download, Install, and Set Up the Required Softwares
https://youtu.be/FrGSetfVLBE
February 06, 2019 at 07:59PM by professionaltut143
http://bit.ly/2Sf8o2N
YouTube
Flutter: Download, Install, and Set Up the Required Softwares
In this video, We gonna Learn About how to Download, Install and Set Up the Required Softwares. So Stay Tune And Subscribe My Channel. Subscribe to Professio...
New post on /r/flutterdev subreddit:
The built-in dark theme has some interesting colours
http://bit.ly/2GtKvNS
February 06, 2019 at 09:43PM by NatoBoram
http://bit.ly/2BpRNyH
The built-in dark theme has some interesting colours
http://bit.ly/2GtKvNS
February 06, 2019 at 09:43PM by NatoBoram
http://bit.ly/2BpRNyH
New tweet from flutterio:
Revisit the Hacker News app with @bouncingsheep and guest @lariki, and learn how to add page storage key to maintain the page scroll position. They also cover how to capitalize on the Flutter inspector 🔎!
Watch this #BoringShow here → https://t.co/9PAg9HGO3C pic.twitter.com/KSUe7bHiMG— Flutter (@flutterio) February 6, 2019
February 06, 2019 at 10:44PM
http://twitter.com/flutterio/status/1093264295645851648
Revisit the Hacker News app with @bouncingsheep and guest @lariki, and learn how to add page storage key to maintain the page scroll position. They also cover how to capitalize on the Flutter inspector 🔎!
Watch this #BoringShow here → https://t.co/9PAg9HGO3C pic.twitter.com/KSUe7bHiMG— Flutter (@flutterio) February 6, 2019
February 06, 2019 at 10:44PM
http://twitter.com/flutterio/status/1093264295645851648
Twitter
Emily Fortuna (@bouncingsheep) | Twitter
The latest Tweets from Emily Fortuna (@bouncingsheep). Known human, actor and computer scientist. I tweet about many things. Generally she/her. Seattle
New post on /r/flutterdev subreddit:
Using Flutter Inspector and Preserving Scroll Position (The Boring Flutter Development Show, Ep. 15)
https://www.youtube.com/watch?v=ht76lDzPgUQ&feature=youtu.be&linkId=63306304
February 06, 2019 at 11:23PM by PedroMassango
http://bit.ly/2HWLEjl
Using Flutter Inspector and Preserving Scroll Position (The Boring Flutter Development Show, Ep. 15)
https://www.youtube.com/watch?v=ht76lDzPgUQ&feature=youtu.be&linkId=63306304
February 06, 2019 at 11:23PM by PedroMassango
http://bit.ly/2HWLEjl
YouTube
Using Flutter Inspector and Preserving Scroll Position (The Boring Flutter Development Show, Ep. 15)
In this episode of The Boring Flutter Development Show, Emily and Lara talk about the Flutter Inspector and how it can be used as well as how to maintain you...
New post on /r/flutterdev subreddit:
Images in Rapido
https://youtu.be/5zpirw6HxxY
February 07, 2019 at 01:51AM by moephan
http://bit.ly/2SciHEJ
Images in Rapido
https://youtu.be/5zpirw6HxxY
February 07, 2019 at 01:51AM by moephan
http://bit.ly/2SciHEJ
YouTube
Images in Rapido
Rapido supports images from the camera, from the gallery, or even from the internet. Any field name that ends in "image" will be automatically supported with...
New post on /r/flutterdev subreddit:
Any decent Flutter related conferences for 2019?
Ideally looking to attend a conference that has Flutter (or Dart) related talks for building Android / iOS apps.
February 07, 2019 at 01:29AM by dandare74
http://bit.ly/2BmC1o4
Any decent Flutter related conferences for 2019?
Ideally looking to attend a conference that has Flutter (or Dart) related talks for building Android / iOS apps.
February 07, 2019 at 01:29AM by dandare74
http://bit.ly/2BmC1o4
reddit
r/FlutterDev - Any decent Flutter related conferences for 2019?
3 votes and 0 comments so far on Reddit