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

someone knows how to make these bars?
Someone who can help me with this design please.

February 01, 2019 at 01:09AM by Williams Torres
http://bit.ly/2UxbyeG
New post on Flutter Dev Google group:

issue with url_launcher
I'm building a simple flutter app which I want if a user presses the dial button, it will open phone contact dialer and the user can send. This is the issue I'm having, I imported url_luncher and this is my code: _launchURL() async { const url = 'tel:*555*digits PIN#'; if (await canLaunch(u

February 01, 2019 at 01:26AM by Promise Amadi
http://bit.ly/2RrNOXv
New post on /r/flutterdev subreddit:

Building a Deceptively Simple Bottom AppBar
http://bit.ly/2HRNUbE

February 01, 2019 at 06:25AM by guptamanas1998
http://bit.ly/2t0Po9a