New post on /r/flutterdev subreddit:
Flutter Tutorial - Flutter Orientation (Portrait and Landscape Views)
Flutter Tutorial - Flutter Orientation (Portrait and Landscape Views) https://www.youtube.com/watch?v=SIU1IbkQ-80
January 31, 2019 at 07:14AM by whatsupcoders
http://bit.ly/2sYuQOA
Flutter Tutorial - Flutter Orientation (Portrait and Landscape Views)
Flutter Tutorial - Flutter Orientation (Portrait and Landscape Views) https://www.youtube.com/watch?v=SIU1IbkQ-80
January 31, 2019 at 07:14AM by whatsupcoders
http://bit.ly/2sYuQOA
YouTube
Flutter Tutorial - Flutter Orientation (Portrait and Landscape Views)
Flutter Tutorial - Flutter Orientation (Portrait and Landscape Views)
In this video, you will see how to display a single page differently in Portrait or Landscape mode using Orientation property in Flutter.
For the demo, I have used an E-commerce app page…
In this video, you will see how to display a single page differently in Portrait or Landscape mode using Orientation property in Flutter.
For the demo, I have used an E-commerce app page…
New post on /r/flutterdev subreddit:
Tutorials: Flutter Widgets 16 | Stepper –@niebin_gg-#flutteropen – Medium
http://bit.ly/2Beyo3w
January 31, 2019 at 09:44AM by nb312
http://bit.ly/2Tj5hmN
Tutorials: Flutter Widgets 16 | Stepper –@niebin_gg-#flutteropen – Medium
http://bit.ly/2Beyo3w
January 31, 2019 at 09:44AM by nb312
http://bit.ly/2Tj5hmN
Medium
Flutter Widgets 16 | Stepper
In this tutorial, you will learn how to use the Stepper in the flutter.
New post on /r/flutterdev subreddit:
Understanding state management, and why you never will
http://bit.ly/2BaXnVF
January 31, 2019 at 09:36AM by Purple_Pizzazz
http://bit.ly/2WqZgqd
Understanding state management, and why you never will
http://bit.ly/2BaXnVF
January 31, 2019 at 09:36AM by Purple_Pizzazz
http://bit.ly/2WqZgqd
Medium
Understanding state management, and why you never will
This post is a personal perspective and does not represent the views or opinions of the Flutter team, or Google more broadly.
New post on /r/flutterdev subreddit:
How to Create Custom Layout Widgets in Flutter
http://bit.ly/2FJGdCu
January 31, 2019 at 10:47AM by Hena_Kabeer
http://bit.ly/2MIZTae
How to Create Custom Layout Widgets in Flutter
http://bit.ly/2FJGdCu
January 31, 2019 at 10:47AM by Hena_Kabeer
http://bit.ly/2MIZTae
Sayonetech
How to Create Custom Layout Widgets in Flutter
Learn how to create custom layout widgets in Flutter.
New post on /r/flutterdev subreddit:
Setup for Flutter and Firebase release and develop branches?
Hi Everyone!What is your setup for Flutter and Firebase release and develop branches?I am build Flutter app for Android and iOS with Firebase (Cloud Function, FCM, Firestore, Auth, Storage, Analytics).I am only developer now but will bring more onto team. So I need setup Git Flow for release and develop branches.But I have question: how to setup Firebase in Flutter project for release and develop? When I push to develop this will trigger CI/CD service to build app and release to beta/internal testers for android and iOS (TestFlight). How to make sure develop branch only use Firebase setup for testing? I no want Firebase Firestore data from release app mix with Firestore data from testing. Also I no want FCM trigger by testing app send to release app. Also no want analytics data mix between release and develop.How to separate the two branches in Firebase App? Sometimes will merge develop into release and don’t want Firebase also merge.I am search long time but no find simple way to do.What is your setup for manage the environment and branches and your testers?Thanks!
January 31, 2019 at 01:10PM by Flutter_Dev
http://bit.ly/2TpehH1
Setup for Flutter and Firebase release and develop branches?
Hi Everyone!What is your setup for Flutter and Firebase release and develop branches?I am build Flutter app for Android and iOS with Firebase (Cloud Function, FCM, Firestore, Auth, Storage, Analytics).I am only developer now but will bring more onto team. So I need setup Git Flow for release and develop branches.But I have question: how to setup Firebase in Flutter project for release and develop? When I push to develop this will trigger CI/CD service to build app and release to beta/internal testers for android and iOS (TestFlight). How to make sure develop branch only use Firebase setup for testing? I no want Firebase Firestore data from release app mix with Firestore data from testing. Also I no want FCM trigger by testing app send to release app. Also no want analytics data mix between release and develop.How to separate the two branches in Firebase App? Sometimes will merge develop into release and don’t want Firebase also merge.I am search long time but no find simple way to do.What is your setup for manage the environment and branches and your testers?Thanks!
January 31, 2019 at 01:10PM by Flutter_Dev
http://bit.ly/2TpehH1
reddit
r/FlutterDev - Setup for Flutter and Firebase release and develop branches?
1 vote and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
How to build iPhone Calculator using Flutter
http://bit.ly/2HECIyR
January 31, 2019 at 01:09PM by Hena_Kabeer
http://bit.ly/2BbiI1d
How to build iPhone Calculator using Flutter
http://bit.ly/2HECIyR
January 31, 2019 at 01:09PM by Hena_Kabeer
http://bit.ly/2BbiI1d
Sayonetech
How to build iPhone Calculator using Flutter
It was a simple idea to create a replica of iPhone’s system calculator in Flutter. The design is uncomplicated and the program logic is well-known.
New post on /r/flutterdev subreddit:
Re-writing old app in Flutter?
Hi,I have an old Java Android app that I wrote and published on Google Play a few years ago. I'd like to write it from scratch with Flutter. I'm not super familiar with the apk signing process, so I'm not sure how to go about it. Can I simply create a new app with the same domain and sign it? (I still have the keystore for the app, of course). I'd prefer to start from scratch rather than implement flutter in the java project. I read that's possible but I don't want to touch my old code.Thanks.
January 31, 2019 at 11:55AM by Slyferr
http://bit.ly/2DMjLq6
Re-writing old app in Flutter?
Hi,I have an old Java Android app that I wrote and published on Google Play a few years ago. I'd like to write it from scratch with Flutter. I'm not super familiar with the apk signing process, so I'm not sure how to go about it. Can I simply create a new app with the same domain and sign it? (I still have the keystore for the app, of course). I'd prefer to start from scratch rather than implement flutter in the java project. I read that's possible but I don't want to touch my old code.Thanks.
January 31, 2019 at 11:55AM by Slyferr
http://bit.ly/2DMjLq6
reddit
r/FlutterDev - Re-writing old app in Flutter?
0 votes and 2 comments so far on Reddit
New post on Flutter Dev Google group:
Help with widget stack in scrollview?
I'm learning flutter and I'm playing with the bloc tutorial from the flutter web site. This is the tutorial that grabs movie posters from https://themoviedb.org and shows them in a grid. When you click a movie poster, it transitions to a detail page. The tutorial can be found here: https://m
January 31, 2019 at 02:32PM by Trey Ethridge
http://bit.ly/2CUxjOy
Help with widget stack in scrollview?
I'm learning flutter and I'm playing with the bloc tutorial from the flutter web site. This is the tutorial that grabs movie posters from https://themoviedb.org and shows them in a grid. When you click a movie poster, it transitions to a detail page. The tutorial can be found here: https://m
January 31, 2019 at 02:32PM by Trey Ethridge
http://bit.ly/2CUxjOy
www.themoviedb.org
The Movie Database (TMDB)
The Movie Database (TMDB) is a popular, user editable database for movies and TV shows.
New post on /r/flutterdev subreddit:
Experiencing brain busting issue - anyone else seen this?
https://stackoverflow.com/questions/53254525/createstate-method-not-always-called-when-creating-new-statefulwidgetI am not the post of this original issue, but I am experiencing it. I have a presenter that is instantiated in createState and it has different behavior based on the mode that is passed into the constructor. The presenter is never recreated when loading the page the second time. This leaves the page in the previously loaded state.
January 31, 2019 at 03:18PM by Dazza5000
http://bit.ly/2FWMZEM
Experiencing brain busting issue - anyone else seen this?
https://stackoverflow.com/questions/53254525/createstate-method-not-always-called-when-creating-new-statefulwidgetI am not the post of this original issue, but I am experiencing it. I have a presenter that is instantiated in createState and it has different behavior based on the mode that is passed into the constructor. The presenter is never recreated when loading the page the second time. This leaves the page in the previously loaded state.
January 31, 2019 at 03:18PM by Dazza5000
http://bit.ly/2FWMZEM
Stack Overflow
createState method not always called when creating new StatefulWidget
I have a collection of simple objets that sometimes changes. I am using a ListView to render those objects, basically text. When my collection changes the list is rebuild with the new objects, so i...
New post on Flutter Dev Google group:
Load and Read local Json
Hi! I've got this code bellow to load and read the Json file, but it doesn't work. Any help please??? [image: Screenshot (32).png] [image: Screenshot (33).png]
January 31, 2019 at 05:25PM by Lhex
http://bit.ly/2DMqBvO
Load and Read local Json
Hi! I've got this code bellow to load and read the Json file, but it doesn't work. Any help please??? [image: Screenshot (32).png] [image: Screenshot (33).png]
January 31, 2019 at 05:25PM by Lhex
http://bit.ly/2DMqBvO
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:
Can `flutter test` generate test reports?
Hi there, Is anybody using flutter tests with Bitbucket pipelines? Or the rephrase my question: Is there a way to output test results in a JUnit compatible way? Right now, I have to search for a `All tests passed!` message in the log output. According to Bitbucket's documentation it would be
January 31, 2019 at 05:50PM by Stefan Matthias Aust
http://bit.ly/2Tn8TnS
Can `flutter test` generate test reports?
Hi there, Is anybody using flutter tests with Bitbucket pipelines? Or the rephrase my question: Is there a way to output test results in a JUnit compatible way? Right now, I have to search for a `All tests passed!` message in the log output. According to Bitbucket's documentation it would be
January 31, 2019 at 05:50PM by Stefan Matthias Aust
http://bit.ly/2Tn8TnS
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:
Tutorials: Flutter Widgets 17 | SimpleDialog – create by @niebin_gg.
http://bit.ly/2SddSdz
January 31, 2019 at 07:18PM by nb312
http://bit.ly/2WySI8M
Tutorials: Flutter Widgets 17 | SimpleDialog – create by @niebin_gg.
http://bit.ly/2SddSdz
January 31, 2019 at 07:18PM by nb312
http://bit.ly/2WySI8M
Medium
Flutter Widgets 17 | SimpleDialog&AlertDialog
In this tutorial, you will learn how to use the SimpleDialog in the flutter.
New post on /r/flutterdev subreddit:
Is there a barcode scanner that processes after a single success?
I have been digging into barcode scanners for Flutter and the best one I have found is this one (https://pub.dartlang.org/packages/barcode_scan). From what I can tell it either relies on a single image to be processed, or scans continuously and doesn't force the UI to stop to process a single barcode. Does anyone know if I am missing a different package out there?Use case: I want to be able to scan a UPC label to jump into a database and retrieve product information.
January 31, 2019 at 07:46PM by noobishdeveloper
http://bit.ly/2RZ0Qkp
Is there a barcode scanner that processes after a single success?
I have been digging into barcode scanners for Flutter and the best one I have found is this one (https://pub.dartlang.org/packages/barcode_scan). From what I can tell it either relies on a single image to be processed, or scans continuously and doesn't force the UI to stop to process a single barcode. Does anyone know if I am missing a different package out there?Use case: I want to be able to scan a UPC label to jump into a database and retrieve product information.
January 31, 2019 at 07:46PM by noobishdeveloper
http://bit.ly/2RZ0Qkp
Dart packages
barcode_scan | Flutter Package
A flutter plugin for scanning 2D barcodes and QRCodes via camera.
New post on /r/flutterdev subreddit:
Flutter in Practice: Building JMAP email client in Flutter
https://www.youtube.com/watch?v=MbUey9oquuU
January 31, 2019 at 09:39PM by zaiste
http://bit.ly/2DMasWX
Flutter in Practice: Building JMAP email client in Flutter
https://www.youtube.com/watch?v=MbUey9oquuU
January 31, 2019 at 09:39PM by zaiste
http://bit.ly/2DMasWX
YouTube
Flutter in Practice - Intro
Flutter in Practice is a free programming course that teaches how to write a mobile application using Flutter framework and Dart programming language. Instead of teaching concepts and ideas in both Flutter and Dart, this course showcases a process of building…
New post on Flutter Dev Google group:
Google Maps Plugin - Marker icon has incorrect size on iOS
The Google Maps Flutter plugin does not support resolution-aware image assets when specifying marker icons i.e.: .../marker_icon.png .../2.0x/marker_icon.png .../3.0x/marker_icon.png The plugin requires that you use BitmapDescriptor.fromAsset('/marker_icon.png') which does not resolve to
January 31, 2019 at 10:09PM by Ian Evans
http://bit.ly/2t0jE3M
Google Maps Plugin - Marker icon has incorrect size on iOS
The Google Maps Flutter plugin does not support resolution-aware image assets when specifying marker icons i.e.: .../marker_icon.png .../2.0x/marker_icon.png .../3.0x/marker_icon.png The plugin requires that you use BitmapDescriptor.fromAsset('/marker_icon.png') which does not resolve to
January 31, 2019 at 10:09PM by Ian Evans
http://bit.ly/2t0jE3M
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:
Flutter feedback
Hello Flutter team; I just completed the survey but the survey was lacking one major area to cover and that was the integration of Flutter with Firebase platform and documentation. One of the main reason we selected Flutter, was because of the existence of Firebase platform and another
January 31, 2019 at 10:47PM by Ben Hayat
http://bit.ly/2SgUcoV
Flutter feedback
Hello Flutter team; I just completed the survey but the survey was lacking one major area to cover and that was the integration of Flutter with Firebase platform and documentation. One of the main reason we selected Flutter, was because of the existence of Firebase platform and another
January 31, 2019 at 10:47PM by Ben Hayat
http://bit.ly/2SgUcoV
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 tweet from flutterio:
Watch @bouncingsheep and @lariki #livecode during their 'Flutter: Mobile Development for Busy People' talk at @DevFestFL. #womenpower 💪
Watch here → https://t.co/mHkce1uzvB pic.twitter.com/dBfXWbbNwI— Flutter (@flutterio) January 31, 2019
February 01, 2019 at 12:33AM
http://twitter.com/flutterio/status/1091117285434118144
Watch @bouncingsheep and @lariki #livecode during their 'Flutter: Mobile Development for Busy People' talk at @DevFestFL. #womenpower 💪
Watch here → https://t.co/mHkce1uzvB pic.twitter.com/dBfXWbbNwI— Flutter (@flutterio) January 31, 2019
February 01, 2019 at 12:33AM
http://twitter.com/flutterio/status/1091117285434118144
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:
Android application: Flutter front end with Python backend?
Hello,I currently have Python scripts on my desktop to upload files to Amazon S3. I want to extend this to an android application. Can I use the existing Python scripts as the backend with a Flutter frontend? How would I go about linking the frontend and backend?
January 31, 2019 at 11:27PM by amacd94
http://bit.ly/2DMBVHW
Android application: Flutter front end with Python backend?
Hello,I currently have Python scripts on my desktop to upload files to Amazon S3. I want to extend this to an android application. Can I use the existing Python scripts as the backend with a Flutter frontend? How would I go about linking the frontend and backend?
January 31, 2019 at 11:27PM by amacd94
http://bit.ly/2DMBVHW
reddit
r/FlutterDev - Android application: Flutter front end with Python backend?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
How can I make a Semi Circle Navigation in flutter?
Heres an image showing what I mean.https://i.redd.it/kugxypo61ud21.png
January 31, 2019 at 11:10PM by zapoJMR
http://bit.ly/2UsVISo
How can I make a Semi Circle Navigation in flutter?
Heres an image showing what I mean.https://i.redd.it/kugxypo61ud21.png
January 31, 2019 at 11:10PM by zapoJMR
http://bit.ly/2UsVISo
New post on /r/flutterdev subreddit:
How to sign Flutter apps for iOS automatically without a Mac
http://bit.ly/2UsVM4A
January 31, 2019 at 11:06PM by Elixane
http://bit.ly/2DMn0hd
How to sign Flutter apps for iOS automatically without a Mac
http://bit.ly/2UsVM4A
January 31, 2019 at 11:06PM by Elixane
http://bit.ly/2DMn0hd
Medium
How to sign Flutter apps for iOS automatically without a Mac
It won’t come as a surprise to any iOS developer out there that iOS apps need to be signed before they can be installed on physical…