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

Webview Flutter : Is it possible to apply a transparent background
Hi, I'm trying to display a webview in my widget tree but I would like the background color to be transparent instead of white. I tried using webView.setBackgroundColor(0x00000000) direcly inside FlutterWebView.java without success. I'm using : https://ift.tt/2SfExCy

March 01, 2019 at 06:19PM by Marc-André Lanteigne
https://ift.tt/2VtXUJN
New post on Flutter Dev Google group:

slack group
What was the slack group for flutter ? 2. after today update more conflict between Center and Placeholder Widgets ?

March 01, 2019 at 06:37PM by Bambang Soetanto
https://ift.tt/2tKMkOA
New tweet from flutterio:

Power Predictor, the fantasy 🏏🏀 game score prediction app from @Dream11 was created by three developers in two days with Flutter to enhance the user sports experience!

Watch here to learn more → https://t.co/I6le9tNciU pic.twitter.com/kOReKSsITM— Flutter (@flutterio) March 1, 2019

March 01, 2019 at 09:08PM
http://twitter.com/flutterio/status/1101574968972886017
New tweet from flutterio:

See how @Dream11, with over 50M+ users, built and shipped their Power Predictor 🏏🏀 app using #Flutter with just three developers!

Watch here → https://t.co/xIkq7E3nZ6 pic.twitter.com/Tt1MlH90n0— Flutter (@flutterio) March 1, 2019

March 01, 2019 at 10:44PM
http://twitter.com/flutterio/status/1101599017392357376
New post on Flutter Dev Google group:

Bloc data isn't persistent
Hi guys, I'm new with flutter and i'm trying to develop something with an api that a friend have developed for me. I don't know why but every time that i change the screen on my flutter app, bloc rebuild itself. Can you help me please? this is my repo with the code: https://ift.tt/2EJO01r

March 02, 2019 at 01:31PM by gabriele de trane
https://ift.tt/2VzIELJ
New post on Flutter Dev Google group:

How to implement onTap function for Grids in Gridview in flutter
I want to achieve navigations from Gridview page to different Grid Pages. I don't understand how to do that. How to use index to trigger ontap function. Please Somebody make me understand. the code as follows, import 'package:flutter/material.dart'; import 'package:funda_faisal/constants/constant

March 02, 2019 at 02:13PM by Utsabdeep Ray
https://ift.tt/2Er72bg
New post on Flutter Dev Google group:

plugin error after AndroidX migration
Initializing gradle... Resolving dependencies... Running Gradle task 'assembleDebug'... registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) registerResGeneratingTask is

March 02, 2019 at 02:43PM by Nidhin Mahesh
https://ift.tt/2Erda3g
New post on /r/flutterdev subreddit:

how do i create a Iphone device to run flutter app in Android studio
, am following the "The Boring Flutter". i saw the developers running it in first episode but couldnt find out how.​

March 02, 2019 at 12:49PM by sujayssa13
https://ift.tt/2Vz0jTQ
New post on Flutter Dev Google group:

How to focus the screen in a specific point?
Hi everyone, I am using CustomPaint widget to draw a polygon but the points are out of the screen. I would like to know how i can focus the screen in one of the polygon's points

March 02, 2019 at 03:52PM by Santiago Taco
https://ift.tt/2BYkaEs
New post on Flutter Dev Google group:

Flutter Create developers contest and exclusion in Brazil
Hello there, This note is related to the Flutter contest [1] but not related to development. I am posting here because this was the only channel for contact that I could see in the contest page. I appreciate if you can put me in contact with the right group or google manager responsible for the

March 02, 2019 at 05:26PM by Marcio Galli
https://ift.tt/2NH4OJi
New post on /r/flutterdev subreddit:

Managing state with rxdart
Disclaimer: I am a beginner, deceloping my first app.I read about using Bloc pattern abd providers and implemented that in my solution, what I am not sure about is where can I save the state.So user opens the app, bloc is created and stream is kicked off with the seeded value. User adds some filters I send them to bloc the data is presented. Now user switches to another tab, comes back now build method is run again as the stream has nothing new it keep on loading. Question is how to store the state about the filters so that when user comes back I can just add the filter to the sink again. Planning to manage the caching in the bloc e.g. if same filter wouldn't want to make a http call again

March 02, 2019 at 05:23PM by ahasnaini
https://ift.tt/2EGKZii
New post on /r/flutterdev subreddit:

Career in IT after flutter
I’ve never done any coding and am not in the IT industry. But recently I began learning to use flutter/dart to create an app I need for my business.Once I learn how to create apps using this platform is there anything else specifically that I can learn and pair with this knowledge to have an opportunity at an IT job down the road?I’m not saying that after learning flutter and making one app that I would be qualified but I assume after learning it and other possible programs and after becoming proficient in coding i could possibly be qualified at certain jobs.Currently, I own a small business and am not looking to switch careers but I figured if I become good at this would I have a shot?

March 02, 2019 at 07:10PM by freshbalk2
https://ift.tt/2ToSiTT
New post on /r/flutterdev subreddit:

flutter firebase Analytics issue
hi, i added firebase Analytics to my app, in firebase console i dont see data in dashborad .​firebase Crashlytics works fine i am able to see data, but Analytics and performance i dont see it even i implemented it correctly.

March 02, 2019 at 07:40PM by Kotaibaw
https://ift.tt/2EJywdL
New post on /r/flutterdev subreddit:

Understanding Flutters Future and async/await
A bit of an amateur QuestionI'm currently using an asynchronous method to read from a JSON document, and this is being done in a none asynchronous function (it's a limitation)Problem is, I want synchronous behaviour, for the function to wait until the asynchronous method has read and passed the data before returning.Searching online, this doesn't seem to be possible in flutter, the only option I've found is a widget called FutureBuilder (and sadly, I can't use widgets in this scope of the project), it's starting to seem like my only option is to find a different way to read my JSON data, one that's synchronous but before I head down this path, I wanted to be sureIs it really not possible to make a Future behave synchronously? To use an asynchronous function in a synchronous manner?Also, if this isn't the right place to post these kind of questions, let me know! 😅

March 03, 2019 at 08:03AM by ChaseMayne
https://ift.tt/2C2OpKn