Flutter Heroes
25.8K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

Finally, true Windows desktop widgets
This → https://github.com/tvolkert/chicago is something (although with a slightly more modern look to make it more useful) I'd have expected to be an official package provided by Google as part of Flutter's announced desktop support and not just as a side project by one of Google's developers.It's a great effort and contains many useful non-trivial widgets like tables or calendar. It's something, I need and started to build myself. Hopefully, this is something that will still be improved. I noticed, that currently you cannot set or move the focus using the keyboard (at least on the web demo).

May 20, 2021 at 09:59AM by eibaan
https://ift.tt/33XhHb5
New post on /r/flutterdev subreddit:

You can now inspect the state of Provider applications using the Flutter devtool
https://twitter.com/remi_rousselet/status/1395087295867498503

May 20, 2021 at 09:26AM by remirousselet
https://ift.tt/3bB7khh
New tweet from FlutterDev:

Time for the next #GoogleIO Workshop! 🤖 Build voice bots for mobile with @Dialogflow and Flutter.

Join @ladysign and create a mobile FAQ bot that answers questions about Dialogflow. 📲

Join now 👉 https://t.co/tpAlyZJUUC pic.twitter.com/EHm6QfbnC6— Flutter (@FlutterDev) May 20, 2021

May 20, 2021 at 11:14AM
http://twitter.com/FlutterDev/status/1395307015086526469
New post on Flutter Dev Google group:

MissingPluginException inside MethodCall handler on flutter
I was developing a plugin which communicates with native and flutter using method channels when i handle method call from inside flutter it shows missing plugin exception for external packages like shared preference is there any workaround for this issue

May 20, 2021 at 01:23PM by Muhammed Arshad
https://ift.tt/3bHFRub
New post on Flutter Dev Google group:

How to make video feeds like Facebook in Flutter?
https://ift.tt/3hNeGBY

May 20, 2021 at 01:52PM by Rahul Agarwal
https://ift.tt/341OfRg
New post on Flutter Dev Google group:

Popular Flutter Image Packages Which are widely used in production
https://ift.tt/3ysK7Yv

May 20, 2021 at 01:55PM by Rahul Agarwal
https://ift.tt/3f3HvZd
New post on /r/flutterdev subreddit:

Do i need a Mac to just test the App on an iOS Device ?
I am not talking about releasing it on app store. I am talking about just testing it on my iPhone. Do i need a mac for this ?!?

May 20, 2021 at 12:39PM by Koka2005
https://ift.tt/2RwRrl7
New tweet from FlutterDev:

Calling all Flutter Developers...the LIVE chat is now loading!

Ask questions
⚙️ Discuss the latest updates
...and more!

Let's go 👉 https://t.co/qve5ZkrtnZ pic.twitter.com/wqY5L2bHGO— Flutter (@FlutterDev) May 20, 2021

May 20, 2021 at 02:00PM
http://twitter.com/FlutterDev/status/1395348584598589443