Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New tweet from FlutterDev:

🔌🌐How To Write a Flutter Web Plugin: Part 2

Learn how to refactor your plugin to use modern, best practices. Plan to add web support to one of the plugins owned by the Flutter team?

Learn more here ↓ https://t.co/XZNbihTvYD— Flutter (@FlutterDev) May 12, 2020

May 12, 2020 at 06:03PM
http://twitter.com/FlutterDev/status/1260239158750011393
New post on /r/flutterdev subreddit:

From Flutter to React
I love Flutter and Dart, but I need to make web pages and it has to be production ready. Flutter is much simpler, but I need a production ready product.My problems with React is the need for CSS and understanding all the HTML elements and their proprieties. I never worked so much with web or React, so I get easily confused...Anyways, I want to know how the best way to 'transfer' my knowledge to React. The biggest point in Flutter for me is that I can create layouts extremely fast. With this in mind, I have this questions if you can answer me:In Flutter I create widgets with its own style, then I reuse it. In react I know we also have components, but should I use a separate CSS file instead of inline styles? It seems so much simpler to make all inline and use constants. Is Styled Components created to help with this?Everything else is kind of the same correct? State management, importing libraries, etc.Any more comments are greatly appreciated!

May 12, 2020 at 06:40PM by ForeverInYou
https://ift.tt/2WRAz7c
New post on /r/flutterdev subreddit:

running flutter in emulator (VCcode)
i use vs code (imac IOS) to write my code but once i debug and run the code the emulator take tooooo long to launch and fail to run the code, everytimedoes anyone have a way to solve this? i’m trying to learn but i’m starting to quite cuz of this.. thanks!

May 12, 2020 at 09:10PM by jwxhr
https://ift.tt/2YXIGSg
New post on /r/flutterdev subreddit:

Flutter and React
Hey Devs Can I work on an app using Flutter for the front end and reactJs for the back end development...

May 12, 2020 at 09:58PM by Pariola_droid
https://ift.tt/3bmj4kB
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