Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
GGroup: [Breaking change] isInstanceOf in tests
The matcher package recently deprecated isInstanceOf. To reduce the breakage on tests in Flutter applications, I've temporarily pinned Flutter to a version of that package from before the deprecation, and have exported an isInstanceOf function from flutter_test to replace the class from the

Submitted June 19, 2018 at 08:49PM by Ian Hickson
via Flutter Dev https://ift.tt/2M6dExU
GGroup: Beta Update (v0.5.1)
We've just released a new build on the beta channel with version number v0.5.1. The new build is an update to beta 4. Here are some highlights from the change log < https://github.com/flutter/flutter/wiki/Changelog#changes-in-v051-since-v032---beta-5> : - #17661
Submitted June 19, 2018 at 09:43PM by hansmuller
via Flutter Dev https://ift.tt/2t7qftA
Reddit: Come follow us for Fluttery goodness!
https://ift.tt/2M55TIz

Submitted June 20, 2018 at 02:39AM by Ajaxml
via reddit https://ift.tt/2JRSDuj
GGroup: Is there any lib compatible with dart:js for flutter ?
Hi guys, I`m trying to use this signalr lib https://ift.tt/2K1lVmg on my flutter app, but its missing the dart:js and I cant find a way to import it, I`ve looked for some equivalent on flutter but couldnt find ... Any tips on how to fix it? I'm

Submitted June 20, 2018 at 04:39AM by Diego Garcia
via Flutter Dev https://ift.tt/2K6dOYR
GGroup: Is there any way to change the length of tabController?
Hi guys, I am a newbie to flutter and I want to implement a tabbar with 3 tabs initially, but with a feature to increment the count of tabs later. I've noticed the length prop of tabbarcontroller is final, so is there any tips to do this?

Submitted June 20, 2018 at 06:01AM by Simon Chen
via Flutter Dev https://ift.tt/2t9rWqv
GGroup: Does anyone knows how to draw a star polygon using map_view coordinates?
Hi, I have a star logo and I have 5 different location. For each location I need to draw _polygons . Does anyone knows how to draw a star polygon using coordinates? *//Drawing* List *_polygons *= *[* *new *Polygon( "111"*,* *[* *new

Submitted June 20, 2018 at 10:19AM by Niyazi Toros
via Flutter Dev https://ift.tt/2M8oL9U
GGroup: Force Touch / 3D touch
Hello All - I'm considering using Flutter for my next app which has a very specific requirement on touch input. I'm looking for a framework with the ability to measure force touch (not just I/O) and the amount of skin. Based on these two links, I believe its not available on flutter apps for

Submitted June 20, 2018 at 02:49PM by Jason K
via Flutter Dev https://ift.tt/2K3Aiqn
GGroup: Navigation issue and other one is white blank is getting for 2/3 seconds then splash screen is coming.
Hi Forks, I have written following code.But I am not able to navigate to next screen. void main() { MapView.setApiKey(Constants.API_KEY); runApp(new SplashScreen()); } class SplashScreen extends StatefulWidget { @override _SplashScreenState createState() => _SplashScreenState();

Submitted June 20, 2018 at 03:21PM by Kethu Satya
via Flutter Dev https://ift.tt/2I6IcNG
Reddit: Announcing Flutter Release Preview 1
https://ift.tt/2K97srQ

Submitted June 20, 2018 at 05:01PM by JaapVermeulen
via reddit https://ift.tt/2I6LXmc
Announcing Flutter Release Preview 1 at GMTC in China! This signals a new phase of development for Flutter as we move into the final stages of stabilization for 1.0

Learn more here &rarr; https://t.co/RbfrqDM9xK pic.twitter.com/MMprEqnNaT— Flutter (@flutterio) June 20, 2018

June 20, 2018 at 05:00PM
via Twitter https://twitter.com/flutterio
It's always good to look at things from a new angle. Use the Transform widget to get a 3D perspective on your Flutter app. #WidgetWednesday

Learn how here &rarr; https://t.co/agMTEYIJA9 pic.twitter.com/uz3B6U5yUZ— Flutter (@flutterio) June 20, 2018

June 20, 2018 at 08:00PM
via Twitter https://twitter.com/flutterio
Reddit: ¿Flutter have flavors like Android?
Hello I want to program in flutter, but before I need to know if I can generate a lot of flavors like Java-Android.In Java-Android I generate 100 differents APKs with one click and same project

Submitted June 20, 2018 at 09:06PM by Basketball-ICO
via reddit https://ift.tt/2lnXnZU
Reddit: I need to show HTML doc in flutter - how can I achieve it?
I am getting some text, images and iframe from website via getElementsByTagName. I tried to use this tutorial https://proandroiddev.com/flutter-render-html-2a51f73f9db but for 1st method there is no possible to show iframe and for 2nd method iframe is just not shown :/ iframe has youtube video. Is there any other way to simply show html doc in flutter? Or should I just use regex to get what I need and then use some TextView?

Submitted June 20, 2018 at 09:33PM by czater
via reddit https://ift.tt/2lmhCao
GGroup: Continuous animation inside a CustomPainter
Hello, I have been playing around with the CustomPainter class, and was wondering if it is possible to trigger repaints continuously to create a smooth animation. For example, something like this: class Sky extends CustomPainter { num sunRadius; Sky( [this.sunRadius = 0.2] );

Submitted June 20, 2018 at 11:42PM by Andres Colubri
via Flutter Dev https://ift.tt/2llO7Wg