Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
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
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
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
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
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
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
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
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
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.2flutter --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
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 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
New post on /r/flutterdev subreddit:

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_example

May 12, 2019 at 04:46PM by jarekb123
http://bit.ly/2HldJgs
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
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
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