Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
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
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
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
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
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
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
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
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
New post on Flutter Dev Google group:

Android Studio/Flutter great 'Safe Area'but....
Hello flutter google groups, Android Studio seems to be now a safe place to work with, no longer 'gradle' updating problems with Flutter for e.g. ... So congrats! AS is such a nice tool!The aim of learning Flutter/Dart is to develop apps for iPhone and Smartphone, isn'it?So ok, put some

February 07, 2019 at 04:27AM by Bened
http://bit.ly/2RMnbga
New post on Flutter Dev Google group:

How to create automatic carousel/pageview
Can somebody please teach me that how to create a carousel/pageview that slides automatically after certain period of time?

February 07, 2019 at 10:40AM by Utsabdeep Ray
http://bit.ly/2UNJxzY