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

QR Code Generator Windows App in Flutter Desktop (Technical Preview)
QR Code Generator, make your first Flutter Desktop app@theshivamlko #flutter #dart #navokihttps://www.youtube.com/watch?v=LNsEn6MM34A&list=PLwS2uiMqlbX01GREY8HhqmwjAgkTNRtKe&index=2

May 02, 2020 at 01:12PM by theshivamlko
https://ift.tt/2SsMY04
New post on /r/flutterdev subreddit:

Setup Flutter Desktop on Windows, Linux, macOS using VSCode and Build
I have made a tutorial to set up and build the first Flutter Desktop App.@theshivamlko #flutter #dart #navokihttps://www.youtube.com/watch?v=ixj0MMusDM8&list=PLwS2uiMqlbX01GREY8HhqmwjAgkTNRtKe

May 02, 2020 at 01:09PM by theshivamlko
https://ift.tt/3bS3qyB
New post on /r/flutterdev subreddit:

Flutter Without Flutter - a tutorial how to draw to the screen without using widgets
https://ift.tt/2VZW0nD

May 02, 2020 at 12:50PM by eibaan
https://ift.tt/3bYVwDz
New post on Flutter Dev Google group:

Google Sign In with Flutter
Does anyone know a good guide how to embed Google Sign in Flutter? I have already tried this guide, but it only caused problems: https://ift.tt/2JIlGNY

May 02, 2020 at 01:59PM by Jonas Riesen
https://ift.tt/3fbsaUp
New post on Flutter Dev Google group:

why constraint PopupMenu's min width?
Hi, everyone, recently i work on creating a popup menu, but seems the default popup menu created by showMenu() function is too wide, it is not what i want. by tracking the source code, I find the following in popup_menu.dart: const double _kMenuMaxWidth = 5.0 * _kMenuWidthStep; const double

May 02, 2020 at 03:36PM by carmen che
https://ift.tt/35mulAe
New post on Flutter Dev Google group:

StreamBuilder index
Hi, I'm wondering if anyone would be able to explain the following to me. I have two pages. Page One has a Navigator push to page two. Once the user is done selecting a couple fields on page two, there's a navigator pop which takes them back to page one. On page one, I have a stream builder.

May 02, 2020 at 04:40PM by Ouardia Yahiaoui
https://ift.tt/2z6dC8k
New post on /r/flutterdev subreddit:

User Management
What is the best way to do real time user management with the provider package and streams. For example: I have a sign/register in with google and if the user signs in for the first time he has to add some additional data about himself. Later on i want to get this data.

May 02, 2020 at 04:50PM by floh2708
https://ift.tt/2zRAWHc
New post on /r/flutterdev subreddit:

How does everyone feel about their adventures in learning Flutter vs. learning React Native?
Now, I know I can google the difference of React Native vs Flutter but I want to know how do you all feel about the learning ADVENTURE you found in the two. What do you wish one had that the other one had? What were your personal pitfalls or roadblocks you found? Which one do you choose as your favorite? Etc..

May 02, 2020 at 09:36PM by hughpaud2020
https://ift.tt/3bYBWaE
New post on Flutter Dev Google group:

Flutter 1.17.0-3.4.pre released to beta!
Hi, Flutter 1.17.0-3.4.pre has been released to the beta channel today. This is our 4th beta release from the 1.17 release branch. Flutter 1.17.0-3.4.pre - 5/2/2020 Framework CP PR: https://ift.tt/3aWgqlt Cherrypicks: - flutter/engine: -

May 02, 2020 at 11:19PM by Patrick Sosinski
https://ift.tt/35oqbYo
New post on Flutter Dev Google group:

How to assign passing value to local variable?
Hi Developers, Please help me, i want to assign passing data to a local variable to secondpage. String spkey = ${widget.todotitle}; class EditPage extends StatefulWidget { final todotitle; EditPage({this.todotitle}); @override _EditPageState createState() => _EditPageState(); } class

May 02, 2020 at 11:38PM by Gulam Fahad Ahmed
https://ift.tt/35ov3g8
New post on /r/flutterdev subreddit:

Flutter Storyboard Viewer
https://ift.tt/2VWT9vz

May 03, 2020 at 12:53AM by SoundDr
https://ift.tt/2SufjmS
New post on /r/flutterdev subreddit:

When are we getting a proper multiThreading in flutter, plugins in isolate, etc ??
I have lost countless days in trying to micro-optimize my loading and UI/UX timeline in order to get to a good performance state, while all of it can be easily addressed if we had a proper multiThreading support for flutter. When is it coming? is it coming at all ?

May 03, 2020 at 12:10AM by RARBK
https://ift.tt/2VY18Zc
New post on /r/flutterdev subreddit:

Easiest way to responsive IU on portrait only mobile?
Anybody have resources or tips on simple ways to to create a responsive flutter app that will only be on mobile and only portrait mode?I see a bunch of great guides that go real in depth and cover mobile , tablet, and web + landscape. But, I'm looking for something easy that will cover just portrait mobile (and maybe tablet depending on how much more work that requires).

May 02, 2020 at 11:54PM by ucvb_ucvb
https://ift.tt/2SwiXfP
New post on /r/flutterdev subreddit:

Flutter web integration with Firebase
How complicated is it to integrate Firebase with Flutter Web?Is it stable enough (I'm not talking about delivering it to a client, i just want to know if I'll be able to use the website without MANY limitations)What are some good tutorials to create a website using flutter and integrate Firebase?
OK, now I'll explain better: what I'd need is a basic terminal for managing some data coming from Firebase Firestore. It should be very basic, however I know nothing about HTML, CSS or JavaScript, and since I have a deadline I think it could be a good idea to use Flutter Web.
Thanks

May 03, 2020 at 01:45AM by _hadhodrim
https://ift.tt/3faK75z