New post on /r/flutterdev subreddit:
Anyone using Flutter in production?
Anyone using flutter for a production app? Im looking to develop a e-commerce app but deciding between React Native or Flutter.
May 11, 2019 at 10:01PM by Neteru1920
http://bit.ly/2EeyKsL
Anyone using Flutter in production?
Anyone using flutter for a production app? Im looking to develop a e-commerce app but deciding between React Native or Flutter.
May 11, 2019 at 10:01PM by Neteru1920
http://bit.ly/2EeyKsL
reddit
r/FlutterDev - Anyone using Flutter in production?
0 votes and 3 comments so far on Reddit
New post on /r/flutterdev subreddit:
Going Back Using Cupertino Navigation (The Previous View Accepts Interactions Even Though The Animation Hasn’t Ended Yet)
I’m using Cupertino Navigation. It happens when going back with a slide from left edge to the right of the screen.Users must not be able to interact with the previous screen (the screen that is behind/under the current screen) until the current screen leaves the view completely.Other wise users can tap on something on the previous screen while the navigate to back animation is still happening.I have modified the source .dart file. In the version 1.2.1, the animation duration and curves not right. (I know, it’s not a good way to do it. I’d rather create a new custom class extending the original. However this is not the case here)However I couldn’t find a way to track if something like “isAnimating == true”. If I can find a way, I will add AbsorbPointer or Visibility widget on to the underlying screen.That way, I will be able to ignore all the interactions from users until the back navigation animation ends completely.Any advice?
May 11, 2019 at 11:32PM by ariky
http://bit.ly/2YntRF4
Going Back Using Cupertino Navigation (The Previous View Accepts Interactions Even Though The Animation Hasn’t Ended Yet)
I’m using Cupertino Navigation. It happens when going back with a slide from left edge to the right of the screen.Users must not be able to interact with the previous screen (the screen that is behind/under the current screen) until the current screen leaves the view completely.Other wise users can tap on something on the previous screen while the navigate to back animation is still happening.I have modified the source .dart file. In the version 1.2.1, the animation duration and curves not right. (I know, it’s not a good way to do it. I’d rather create a new custom class extending the original. However this is not the case here)However I couldn’t find a way to track if something like “isAnimating == true”. If I can find a way, I will add AbsorbPointer or Visibility widget on to the underlying screen.That way, I will be able to ignore all the interactions from users until the back navigation animation ends completely.Any advice?
May 11, 2019 at 11:32PM by ariky
http://bit.ly/2YntRF4
reddit
r/FlutterDev - Going Back Using Cupertino Navigation (The Previous View Accepts Interactions Even Though The Animation Hasn’t Ended…
0 votes and 1 comment so far on Reddit
New post on Flutter Dev Google group:
FLUTTER executar tabela DBF NTX via LAN / WIFI
Nós os programadores do passado, tínhamos em nossas mãos poucas opções (basic, cobol, assembler, etc). No meu caso, clipper que optei. Alguns de nós não mudou de linguagem e hoje trabalham com uma linguagem híbrida que melhorou o clipper e que chama-se [x]HARBOUR (clipper para 32 ou 64 bits). o
May 12, 2019 at 01:56AM by mvinfo
http://bit.ly/30h0zdl
FLUTTER executar tabela DBF NTX via LAN / WIFI
Nós os programadores do passado, tínhamos em nossas mãos poucas opções (basic, cobol, assembler, etc). No meu caso, clipper que optei. Alguns de nós não mudou de linguagem e hoje trabalham com uma linguagem híbrida que melhorou o clipper e que chama-se [x]HARBOUR (clipper para 32 ou 64 bits). o
May 12, 2019 at 01:56AM by mvinfo
http://bit.ly/30h0zdl
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:
Mixins and Base Classes: A recipe for success in Flutter
http://bit.ly/2VkLZxq
May 12, 2019 at 02:26AM by EngineerScientist
http://bit.ly/30cAQma
Mixins and Base Classes: A recipe for success in Flutter
http://bit.ly/2VkLZxq
May 12, 2019 at 02:26AM by EngineerScientist
http://bit.ly/30cAQma
Medium
Mixins and Base Classes: A recipe for success in Flutter
How to reduce boilerplate by adding new features to our classes
New post on Flutter Dev Google group:
DateTime.fromMillisecondsSinceEpoch(1) return the incorrect DateTime
Hi All As subject descripted, I expect the method return 1970-1-1 0:0:0.1, but it return 1970-1-1 8:0:0.1 This confused me, but why?
May 12, 2019 at 05:37AM by Leon Wray
http://bit.ly/2WyYK9i
DateTime.fromMillisecondsSinceEpoch(1) return the incorrect DateTime
Hi All As subject descripted, I expect the method return 1970-1-1 0:0:0.1, but it return 1970-1-1 8:0:0.1 This confused me, but why?
May 12, 2019 at 05:37AM by Leon Wray
http://bit.ly/2WyYK9i
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:
Particle animation on user interaction with Flutter
http://bit.ly/2Vke6gq
May 12, 2019 at 08:01AM by felixlein
http://bit.ly/30dFP5Z
Particle animation on user interaction with Flutter
http://bit.ly/2Vke6gq
May 12, 2019 at 08:01AM by felixlein
http://bit.ly/30dFP5Z
Medium
Particle animation on user interaction with Flutter
This was an exciting week with Google I/O. My Flutter package Simple Animation was proofed to be Flutter Web ready and the particle…
New post on /r/flutterdev subreddit:
Streams in Flutter
http://bit.ly/2YqLaW6
May 12, 2019 at 08:40AM by nitishk72
http://bit.ly/2YsPfZP
Streams in Flutter
http://bit.ly/2YqLaW6
May 12, 2019 at 08:40AM by nitishk72
http://bit.ly/2YsPfZP
Medium
Understanding Streams in Flutter (Dart)
A stream is one of the challenging topics for the beginner. It took lots of efforts to understand. In order to understand the Streams, you…
New post on /r/flutterdev subreddit:
Flutter profiles in VSCode (Product flavors)
VSCode provides a simple way to create and run your custom Flutter configurations.
Imagine having different product flavors like a free and a pro version.https://medium.com/@devrient.jonas/flutter-profiles-in-vscode-product-flavors-c95231818005
May 12, 2019 at 01:00PM by JonasDeVrient
http://bit.ly/2WDQULz
Flutter profiles in VSCode (Product flavors)
VSCode provides a simple way to create and run your custom Flutter configurations.
Imagine having different product flavors like a free and a pro version.https://medium.com/@devrient.jonas/flutter-profiles-in-vscode-product-flavors-c95231818005
May 12, 2019 at 01:00PM by JonasDeVrient
http://bit.ly/2WDQULz
Medium
Flutter profiles in VSCode (Product flavors)
VSCode provides a simple way to create and run your custom Flutter configurations. We could add configurations for the default Flutter run…
New post on /r/flutterdev subreddit:
Quick Actions in Flutter
http://bit.ly/2LNjDMK
May 12, 2019 at 02:10PM by Purple_Pizzazz
http://bit.ly/2Yoc00Y
Quick Actions in Flutter
http://bit.ly/2LNjDMK
May 12, 2019 at 02:10PM by Purple_Pizzazz
http://bit.ly/2Yoc00Y
Medium
Quick Actions in Flutter
As a developer, you can define shortcuts to perform specific actions in your app. These shortcuts can be displayed in a supported launcher…
New post on /r/flutterdev subreddit:
FlutterForce — Week 26
http://bit.ly/2VXLxd0
May 12, 2019 at 02:06PM by flutterist
http://bit.ly/2HdVbQC
FlutterForce — Week 26
http://bit.ly/2VXLxd0
May 12, 2019 at 02:06PM by flutterist
http://bit.ly/2HdVbQC
Medium
FlutterForce — #Week 26
Weekly Flutter Resources
New post on Flutter Dev Google group:
Crash Report - String - Couldn't download or retreive file.
Hi All, I got this report in Sentry from many users - many times but can't able to understand why this happens as it doesn't have much description or stack-trace on the report. StackOverflow question link for more details. - http://bit.ly/2LDVyZ3
May 12, 2019 at 02:58PM by Jignesh Patel
http://bit.ly/2VZdxgn
Crash Report - String - Couldn't download or retreive file.
Hi All, I got this report in Sentry from many users - many times but can't able to understand why this happens as it doesn't have much description or stack-trace on the report. StackOverflow question link for more details. - http://bit.ly/2LDVyZ3
May 12, 2019 at 02:58PM by Jignesh Patel
http://bit.ly/2VZdxgn
Stack Overflow
Any clue for crash report 'String - Couldn't download or retreive file.' got from Sentry - Flutter App?
One of my Flutter app on store an that app is integrated with Sentry client for crash reporting.
I got a few crashes and I have fixed most of them based on logs it provides and all I can say Sent...
I got a few crashes and I have fixed most of them based on logs it provides and all I can say Sent...
New post on Flutter Dev Google group:
How to Solve this type of Error - Flutter Doctor / Devices / Run Issue
Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, v1.5.4-hotfix.2, on Microsoft Windows [Version 10.0.17134.706], locale en-US) \CreateProcessW failed 193 Unhandled exception: ProcessException: %1 is not a valid Win32 application. Command:
May 12, 2019 at 05:44PM by Subham Paul
http://bit.ly/2Q24Axb
How to Solve this type of Error - Flutter Doctor / Devices / Run Issue
Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, v1.5.4-hotfix.2, on Microsoft Windows [Version 10.0.17134.706], locale en-US) \CreateProcessW failed 193 Unhandled exception: ProcessException: %1 is not a valid Win32 application. Command:
May 12, 2019 at 05:44PM by Subham Paul
http://bit.ly/2Q24Axb
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:
what is hot fix in recent flutter update ?
recently after updating flutter it it shows flutter 1.5.4-hotfix.2
May 12, 2019 at 05:33PM by jagdishjadeja
http://bit.ly/2JAe3L4
what is hot fix in recent flutter update ?
recently after updating flutter it it shows flutter 1.5.4-hotfix.2
flutter --version Flutter 1.5.4-hotfix.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision 7a4c33425d (13 days ago) • 2019-04-29 11:05:24 -0700 Engine • revision 52c7a1e849 Tools • Dart 2.3.0 (build 2.3.0-dev.0.5 a1668566e5)
so is flutter providing hotfix in recent update ?May 12, 2019 at 05:33PM by jagdishjadeja
http://bit.ly/2JAe3L4
reddit
r/FlutterDev - what is hot fix in recent flutter update ?
0 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
Firebase and offline push notifications
I'm building a Flutter app that uses Firebase notifications. I'd also like to use offline push notifications. I saw the
May 12, 2019 at 05:14PM by TheD3xus
http://bit.ly/2Hfqzhm
Firebase and offline push notifications
I'm building a Flutter app that uses Firebase notifications. I'd also like to use offline push notifications. I saw the
flutter_local_notifications
library, but it conflicts with Firebase (see here and scroll down. I can work around this by scheduling Firebase notifications for later. Before I do that, has anyone else here found a workaround for getting Firebase and local notifications to work together? Or is scheduling Firebase notifications my only way?May 12, 2019 at 05:14PM by TheD3xus
http://bit.ly/2Hfqzhm
Dart packages
flutter_local_notifications | Flutter package
A cross platform plugin for displaying and scheduling local notifications for Flutter applications with the ability to customise for each platform.
New post on /r/flutterdev subreddit:
Flutter example of inject.dart
I don't like the approach of packages like
May 12, 2019 at 04:46PM by jarekb123
http://bit.ly/2HldJgs
Flutter example of inject.dart
I don't like the approach of packages like
kiwi
or dioc
. They use the Service Locator pattern. They're not bad, but this approach may cause runtime errors.So I found this article: https://developers.mewssystems.com/dependency-injection-in-flutter/I like the Dagger style, which the inject.dart
package uses. Also the the code generator can found some not resolved dependencies in the project. So I created an example of using this package in Flutter: https://github.com/jarekb123/inject_dart_exampleMay 12, 2019 at 04:46PM by jarekb123
http://bit.ly/2HldJgs
Mews Developers
Dependency Injection in Flutter
As I wrote in a previous article, we’re experimenting with Flutter while developing our side project for step challenges with colleagues. This side project should also be considered as a playground, where we can check if we can use Flutter in more serious…
New post on /r/flutterdev subreddit:
A Flutter app that displays superheroes and villains from different universes
http://bit.ly/2LDA8v0
May 12, 2019 at 06:44PM by JideGuru
http://bit.ly/2W2Um58
A Flutter app that displays superheroes and villains from different universes
http://bit.ly/2LDA8v0
May 12, 2019 at 06:44PM by JideGuru
http://bit.ly/2W2Um58
GitHub
JideGuru/FlutterSuperHeroes
A Flutter app that displays superheroes and villains from different universes - JideGuru/FlutterSuperHeroes
New post on Flutter Dev Google group:
The Gradle failure may have been because of AndroidX incompatibilities in this Flutter app.
Hello, I keep getting this message when trying to build a release apk for my app. I have upgraded all my packages, I have also upgraded flutter to the latest version. I keep this message, please what can I do to resolve this? The error message: *The Gradle failure may have been because of AndroidX
May 12, 2019 at 10:26PM by Samuel Kingsley
http://bit.ly/2HoGyZo
The Gradle failure may have been because of AndroidX incompatibilities in this Flutter app.
Hello, I keep getting this message when trying to build a release apk for my app. I have upgraded all my packages, I have also upgraded flutter to the latest version. I keep this message, please what can I do to resolve this? The error message: *The Gradle failure may have been because of AndroidX
May 12, 2019 at 10:26PM by Samuel Kingsley
http://bit.ly/2HoGyZo
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 profiles in VSCode (Product flavors)
http://bit.ly/2E4YcRj
May 13, 2019 at 12:09AM by JonasDeVrient
http://bit.ly/2WEKkEB
Flutter profiles in VSCode (Product flavors)
http://bit.ly/2E4YcRj
May 13, 2019 at 12:09AM by JonasDeVrient
http://bit.ly/2WEKkEB
Medium
Flutter profiles in VSCode (Product flavors)
VSCode provides a simple way to create and run your custom Flutter configurations. We could add configurations for the default Flutter run…
New post on /r/flutterdev subreddit:
Game organizer app clone
https://youtu.be/q3lwt2KPQBQ
May 12, 2019 at 11:48PM by javico2609
http://bit.ly/2W2GFDi
Game organizer app clone
https://youtu.be/q3lwt2KPQBQ
May 12, 2019 at 11:48PM by javico2609
http://bit.ly/2W2GFDi
New post on /r/flutterdev subreddit:
Smart home app clone with flutter
https://youtu.be/L6UKUfLmrNg
May 12, 2019 at 11:38PM by javico2609
http://bit.ly/2LAQFzK
Smart home app clone with flutter
https://youtu.be/L6UKUfLmrNg
May 12, 2019 at 11:38PM by javico2609
http://bit.ly/2LAQFzK
YouTube
Smart home app clone with flutter
https://www.behance.net/gallery/79691973/Smart-Home-App?tracking_source=search%7Cmobile
https://github.com/javico2609/flutter-challenges
https://github.com/javico2609/flutter-challenges