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

Question on indentation
AuthResult result = await _auth.createUserWithEmailAndPassword(email: email, password: password); 
why does auto formatting in Visual Studio Code leads to
AuthResult result = await _auth.createUserWithEmailAndPassword( email: email, password: password); 
i am not using any extension like prettier or beautify.is there any way to prevent code (the one in the brackets) from being pushed to next line when using shift + alt + F?

April 24, 2020 at 10:12AM by helpmeindent
https://ift.tt/2VPGLw2
New post on /r/flutterdev subreddit:

Collaboration on an open source Reddit app
Hello! I'm currently working on Rabbit, a Reddit app clone, with the intent to create a completely free and open source alternative to the current one (in Flutter!). So far it has some basic functionality, but is still very much a work in progress. But I feel like this app could be a developed as a community effort. So all kinds of help, feedback or collaboration would be really appreciated. This is my first attempt at doing anything open source, so I expect there to be plenty to learn. And yes, I know there are other projects with similar goals. But this one aims to eventually do most things the official app does.

April 24, 2020 at 11:39AM by alfonsinbox
https://ift.tt/2S2TjPG
New post on Flutter Dev Google group:

Flutter desktop windows run keeps failing
I had no problem developing my Flutter program for Windows until a few days ago when it stopped running and now I can't even get example or test programs to run. Please see detailed question on Stackoverflow: https://ift.tt/2S3TRVA

April 24, 2020 at 12:10PM by michael.s.humphreys
https://ift.tt/2Kuy6tR
New post on Flutter Dev Google group:

web-app tutorial missing line
Hi, I am completely new to flutter and relatively new to web design, so it's possible I am missing something. However, Doing the tutorial until the end of step 1 at https://ift.tt/3eyDNEK I found this error when pressing the button: ════════ Exception caught by

April 24, 2020 at 12:16PM by Francesco Gurrieri
https://ift.tt/3bG20Y4
New post on Flutter Dev Google group:

Re: Flutter desktop windows run keeps failing
Did you remove the question? On Fri, Apr 24, 2020 at 06:10 michael.s.humphreys < michael....@gmail.com> wrote: > I had no problem developing my Flutter program for Windows until a few > days ago when it stopped running and now I can't even get example or test > programs to run. > > Please

April 24, 2020 at 01:50PM by Suzuki Tomohiro
https://ift.tt/3cKm8Io
New post on Flutter Dev Google group:

Connect PostgeSQL hosted on Google cloud to flutter app
I've been looking all over the web for the solution and didn't find any..Can anyone please give some step by step instructions for it please? How should I set it up, do authentication and connect it to my flutter app? The whole web is filled with flutter with firebase but none of them for SQL

April 24, 2020 at 02:56PM by Peter Chovan
https://ift.tt/3bMbUaF
New post on /r/flutterdev subreddit:

Flutter app dev on GCP Windows server
Hi how can i Dev Flutter apps on my GCP Windows server. How can i use the AVD.

April 24, 2020 at 03:05PM by FaanNewbDev
https://ift.tt/35d1RsJ
New post on /r/flutterdev subreddit:

Struggling with in app purchases
Has anyone been through the frustration of getting this mechanism functional? I got a product page up and purchases work on Android, but the purchasestream listener doesn't get called on iOS and I have no idea how to troubleshoot that. Been pouring though the plug in example for days as well as tutorial videos. All seems right in my code and it's strange the exact same code works on one platform but not the other.

April 24, 2020 at 03:23PM by CodyLeet
https://ift.tt/3azuFfN
New post on /r/flutterdev subreddit:

How to develop for Flutter Web (beta) alongside the Flutter Android and iOS apps (already built on latest stable)?
I have a Flutter Android and iOS app on 1.12.13 (Latest Flutter Stable) and I intend to keep them on stable as they are live in production. I also intend to use same codebase to develop Flutter Wb app with slightly similar functionality, but since Flutter web can only be activated I beta channel, I'm unable to do so. I'm afraid that moving the whole project to beta might result in more instability of the core Flutter SDK in production. Is there a workaround for this?

April 24, 2020 at 04:26PM by mayurdhurpate
https://ift.tt/2Kx5W1m
New post on /r/flutterdev subreddit:

Creating a menubar app for macOS
Hello,I am new to flutter. I am looking to build a menubar app for Mac -- an app whose icon sits in the menubar and clicking on it opens up a floating window.I have seen a few examples of desktop apps built with Flutter, but none was a menubar app - they were all traditional ones whose icon sits in the dock.With recent developments in flutter, does anyone know if it is possible?Thanks,

April 24, 2020 at 05:24PM by AppleSplit
https://ift.tt/2xVxjzi
New tweet from FlutterDev:

"Happy #FlutterFriday!

Did you know you can use "flutter create" to generate other sample apps?

Look for ""Sample in an App"" in the API docs, and you can autogenerate that sample yourself! 👏" pic.twitter.com/MoGfrh7IXQ— Flutter (@FlutterDev) April 24, 2020

April 24, 2020 at 07:33PM
http://twitter.com/FlutterDev/status/1253738843905261569
New tweet from FlutterDev:

Happy #FlutterFriday!

Did you know you can use "flutter create" to generate other sample apps?

Look for "Sample in an App" in the API docs, and you can autogenerate that sample yourself! 👏 pic.twitter.com/WXuB54sic8— Flutter (@FlutterDev) April 24, 2020

April 24, 2020 at 07:50PM
http://twitter.com/FlutterDev/status/1253743182254231552
New post on Flutter Dev Google group:

Flutter filter list based on email of current user
I am trying a filter a list of documents from a collection , one of a field in collection is Taskassignedto this field if equal to current user email . i am trying to get data by using following code return await Firestore.instance.collection('Task').getDocuments(); i need to filter the

April 24, 2020 at 09:27PM by Raviteja Reddy
https://ift.tt/2YeLAC7
New post on /r/flutterdev subreddit:

I need some guidance
Hey there! I'm new in the world of programming. I've learned c++ and I'm comfortable with ds and algorithms but I don't have any development experience. Shall I learn web development first or it's good to go with Flutter?Ps - My end goal is to start freelancing & hopefully a startup

April 24, 2020 at 09:45PM by arjunbharti
https://ift.tt/2VVws9N