Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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 → 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
GGroup: How to select a part of Text and modify the background colour of that part in flutter?
< https://lh3.googleusercontent.com/-s2AW5cIfGWE/WytC5Ff80BI/AAAAAAAANqA/fMoDsK6L_086BLzHuJY_nWrdEKwtgBomQCLcBGAs/s1600/IMG_20180621_113559.jpg >

Submitted June 21, 2018 at 08:17AM by shashikant durge
via Flutter Dev https://ift.tt/2I961V8
GGroup: How to programmatically select BottomNavigatioBar Tab in Flutter ?
Is there any way to programmatically change bottom navigation bar tabs in the flutter. I have posted and elaborated question on StackOverflow need help on this ? https://ift.tt/2ytQrUF

Submitted June 21, 2018 at 08:48AM by Harsh Sharma
via Flutter Dev https://ift.tt/2tfpj6K
GGroup: Simple Dialog
Hello All, How to make the dialog as below? How to change the width of the dialog? Thanks. Sumeet Kasar.

Submitted June 21, 2018 at 08:51AM by sumeet kasar
via Flutter Dev https://ift.tt/2tngRl7
Reddit: Polygon Clipper | Flutter plugin to create views using regular polygon shapes (e.g. Pentagons and Hexagons).
https://ift.tt/2MJhYV5

Submitted June 21, 2018 at 09:06AM by Purple_Pizzazz
via reddit https://ift.tt/2ytnxnr
GGroup: Crash and Error on Google Firebase Push Notification and map_view?
Hi, Yesterday I implement a Google Firebase push notification and map_view and when I add new location to my app I get error and have crash on my app. Any help please? :( The CODE: *// **TODO: 4) _MyHomePageState Class* *class *_MyHomePageState *extends *State *{* *var

Submitted June 21, 2018 at 10:05AM by Niyazi Toros
via Flutter Dev https://ift.tt/2MMOhma
Reddit: How to create flutter plugin with native local android aar file? ;)
Hi, I'm trying to create a flutter plugin for android, and this plugin requires a local (not published) aar file.Which i want to bundle inside my flutter plugin.I already found that i can add dependencies to flutter_plugin/android/build.gradle file, but if i try to add a local aar file like this:
rootProject.allprojects { repositories { google() jcenter() flatDir { dirs "src/main/libs" } } } dependecies { implementation(name: "myaar", ext:"aar") } 
Gradle for some reason, looks for this aar in my example folder, and not in the android folder.

Submitted June 21, 2018 at 04:02PM by ferreus
via reddit https://ift.tt/2tt0eo0
GGroup: What happened to flutter/cassowary?
It's still up on Pub (https://ift.tt/1IoCvbf), but the repo got taken down, I found a random message on Gitter about transferring it, and I can't find any forks or references anywhere... -- Ryan (ライアン) Yoko Shimomura, ryo (supercell/EGOIST), Hiroyuki Sawano >> everyone

Submitted June 21, 2018 at 05:57PM by Ryan Gonzalez
via Flutter Dev https://ift.tt/2M7oBiX
Reddit: How to finish widget or activity in flutter?
like finish () function in android
I'm using flutter redux

Submitted June 21, 2018 at 06:17PM by sherifhasan
via reddit https://ift.tt/2M9eSc0
Reddit: What would your advise be for someone starting learn dart and flutter?
Hi, I've developed server side as well as client side and most recently I've developed in c# for asp.bet, and xamarin. I've also done a lot of front end work and feel pretty comfortable with angular. I've tried a bit of reactjs and react stove but I havebt been as comfortable using these frameworks.My biggest issue with developing is the UI, when I'm learning using guides and tutorials I put together what's required. However, usually the tutorials and guides are world's apart from how a real world application would like.I've been in subreddit for a little while and I've noticed that there are a lot of guides etc...focusing on the UI side of things. So I'd like to give flutter and dart a shot.I was wondering what would your advise be for someone looking to start in flutter and dart who has traditionally from languages such as c# and who is more comfortable with frameworks such as angular?Thanks

Submitted June 21, 2018 at 11:29PM by ifndefx
via reddit https://ift.tt/2yvI1vJ