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

Become the mythical designer-developer 🦄

Software engineers with a knack for design are in short supply. In this talk, @filiphracek explores the basics of good app design and how they translate to Flutter widgets.

Watch on demand 📺 → https://t.co/27cUDFzgD9 #FlutterEngage pic.twitter.com/dpVts1b96P— Flutter (@FlutterDev) March 7, 2021

March 07, 2021 at 06:00PM
http://twitter.com/FlutterDev/status/1368607425377533954
New post on /r/flutterdev subreddit:

Using Supabase with Flutter - Firebase Open Source alternative
Supabase is a relational database. Open-source alternative to Firebase.​This video covers basics of:Adding dart dependencyCreating tableAuthenticating userReading and Inserting dataLink to the video: https://youtu.be/fqfHEZvQPlY

March 07, 2021 at 07:01PM by adityathakurxd
https://ift.tt/3c7PQII
New post on /r/flutterdev subreddit:

Platform-specific Dart code
I want to create a Dart application. If it is deployed as a web application, I want to use the HTML library. If it is deployed as an Android or iOS app, I want to use the IO library instead. Basically I want to create platform specific Dart code instead of platform specific JavaScript/Java/Swift code. Is that possible?

March 07, 2021 at 06:35PM by patri9ck
https://ift.tt/3rwqmeM
New post on /r/flutterdev subreddit:

If possible, what is the best way of integrating Flutter/Dart and Rust for web apps?
Hello,From Flutter's documentation about integration with C, it looks like Dart-FFI is not available for web apps.Is it possible to use the same Flutter+Rust codebase for web, mobile and desktop?If so, I'll be glad if someone can point to some tutorial or guide with the current best practice on doing it.I'm intending to use Flutter/Dart for UI and Rust for logic.Best regards ant thank you in advance

March 07, 2021 at 08:02PM by GoodSamaritan333
https://ift.tt/3roWrow
New post on /r/flutterdev subreddit:

Can someone help me with a detailed tutorial on how to *setup* flutter on vscode, the tutorial on flutter's official site doesn't cover everything
I need assistance with setting up flutter for vscode

March 07, 2021 at 09:51PM by Random_Int_Guy
https://ift.tt/3kR0ZSi
New post on /r/flutterdev subreddit:

This Tuesday: Flutter web meet-up. Quiz Mariam and Tim from Google!
Hello lovely Redditors!This Tuesday, we’re doing an online meet-up about Flutter web. We’ll be joined by Tim Sneath and Mariam Hasnany from the Flutter team. Got a question about Flutter web? Comment on this post, and we’ll ask them as many as possible.On Flutter’s blog posts about Flutter 2 this week you may have noticed screenshots of “Mun Moi”.I’m the lead developer of it, and I’ll be talking about bringing the app from mobile to the web and the challenges we faced. I’m also very happy to answer questions you have about this project.Hope you can join us on Tuesday!Cheers
Tom

March 07, 2021 at 09:22PM by tomgilder
https://ift.tt/3cbmBEN
New post on /r/flutterdev subreddit:

js or flutter
Hello guysI need to learn the most practical programming language, with the less learning curve, since my goal is not to be hired, my goal is to be able to create good looking SPAI was looking to learn js, etc... but i see maybe flutter is a better option for someone like me, who needs income along with my learning path.If you were in my shoes, will you start with js or flutter?

March 07, 2021 at 09:19PM by Fraustro
https://ift.tt/38jbzfJ
New post on Flutter Dev Google group:

Layout for Multiple Devices
Hi, I am trying to create an app and am having trouble getting everything to fit on all screens, not just native to one device. I have tried Safe area, MediaQuery, still can't seem to get anything right. Is there any way that I should specifically attack this problem? Thanks.

March 07, 2021 at 10:30PM by Mark Valeriani
https://ift.tt/2MVI3Fr
New post on /r/flutterdev subreddit:

Recommend me a solid flutter starter boilerplate plz
Hi Devs,I am looking for a very good flutter starter that has the following thingsMust haveRiverpod, Provider or any state managementLogging( https://pub.dev/packages/logging) and logging appenders package set up via isolatesFreezed annotation or Json annotationUtility packages like meta, device info and package info, pathHive or dart based persistenceTranslations and locale setupA good architecture separating themes, colors, and fonts( google fonts)Nice to haveGoogle analytics using Navigation observersGraphql and/or Firebasehttpmockito and file pickerFastLane or CodeMagic integrationI liked a few, especially the firebase starterkit which is firebase heavy but would like to know more

March 07, 2021 at 11:01PM by p2harry
https://ift.tt/2O9Mg92
New tweet from FlutterDev:

🔵 Material Buttons 2.0

The Material Buttons have an update you might be wondering about! In this community talk, @TheHappyHaris from Learn Flutter Code talks about how to style the new Material Buttons, and use the theme behind it.

Watch 👉 https://t.co/cCJG2BHMcl pic.twitter.com/CYdqAsY9uk— Flutter (@FlutterDev) March 7, 2021

March 08, 2021 at 12:00AM
http://twitter.com/FlutterDev/status/1368698001259134980
New post on Flutter Dev Google group:

How to implement SEO for a flutter web app
Hello, i just listened the release of flutter 2, but i heard its not the best option to use for indexing in google. This is incredible, since i believe this should be easily achieved by GOOGLE developers!!!

March 08, 2021 at 01:43AM by solis roberto
https://ift.tt/3bpeXaP
New post on Flutter Dev Google group:

Google charts for flutter backing
Hopefully I am not just wasting peoples time but thought that an attempt to bring some attention to this, might be useful? "https://ift.tt/30zCaB7" "While I am personally passionate about data visualizations on many platforms," "I hope to get the

March 08, 2021 at 02:52AM by Kevin Chadwick
https://ift.tt/2Oce4JN
New tweet from FlutterDev:

🐞 Start debugging with Flutter DevTools.

The DevTools are a suite of tools that help with debugging and analyzing various aspects of Flutter and Dart apps. In this talk, watch @mhadaily to see how you can get the most out of the DevTools.

Watch 📺 → https://t.co/8YHjBmqWtP pic.twitter.com/TBOmAPovPd— Flutter (@FlutterDev) March 8, 2021

March 08, 2021 at 03:00AM
http://twitter.com/FlutterDev/status/1368743276455596036
New post on Flutter Dev Google group:

Using Scaffold as Body?
I am building an app and am coming across a decent amount of sizing errors with my layout. Some pixel overflows, and rendering performSize() errors etc... I was wondering if I do not have an appbar should I still be using scaffold as my main body? I mean I do have a floating action button but I

March 08, 2021 at 03:19AM by Mark Valeriani
https://ift.tt/3v17RkB
New post on /r/flutterdev subreddit:

How to validate Unique username to all users in social media app?
I am creating a Memer social media app. So in this everything is ready but I am confused in providing Unique display name for all users. User name are given by users. But how to validate that it is really present or not? All data are stored in firebase cloud firestore. So can anybody can help me?
Username is stored is like this: collection "users" -> document "userId" ->field "username"

March 08, 2021 at 04:32AM by harshpatel365
https://ift.tt/2O1yIMV
New post on /r/flutterdev subreddit:

Adding multiple themes to our Flutter Application, the easy way using Providers
https://ift.tt/2O3CTI8

March 08, 2021 at 05:29AM by cheerfulboy
https://ift.tt/3kRKyoO
New post on /r/flutterdev subreddit:

Mono repositories with Android Studio and FVM.
Do you want to set up a mono repository with Flutter, Android Studio, and FVM? Do you want to automate that with a dart program?You can read all about it in my blog post.
Mono-repo with Flutter & Android Studio

March 08, 2021 at 08:57AM by jsroest
https://ift.tt/3emsmCm