Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Anyone noticed crashes on Redmi phones with appbundle?
We pushed an update to our app with the app bundle and it is crashing at startup in Redmi devices running Marshmallow.Has anyone else noticed this? It won't be visible in Firebase because the app is not even starting to be able to send crash reports. You will have to check in the Developer Console to see the native crashes.I have a Redmi Note 4 but running Nougat. To downgrade I have to unlock bootloader for which I now have to wait 72 hours :|Anyway someone else has created an issue here: https://github.com/flutter/flutter/issues/36822

August 03, 2019 at 02:38PM by ajinasokan
https://ift.tt/2YCMLeV
New post on /r/flutterdev subreddit:

Flutter Newsletter 3 for July 27 - Aug 2 | Material Design Awards, Handling Error, CI/CD for Flutter and Provider Package
https://ift.tt/2Zubbo7

August 03, 2019 at 06:16PM by DecimalSaxon
https://ift.tt/2yzMGdg
New post on /r/flutterdev subreddit:

Flutter-web interaction with Kotlin
Hi all,I'm curious if flutter-web can currently interact with Kotlin.I've unsucesfully looked for some hello world projects involving both of them interacting. [ I have found however such projects for Android/iOS(flutter + Kotlin), but nothing involving flutter-web]As I am extremely new to the world of Flutter-web and Kotlin and looking into them in my spare time any working starting point would be extremely helpful.Thanks!

August 03, 2019 at 06:43PM by sdrJunkie
https://ift.tt/2YpmSA8
New post on /r/flutterdev subreddit:

Flutter Enhancement Suite - Auto-completion, Snippets & more (IntelliJ/ Android Studio Plugin)
https://ift.tt/2YFXXrc

August 03, 2019 at 07:53PM by karlheinzkassler
https://ift.tt/2YD8PpL
New post on /r/flutterdev subreddit:

Android studio plus kotlin to flutter
If you know android studio well enough can you switch to flutter easily, i mean how there design and activies work is it XML and have same lifecycle like with kotlin and android studio.

August 03, 2019 at 07:39PM by Hiwa_47
https://ift.tt/31gq9yI
New post on Flutter Dev Google group:

It takes like 4 mins to build after adding codes on ios part.
Hi, We want our flutter app on iOS has the Stripe Apple-Pay, which is not supported by Stripe's flutter SDK right now (I guess that's because Android doesn't have Apple-Pay, so Stripe mute it on Flutter). Thus, I have to build Apple-Pay on iOS part along. However, everytime we build fluuter

August 03, 2019 at 10:41PM by James Du
https://ift.tt/31jNXS3
New post on Flutter Dev Google group:

Use showDialog with conditional in build method
Hi! I have a screen, which shows a button. If I press it, an async job is started. During this time, I want to show an AlertDialog with a spinning wheel. If that job is finished, i will dismiss the dialog or show some errors. Here is my (simplified) code: Widget build(BuildContext context) {

August 04, 2019 at 01:21AM by Aaron Fischr
https://ift.tt/2OU0LO3
New post on /r/flutterdev subreddit:

FlutterForce — Week 38
https://ift.tt/2Ksltz3

August 04, 2019 at 09:37AM by flutterist
https://ift.tt/33b3ZzC
New post on /r/flutterdev subreddit:

Flutter Web + Electron = ?
Has anyone tried to use this to publish the desktop?

August 04, 2019 at 11:44AM by luojieer
https://ift.tt/2T1WZjS
New post on /r/flutterdev subreddit:

Instant image search using RxDart in Flutter
https://ift.tt/2M1FdfY

August 04, 2019 at 12:21PM by sagarsuri56
https://ift.tt/2ODcy31
New post on /r/flutterdev subreddit:

What database should I used as backend proper SQL database?
How can I link proper SQL database like MySQL to flutter app and fetch insert update etc in the database?

August 04, 2019 at 03:58PM by jaybachre
https://ift.tt/2KoupFB
New post on /r/flutterdev subreddit:

koukicons | Flutter Package with 700+ color icons
https://ift.tt/2yEfnWM

August 04, 2019 at 07:05PM by Darkglow666
https://ift.tt/2YHbQkT
New post on /r/flutterdev subreddit:

Is it possible to use Kotlin/Java/Swift libraries in a flutter app?
I need access to functionality given by several libraries written in Kotlin/Swift. Is it possible to use that code within my app? If so, how?

August 04, 2019 at 08:21PM by notacooleagle
https://ift.tt/2yyG8fd
New post on /r/flutterdev subreddit:

Having lots of difficulty understanding Dart code
I am doing Udacity's flutter course, but I am having a hard time understanding some of the syntax in the files.For example, in this file:
https://github.com/flutter/udacity-course/blob/master/course/04_navigation/solution_04_navigation/lib/unit.dartwhat is the difference between the const contructor initialization and the 'fromJSON' part at the end?
What are they doing?This 'unit' class(the link above), is being used in a ConverterRoute Class,
https://github.com/flutter/udacity-course/blob/master/course/04_navigation/solution_04_navigation/lib/converter_route.dartI cannot understand the first part of the code, inside the build method of the widget?How are they using 'return' inside a map function?Coming from C++, this feels very alien to me.

August 04, 2019 at 08:47PM by awesumsingh
https://ift.tt/2ZzmBqW
New post on /r/flutterdev subreddit:

Experiments with Dart FFI : A series of simple examples demonstrating how to call C libraries from Dart. Please note that the Dart FFI API is in active development and likely to change before release. This code is designed to work with Dart version 2.5.0-dev.1.0.
https://ift.tt/2Km4Nck

August 05, 2019 at 12:01AM by EngineerScientist
https://ift.tt/2M12df8
New post on Flutter Dev Google group:

Error running Gradle using Android studio
I can't access some library anyone with a solution of how to use that in CN

August 05, 2019 at 12:23AM by Nickname
https://ift.tt/31jQTOS