Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Released v1️⃣.3️⃣.2️⃣ Of `intent` - your one stop solution for handling android intent from flutter application [ Added support for explicit package setting for handling intent ]
https://ift.tt/2WTdVeP

May 12, 2020 at 09:57PM by meanjan
https://ift.tt/2Z4c8pI
New post on /r/flutterdev subreddit:

I know this sub is head over heels about Flutter, but it's tooling is very bad
Constant cache invalidation and manual restarts, let it be pub, editor or hot reload issues are driving me insane. Plus points for totally random assertion errors.Kotlin, Java (maven), Typescript (npm), C# and even PHP (composer) have better tooling than this.You just cannot be productive in an unreliable environment.And yes, I know there is no better tooling for multiplatform mobile but still. This is a lightyear away from server side or web dev coding.

May 12, 2020 at 11:38PM by NotSoIncredibleA
https://ift.tt/2LAmrKB
New post on /r/flutterdev subreddit:

Help with Bloc Form
I have created an app similar to [flutterfirebaselogintutorial](https://bloclibrary.dev/#/flutterfirebaselogintutorial) But Inside This Scaffold, I want to add additional features that are not related to loginForm. But whenever I change the code I am getting the error. Even when I try adding a Column above that Container. What should I do? Please help me.RenderBox was not laid out: RenderFlex#38b8f relayoutBoundary=up1 NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE``` class LoginScreen extends StatefulWidget { // Change to Stateless if necessary final UserRepository _userRepository;LoginScreen({Key key, @required UserRepository userRepository}) : assert(userRepository != null), _userRepository = userRepository, super(key: key);@override _LoginScreenState createState() => _LoginScreenState(_userRepository); }class _LoginScreenState extends State<LoginScreen> { _LoginScreenState(this._userRepository); final UserRepository _userRepository;@override Widget build(BuildContext context) { return Scaffold( appBar: AppBar(title: Text('LOGIN')), body: BlocProvider<LoginBloc>( create: (context) => LoginBloc(userRepository: _userRepository), child: Column( children: <Widget>[ Container( padding: EdgeInsets.symmetric(horizontal: 10.0, vertical: 10.0), color: Colors.deepPurpleAccent, child: LoginForm(userRepository: _userRepository), ), ], ), ), ); } } ```

May 13, 2020 at 01:28AM by rishabhdeepsingh98
https://ift.tt/3btELPK
New post on Flutter Dev Google group:

Grpc For Flutter Not Generating Service File
I am unable to access the service file when I run protoc on my proto file. Four files are generated but I cannot access my server without the service. Thanks for any help!

May 13, 2020 at 02:08AM by Bobby Garza
https://ift.tt/3fIBpvJ
New post on /r/flutterdev subreddit:

Ads on flutter web
Need help in Integrating ads on flutter website

May 13, 2020 at 02:40AM by khurramali63
https://ift.tt/2xXGxuR
New post on /r/flutterdev subreddit:

A new Riddle App, written completely in Flutter - Riddle Robot Eyezak!
https://ift.tt/2Lnz0sr

May 13, 2020 at 02:24AM by loushou
https://ift.tt/2ySddGv
New post on /r/flutterdev subreddit:

SocialGist
https://ift.tt/2LmukTs

May 13, 2020 at 04:06AM by lucashilles
https://ift.tt/2WO4WeY
New post on Flutter Dev Google group:

Heatmap of google maps in flutter
Hi, I'm trying to add a Heatmap to GoogleMaps in a flutter application, I can't find any reference to do this with proper documentation. Please help me.

May 13, 2020 at 07:23AM by Debasis Koley
https://ift.tt/3cqU0KQ
New post on /r/flutterdev subreddit:

Call via flutter
hello i m new in flutter i m developing an application in flutter in which there is button after click on the button it will call directly to the number without pressing green button how i can achive this functionality .please Help.

May 13, 2020 at 10:20AM by impriyaji
https://ift.tt/3fJty10
New post on /r/flutterdev subreddit:

Make 3D model from images
Howdy Redditers,Was wondering if anyone has seen something where we can create a 3D model of say a couch by either taking a couple photos or "scanning" the couch?Preferably a library that is currently in Flutter (dont want to reinvent the wheel)

May 13, 2020 at 12:02PM by stillie
https://ift.tt/2AjB3vb
New post on /r/flutterdev subreddit:

When flutter web will be production ready?
I need to create a dashboard project (charts, datatables, forms) for a client.This project needs to run on web and native, it's not much complex but have many many modules.My original plan is create a VueJS web client an a Flutter native APP.Unfortunately the code cannot be shared between apps :(As i already work with flutter i thought make it all in flutter (that would save me a lot of time).I know that flutter web is not production ready and this project has to be finished only at theend of the year.Is there any information when flutter web will be production ready to evaluate this solution?

May 13, 2020 at 12:28PM by acamenhas
https://ift.tt/3cFvTIx
New post on Flutter Dev Google group:

Can someone give me resources to learn from Bloc pattern in flutter projects and clean code?
I have been searching someone who makes real projects tutorial in ***flutter*** using ***Bloc pattern*** and *clean code on youtube* and I didn't get one , can someone give me some Tutorials on Youtube?

May 13, 2020 at 01:35PM by Abdullahi Abdi
https://ift.tt/2Wug5CB
New post on /r/flutterdev subreddit:

How can I learn backend development for flutter mobile app from scratch ?
Thank you for your reading.I have learned flutter for months, creating some UIs to practice. However, I found that if I want to get a job or intern about flutter, I have to learn the backend development for flutter app.I have searched a lot, many people said that python, javascript or php are good languages to develop backend. However, I joined an interview last weekend, and the interviewer encourages me to learn backend development with golang and MySQL. (Of course, I didn't get the internship...)But there is little backend development tutorials with golang, and I have no idea what to learn or where to start to become a "independent flutter app developer" who can creates a complete app on his/her own.Hoping that someone can give me some advice to learn backend for mobile app.Thanks for your reading !!!

May 13, 2020 at 01:26PM by JohnnyJoePLG
https://ift.tt/2Z5ZEhk
New post on Flutter Dev Google group:

live data in flutter
how can i get live data in flutter i am developing stock exchange app where values change continuously? i sm using laravel echo but it create issue in ios. now i am stuck if any one know that how can i get live data from host then share with me.

May 13, 2020 at 01:50PM by john786
https://ift.tt/2Zb7GG7
New post on /r/flutterdev subreddit:

Can I learn Flutter with online IDE FlutLab?
I decided to learn Flutter and started with the App Brewery's Complete Flutter Development Bootcamp course. This is a great course for beginners. I really want to try Flutter but my computer can't handle Android Studio. Have you heard of such a problem?But I found a way out. I will use online IDE for Flutter - FlutLab.io. I saw a video where FlutLab works on the old Chromebook.https://www.youtube.com/watch?v=dQ0ATecs7FoIt's a good tool that gives me the opportunity to learn and see right away what I've done on an embedded emulator.Here you can use the code templates and download the project as a zip file.https://www.youtube.com/watch?v=Jyt8KmXDo6oAnybody tried FlutLab?

May 13, 2020 at 01:46PM by Elegium
https://ift.tt/3bw5ivQ
New post on Flutter Dev Google group:

Not able to use boolean in if condition
Hi, I am completely new to flutter I am having a simple doubt that is how to set bool to true in if condition. Eg. final bool m_isOpen; int playerHealth; if(playerHealth == 0) { m_isOpen = true; } else { m_isOpen = false; } I used above code but getting some error.I also tried m_isOpen: true,

May 13, 2020 at 02:47PM by Vick123
https://ift.tt/3dHtE7m
New post on Flutter Dev Google group:

How to get height of notches/Statusbar with out using SafeArea to set height as top padding to my app?
import 'package:flutter/material.dart'; void main() => runApp(MaterialApp(home: MyApp())); class MyApp extends StatefulWidget { @override _MyAppState createState() => _MyAppState(); } class _MyAppState extends State