Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Flutter automation
i want to start write automation test cases but unfortunately click button or send keys crashing the App is there any suggested solutions

March 18, 2019 at 03:51PM by Faten Alnajjar
https://ift.tt/2WdWhk5
New post on Flutter Dev Google group:

Flutter Firebase weird glitch?
I believe all the local or test builds that I have for my applications are showing up in the Firebase Dashboard for my Flutter app. E.g. I go to send a push notification and it says it is pushing to 286 users when I know I have 160. Is someone else running with this problem and how can I remove

March 18, 2019 at 06:08PM by Brennan Altringer
https://ift.tt/2FgkyiB
New post on Flutter Dev Google group:

Web-view with url launcher
Hi , i am trying to add Web-view using url launcher but i am faild please check my main. dart code , thank you import 'package:flutter/material.dart'; import 'package:flutter_webview_plugin/flutter_webview_plugin.dart'; //add flutter_webview_plugin: ^0.3.1 import 'package:url_launcher/url_launch

March 18, 2019 at 06:50PM by Deepjyoti Baishya
https://ift.tt/2CsQfEK
New post on Flutter Dev Google group:

flutter desde android studio
Buenas comunidad: instalé flutter desde el android studio y a la hora de pedir los paquetes o actualizar flutter me da este error Running "flutter packages get" in flutter_app... Got TLS error trying to find package cupertino_icons at https://ift.tt/1mvd6ms. Alguna idea?

March 18, 2019 at 08:23PM by David Hernandez
https://ift.tt/2ObbbEI
New tweet from flutterio:

In this post, Amir Harden, a Flutter engineer shares his lessons learned and tips for designing Flutter APIs.

Read the post here ↓https://t.co/14LV1l9dcH— Flutter (@flutterio) March 18, 2019

March 18, 2019 at 10:24PM
http://twitter.com/flutterio/status/1107754779697180674
New post on Flutter Dev Google group:

Fat Binaries (arm64-v8a, armeabi-v7a, x86, & x86_64 )
With our current android app we ship arm64-v8a, armeabi-v7a, x86, & x86_64 binaries in a Fat APK. The Flutter build system only seems to include armeabi-v7a flutter binaries by default and doesn’t seem to support x86 at all. As such, a Flutter app will fail to start on a non-matching device.

March 18, 2019 at 10:25PM by Darcy Schultz
https://ift.tt/2TY397u
New post on /r/flutterdev subreddit:

Looking for a BLoC tutorial for dummies that doesn't need prior knowledge of Rx
Most of the tutorials assume that you have experience with Rx Java and similar..

March 19, 2019 at 08:09AM by kmarima
https://ift.tt/2HMw9ZF
New post on /r/flutterdev subreddit:

The Toolbox - Charts for Flutter
https://ift.tt/2FkYWCS

March 19, 2019 at 07:26AM by Elixane
https://ift.tt/2WaJ1MK
New post on Flutter Dev Google group:

Adding text recognition API to Flutter API
Hi everyone can anyone please help me on adding image recognition cloud api to flutter App.

March 19, 2019 at 11:15AM by examp...@gmail.com
https://ift.tt/2TeJAna
New post on Flutter Dev Google group:

Flutter App crashes after some changes
Flutter APP crashes in some mobiles after adding MLkit plugin in pubspec.yaml file

March 19, 2019 at 11:17AM by examp...@gmail.com
https://ift.tt/2JjGEWn
New post on /r/flutterdev subreddit:

A study in Hero Animations
https://ift.tt/2Jy54vo

March 19, 2019 at 06:47PM by lacronicus
https://ift.tt/2OgCNZ5
New tweet from flutterio:

In this post, Amir Hardon, a Flutter engineer shares his lessons learned and tips for designing Flutter APIs.

Read the post here ↓https://t.co/JNAD3Pp3E8— Flutter (@flutterio) March 19, 2019

March 19, 2019 at 07:29PM
http://twitter.com/flutterio/status/1108073136262692864
New post on /r/flutterdev subreddit:

Best practice for one-time async operations
I'm new to Flutter development and I want to add an SQLite database and shared preferences to my app using sqflite and shared_preferences packages. Opening the database connection and loading shared preferences are asynchronous operations. Coming from native Android development I never had to worry much about this so I would like some clarification as to what the best practices are for handling this.Should I create a Singleton for both my database and shared preferences and then I can call getInstance() throughout my app? Or, since my app requires the database and shared preferences for the main screen, should I await for the database and shared preferences in the main method before the runApp method? I've read a comment saying the benefit of this is that a splash screen is displayed rather than displaying the app right away with some lag. Then I could pass the database and shared preferences down the widget tree with InheritedWidgets. Or should I use a FutureBuilder for the first Widget of my app to load the database, then another for loading shared preferences? This way I can ensure a progress bar is displayed, rather than the splash screen? Is there a way to use two FutureBuilders at once that can load my database and shared preferences at the same time?I guess it might just be a matter of preference, but are any of the options better than the others? Is there other options I'm not aware of? I know these operations are probably very quick and the impact will be minimal, but I just want to do things right in case similar or more expensive situations down the road come up.Thanks!

March 19, 2019 at 07:42PM by dumbnormie
https://ift.tt/2FnwBM3
New post on Flutter Dev Google group:

Flutter navigation with no user input
I can't seem to find an answer to this question. I'd like to navigate away from a page after a user completes an activity, not when they push a button. For example, suppose page one is a list of photos and page two is one of those selected photos as a jigsaw puzzle, I'd like to navigate away

March 19, 2019 at 08:25PM by RGish
https://ift.tt/2CtMnDd