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
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
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
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:
Flutter Tutorial - Flutter InputChip and ActionChip
https://www.youtube.com/watch?v=WIDev9JXdyM
February 07, 2019 at 05:27AM by whatsupcoders
http://bit.ly/2Tw6Rlk
Flutter Tutorial - Flutter InputChip and ActionChip
https://www.youtube.com/watch?v=WIDev9JXdyM
February 07, 2019 at 05:27AM by whatsupcoders
http://bit.ly/2Tw6Rlk
YouTube
Flutter Tutorial - Flutter InputChip and ActionChip
Flutter Tutorial - Flutter InputChip and ActionChip
In this video, you see what a chip Widget is and the types of chips available.
I have covered InputChip and ActionChip use cases.
For more details regarding the Flutter FilterChip and ChoiceChip please…
In this video, you see what a chip Widget is and the types of chips available.
I have covered InputChip and ActionChip use cases.
For more details regarding the Flutter FilterChip and ChoiceChip please…
New post on /r/flutterdev subreddit:
Flutter Tutorial - Flutter FilterChip and ChoiceChip
https://www.youtube.com/watch?v=8kcNYoaLctI
February 07, 2019 at 05:27AM by whatsupcoders
http://bit.ly/2BoUC33
Flutter Tutorial - Flutter FilterChip and ChoiceChip
https://www.youtube.com/watch?v=8kcNYoaLctI
February 07, 2019 at 05:27AM by whatsupcoders
http://bit.ly/2BoUC33
YouTube
Flutter Tutorial - Flutter FilterChip and ChoiceChip
Flutter Tutorial - Flutter FilterChip and ChoiceChip
In this video, you see what a chip Widget is and the types of chips available.
I have covered FilterChip and ChoiceChip use cases as well.
For more details regarding the Wrap Widget Video please watch…
In this video, you see what a chip Widget is and the types of chips available.
I have covered FilterChip and ChoiceChip use cases as well.
For more details regarding the Wrap Widget Video please watch…
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
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
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:
Autofocus TextFormfields
Hi, I've got a dialog with a SingleChildScrollView. Insde the scrollview I have a form with different TextFormFields. I have the problem that when a user enters the textfields the keyboard pops up and my textfield is hidden. how can i manage to autoscroll the scollview to the current focused
February 07, 2019 at 11:22AM by Frank Weißenborn
http://bit.ly/2t9OZ4f
Autofocus TextFormfields
Hi, I've got a dialog with a SingleChildScrollView. Insde the scrollview I have a form with different TextFormFields. I have the problem that when a user enters the textfields the keyboard pops up and my textfield is hidden. how can i manage to autoscroll the scollview to the current focused
February 07, 2019 at 11:22AM by Frank Weißenborn
http://bit.ly/2t9OZ4f
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:
MobX for Dart
http://bit.ly/2DYP4hw
February 07, 2019 at 11:48AM by Elixane
http://bit.ly/2BkK0Sz
MobX for Dart
http://bit.ly/2DYP4hw
February 07, 2019 at 11:48AM by Elixane
http://bit.ly/2BkK0Sz
GitHub
mobxjs/mobx.dart
MobX for the Dart language. Contribute to mobxjs/mobx.dart development by creating an account on GitHub.