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

๐ŸŽ‰ Get your questions ready! ๐Ÿ‘‰ https://t.co/17op3HODq2

The Cloud, Dart, and full-stack Flutter AMA is on now! Don't miss this Ask Me Anything session at #GoogleIO for a roundtable discussion and Q&A with Dart, @googlecloud, and @FlutterDev together. pic.twitter.com/6CxGu3P19Jโ€” Dart Language (@dart_lang) May 19, 2021

May 19, 2021 at 09:09PM
http://twitter.com/FlutterDev/status/1395094210882150400
New tweet from FlutterDev:

On now: ๐Ÿ“บ This #GoogleIO Workshop will teach you how to build rich scrolling experiences in Flutter.

Join us as we explore slivers and how they're different from other widgets in the framework โ†’ https://t.co/SWdnKwGT0v pic.twitter.com/XafIhFah8Gโ€” Flutter (@FlutterDev) May 19, 2021

May 19, 2021 at 09:31PM
http://twitter.com/FlutterDev/status/1395099705072242696
New post on /r/flutterdev subreddit:

What's new in Flutter 2.2
https://ift.tt/3u2JTUu

May 19, 2021 at 09:23PM by john_sheehan
https://ift.tt/2QvV0r8
New post on /r/flutterdev subreddit:

Flutter Labs
Hey Flutter Devs.Join us at Google I/O and learn from the magnificent seven. Getting started with Flutter Development is easier than you thought.Game Link: http://goo.gle/google-ioAccess Code: google-io

May 19, 2021 at 10:15PM by rich_leodis
https://ift.tt/3v5q5Rz
New tweet from FlutterDev:

๐Ÿ’™๐Ÿงกโ€” Flutter (@FlutterDev) May 19, 2021

May 19, 2021 at 10:46PM
http://twitter.com/FlutterDev/status/1395118664647467009
New tweet from FlutterDev:

๐Ÿ“ธ The #IOPhotoBooth in Adventure ๐Ÿ’™

Check out Flutter dome in Adventure and take a selfie with your favorite mascots! Decorate, app props, and download or share online with your community ๐ŸŽ‰

Start your adventure ๐Ÿ‘‰ https://t.co/7hTj4OhPDy pic.twitter.com/KNbOU3u65pโ€” Flutter (@FlutterDev) May 19, 2021

May 19, 2021 at 11:03PM
http://twitter.com/FlutterDev/status/1395123028267130880
New tweet from FlutterDev:

๐Ÿงก Get to know Firebase for Flutter ๐Ÿ’™

This Workshop at #GoogleIO will teach you the basics of @Firebase by creating Flutter apps for Android and iOS that use Firebase Authentication and Firestore.

View now ๐Ÿ‘‰ https://t.co/F6bGM4V3rf pic.twitter.com/OYIRe3v15Tโ€” Flutter (@FlutterDev) May 19, 2021

May 19, 2021 at 11:31PM
http://twitter.com/FlutterDev/status/1395129893919203328
New post on /r/flutterdev subreddit:

Whenever you upgrade Flutter and/or Dart, you must fix the pub globals
Upgrading Dart and/or Flutter breaks anything installed with dart pub global activate or flutter pub global activate.To fix them, you will need to run the following `/bin/sh` command:
 for prod in dart flutter; do echo $prod $prod pub global list | while read n v; do echo $n $prod pub global activate $n done done 
The reason for this is that both the Dart and Flutter teams seem to be dragging their feet on fixing the two issues I've reported around this:https://github.com/dart-lang/pub/issues/2981https://github.com/flutter/flutter/issues/79131If for some reason, your global-activate items still appear to work, be aware that you're using a legacy pub command (old code), and compiling the sources each time you invoke the command.And pub should no longer be in your path... remove the legacy directory from PATH as well. Everything that was once pub Whatever is now dart pub Newthing or flutter pub Newthing.And please thumb-up these two issues so we won't have to do this again on the next upgrade.

May 20, 2021 at 12:11AM by RandalSchwartz
https://ift.tt/3hEZ97y
New tweet from FlutterDev:

๐ŸŽ‰ Your #GoogleIO Adventure is waiting!
โ˜๏ธ Are you in?

A whole new virtual world, discover demos, codelabs, videos and more in Adventure! Meet friends from the community, including Flutter team members.

Chat with other devs โ†’ https://t.co/7hTj4OhPDy pic.twitter.com/rcZmICVTSfโ€” Flutter (@FlutterDev) May 19, 2021

May 20, 2021 at 01:03AM
http://twitter.com/FlutterDev/status/1395153164270112769
New tweet from FlutterDev:

โšก Ready for more #GoogleIO content? โšก

Customize your Flutter schedule for live Workshops, AMAs, codelabs, meetups and more!

Join us for Day 3 ๐Ÿ‘‰ https://t.co/mEErFjBlmI pic.twitter.com/D63GfI3224โ€” Flutter (@FlutterDev) May 20, 2021

May 20, 2021 at 02:59AM
http://twitter.com/FlutterDev/status/1395182447751487496
New tweet from FlutterDev:

๐ŸŒŸ See what's new in Flutter since the 2.0 release, with updates on:

๐Ÿ’™ @dart_lang
๐Ÿ’™ Flutter
๐Ÿ’™ Tooling
๐Ÿ’™ Ecosystem

...and more!

๐Ÿ“บโœจ โ†’ https://t.co/q0sn4Fw3Qu pic.twitter.com/z1hBEP4jjFโ€” Flutter (@FlutterDev) May 20, 2021

May 20, 2021 at 08:30AM
http://twitter.com/FlutterDev/status/1395265560544530435
New tweet from FlutterDev:

๐ŸŽฎ Grab a seat at the Flutter in production with @GoogleStadia and @GooglePay AMA

Get answers about how @dart_lang and Flutter can work in production from the engineers of two of Flutter's biggest apps ๐Ÿ‘‰ https://t.co/LFYc9EmqG1 pic.twitter.com/2H9xgrTSSmโ€” Flutter (@FlutterDev) May 20, 2021

May 20, 2021 at 09:00AM
http://twitter.com/FlutterDev/status/1395273084916146178
New post on Flutter Dev Google group:

fultter - android - room - meinThread issue
hi... i have some issues currently with flutter + android.. maybe some of you can help me out.. :) i have a flutter frontend created and there is a android/kotlin backend. i call the backend functions with/through MethodChannel which is working fine... all the calls are async, all the views

May 20, 2021 at 09:23AM by Peter Ferenczy
https://ift.tt/3f1mfDj