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

📸 Don't forget to stop by the #IOPhotoBooth built in Flutter on your way to #GoogleIO! Take a selfie with Dash, decorate it with props, and share it with the community!

Ready, set, I/O https://t.co/DUvfkl40bn— Flutter (@FlutterDev) May 18, 2021

May 18, 2021 at 11:02PM
http://twitter.com/FlutterDev/status/1394760275685875713
New tweet from FlutterDev:

We teamed up with Google to build #IOPhotoBooth for #GoogleIO

Learn how we:
⭐️Built the web app with @FlutterDev & @Firebase
⭐️Made a Flutter camera plugin for the web
⭐️Used Cloud Functions to generate social posts
& more!

How It's Made ⬇️https://t.co/yvg3zJLOhO— Very Good Ventures 🦄💙 (@VGVentures) May 17, 2021

May 19, 2021 at 12:42AM
http://twitter.com/FlutterDev/status/1394785549894905856
New tweet from FlutterDev:

🙌 Enjoying #GoogleIO?
💙 We are too!

Join us for Flutter codelabs, workshops, AMAs and much more. Let people know you’ll be attending using the hashtag #GoogleIO.

See you at Day 2 👉 https://t.co/zA7as17Rmj pic.twitter.com/GXA3hMfWWh— Flutter (@FlutterDev) May 19, 2021

May 19, 2021 at 02:59AM
http://twitter.com/FlutterDev/status/1394820055020589056
New post on /r/flutterdev subreddit:

[Fixed] Flutter Web Choppy/Laggy scrolling on Flutter Vancouver Website
Hey All!Few days ago, I shared that I made the code for Flutter Vancouver website created using Flutter Web open source. There was a lot of feedback in multiple threads that the scrolling of the website was bad and choppy and many people felt that it was a problem with Flutter Web. I wanted to share that that I used the wrong widget for a child list which caused the choppy scrolling.Please make sure to clear cache before testing the changes on your browser.What was I doing wrong?So, the website uses the SliverAppBar and then SliverChildListDelegate for rest of the children. I initially thought that since its not a builder it's not going to lazy load the children. But it was lazy loading the children even tho if I was providing an explicit list. Is it an issue with the widget, I am not sure.What is the fix?You can see the fix in this commit. I used SliverToBoxAdapter and made use of our old ListView friend shrink-wrap. I couldn't find that option when using SliverList. Maybe there is a better way to fix the issue. If you know it, please let me know.I tested the changes on iPhone(safari), mac(chrome, safari). Please let me know how the scrolling is on your device, would really appreciate it.Please note that this is no means advocates if you should use Flutter Web for all such use cases. My main goal was to use Flutter Web to showcase Flutter and also build a website for Flutter Vancouver community. I am writing this reddit post to tell you all that it was my fault for the choppy scrolling. If you want to know what my thoughts are on if you should use Flutter Web, please checkout this medium article, I am not going to about that in depth here.Cheers!

May 19, 2021 at 04:34AM by wisecrack2
https://ift.tt/3hBS6fz
New post on /r/flutterdev subreddit:

Android - Flutter vs Native
If cross platform development is not a concern, i.e, I only want to develop an app for Android, which is a better choice? Flutter or Native Kotlin/Java. How likely is it that Google will eventually port all their apps to Flutter? As of v2.2 what are the biggest things flutter lack for large projects or what kind of application should I completely avoid using flutter (as opposed to making native plugins if in case a plugin doesn’t exist for a feature I require)

May 19, 2021 at 06:44AM by yahya31415
https://ift.tt/3bCmliQ
New post on Flutter Dev Google group:

Flutter projects with best practices
Please recommend me Flutter projects (with source code) of best practices. Not cookbook's little snippets, but the real well-written projects. It's for education (Futures, Streams, Isolates, BLoc, Provider, MobX, Redux, GetIt, Cloud Firebase). Thank you in advance.

May 19, 2021 at 08:39AM by Steepe Hare
https://ift.tt/3fxJ4h2
New post on /r/flutterdev subreddit:

Is there any changes for '--dart-define' system in Flutter2.2?
When I upgrade the flutter to Flutter 2.2, build error occurs in my project. It is seemed to related to '--dart-define' system. Is there any changes in Flutter 2.2?

May 19, 2021 at 09:02AM by Old_Actuator_9043
https://ift.tt/3bBVV0O
New post on /r/flutterdev subreddit:

Announcing Flutter 2.2 at Google I/O 2021
https://ift.tt/3fukqhf

May 19, 2021 at 08:23AM by maria_garcia20
https://ift.tt/3bEbVz7
New post on /r/flutterdev subreddit:

Webrtc 3 peer connection in Flutter
HI, I just want to make 3 peer video chat in Flutter webrtc. 2 weeks gone, I searched a lot, there are no tutorials on the internet to make 3 peer connection. Only one that from webrtc, but I didn't get an idea to make 3 peer connection in Flutter. Anyone please help me or suggest a way how to achieve that? any code and reference should help if you provide,

May 19, 2021 at 12:47PM by Sea-Impression1241
https://ift.tt/3v4XP1m