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
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
GitHub
Crash on Android 6.0 Xiaomi devices after release on PlayStore · Issue #36822 · flutter/flutter
Canonical issue: https://issuetracker.google.com/issues/147096055 I have launched my app in playstore, but i have found so many crash after the app is opened. And according my data on playstore, al...
New post on /r/flutterdev subreddit:
How to draw custom shapes in Flutter
https://ift.tt/2YnI21t
August 03, 2019 at 05:02PM by Elixane
https://ift.tt/2YEVglV
How to draw custom shapes in Flutter
https://ift.tt/2YnI21t
August 03, 2019 at 05:02PM by Elixane
https://ift.tt/2YEVglV
Medium
How to draw custom shapes in Flutter
In this article you are going to learn how to draw custom shapes in your flutter application. This will make your app more beautiful.
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
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
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
reddit
r/FlutterDev - Flutter-web interaction with Kotlin
0 votes and 1 comment so far on Reddit
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
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
JetBrains Plugin Repository
Flutter Enhancement Suite - Plugins | JetBrains
The essential plugin for making working with Flutter easier than ever!.
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
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
reddit
r/FlutterDev - Android studio plus kotlin to flutter
0 votes and 4 comments so far on Reddit
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
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
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:
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
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
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:
Material Themer - Flutter Development Tool Informational Video
https://youtu.be/o_xs5sXEaqg
August 04, 2019 at 01:02AM by EngineerScientist
https://ift.tt/2yNgdRb
Material Themer - Flutter Development Tool Informational Video
https://youtu.be/o_xs5sXEaqg
August 04, 2019 at 01:02AM by EngineerScientist
https://ift.tt/2yNgdRb
YouTube
Material Themer - Flutter Development Tool Informational Video
Introducing Material Themer! The Material Themer app allows you to visually create your ThemeData and generate the code with a single click! Use it to aid in...
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
FlutterForce — Week 38
https://ift.tt/2Ksltz3
August 04, 2019 at 09:37AM by flutterist
https://ift.tt/33b3ZzC
Medium
FlutterForce — #Week 38
Weekly Flutter Resources
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
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
reddit
r/FlutterDev - Flutter Web + Electron = ?
0 votes and 0 comments so far on Reddit
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
Instant image search using RxDart in Flutter
https://ift.tt/2M1FdfY
August 04, 2019 at 12:21PM by sagarsuri56
https://ift.tt/2ODcy31
Medium
Instant Image search using RxDart in Flutter
Making a network call while you type in the search bar
New post on /r/flutterdev subreddit:
Flutter Live: Learning Flutter Bloc Package | Learn it with me!
https://youtu.be/eAiCPl3yk9A
August 04, 2019 at 12:13PM by RobertBrunhage
https://ift.tt/2M1FgbE
Flutter Live: Learning Flutter Bloc Package | Learn it with me!
https://youtu.be/eAiCPl3yk9A
August 04, 2019 at 12:13PM by RobertBrunhage
https://ift.tt/2M1FgbE
YouTube
Flutter Live: Learning Flutter Bloc Package | Learn it with me!
Will be following: https://felangel.github.io/bloc/#/gettingstarted. Ps. I will not just make a counter app to learn Flutter_bloc but we will start with that :)
Github: https://github.com/RobertBrunhage/flutter_state_management_livestreams/tree/master/f…
Github: https://github.com/RobertBrunhage/flutter_state_management_livestreams/tree/master/f…
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
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
reddit
r/FlutterDev - What database should I used as backend proper SQL database?
0 votes and 0 comments so far on Reddit
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
koukicons | Flutter Package with 700+ color icons
https://ift.tt/2yEfnWM
August 04, 2019 at 07:05PM by Darkglow666
https://ift.tt/2YHbQkT
Dart packages
koukicons | Flutter Package
Colorful Icons for your Flutter App, no more black and white icons
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
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
reddit
r/FlutterDev - Is it possible to use Kotlin/Java/Swift libraries in a flutter app?
0 votes and 0 comments so far on Reddit
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
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
GitHub
udacity-course/unit.dart at master · flutter/udacity-course
Build native mobile apps with Flutter. Contribute to flutter/udacity-course development by creating an account on GitHub.
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
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
GitHub
mjohnsullivan/ffi
Contribute to mjohnsullivan/ffi development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Animate a widget using a physics simulation (new cookbook recipe)
https://ift.tt/2KsytEu
August 04, 2019 at 11:48PM by Purple_Pizzazz
https://ift.tt/2KuCKYj
Animate a widget using a physics simulation (new cookbook recipe)
https://ift.tt/2KsytEu
August 04, 2019 at 11:48PM by Purple_Pizzazz
https://ift.tt/2KuCKYj
flutter.dev
Animate a widget using a physics simulation
Physics simulations can make app interactions feel realistic and interactive.For example, you might want to animate a widget to act as if it were attached toa spring or falling with gravity.This recipe demonstrates how to move a widget from a dragged point…
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
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
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.