Oh, my Flutter [ENG]
250 subscribers
705 photos
692 links
Everything about Flutter. Disclaimer: Everything posted here is a personal opinion of the authors and is shared free, there is no advertisement. Owner Mikhail Zotyev. For all questions connect with @mbixjkee
Download Telegram
Tim Sneath has recently introduced a set of packages providing runtime support for the Windows, COM and Win32 API for Dart. This set grew out of his small hobby project and has now grown to the point of being officially announced.

πŸ“Œ Read more in the announcement.
https://timsneath.medium.com/introducing-dart-windows-4c0b55b063b0

#announcement #package
πŸ‘2πŸ’©1
The Google Mobile Ads plugin for Flutter has received an update:

πŸ‘‰ Dart support for Native Ads;
πŸ‘‰ Updated application samples;
πŸ‘‰ WebView API for Ads.

πŸ“Œ Details in the article.
https://medium.com/flutter/2023-google-mobile-ads-updates-for-flutter-16b603df9ec9

#update #package
πŸ‘1πŸ’©1
Codemagic has received the option to build on M2, but for now, it is only available on request. To compare the performance and see if you need it right now, you can use the results of the benchmark by Codemagic.

πŸ“Œ Details in the article.
https://blog.codemagic.io/flutter-m2-mini-comparison/

#article
πŸ”₯2πŸ’©1
I'm sure many people enjoyed the showcase shown at IO, with the game menu screen demonstrating custom shaders' work.

πŸ“Œ Craig Labenz figures out the implementation in the video.
https://www.youtube.com/watch?v=HQT8ABlgsq0

#video
πŸ‘1πŸ’©1
Interesting effects can be achieved not only with shaders. Fedor Blagodyr has released a library that allows you to add quite interesting glitch effects.

πŸ“Œ The library is available here.
https://pub.dev/packages/animated_glitch

#package
πŸ”₯2πŸ’©1
If you liked the FLIP game shown at the I/O, you will probably also be interested in how it was made.

πŸ“Œ VGV team shows it in their article.
https://verygood.ventures/blog/how-its-made-i-o-flip

#ohmyflutter #omf #flutterdev #flutter #article
πŸ”₯1πŸ’©1
A new episode of Flutter Build Show is out. Craig Labenz shows how you can build your custom fragment shader.

πŸ“Œ The video is available here.
https://www.youtube.com/watch?v=OpcPZdfJbq8

#flutterbuildshow #video
πŸ‘1πŸ’©1
As planned, Google has begun rolling out Fuchsia to 2nd-gen Nest Hub devices, but selectively for now. A wider launch should take place in the coming weeks.

πŸ“Œ Read more in the article.
https://9to5google.com/2023/05/23/nest-hub-2nd-gen-fuchsia/

#article
πŸ‘1πŸ’©1
Despite all the convenience of the declarative layout in Flutter, you can always go down to the painting level to add a wow effect.

πŸ“Œ Using ColorFilter by Brian Kariuki in a small but nice-looking challenge on Flutter.
https://twitter.com/briankariuki/status/1660975521138712576?s=61&t=yIDib_1gXmWoypif6uEk-w

#challenge
πŸ€”1πŸ’©1
I'm sure everyone knows and deeply appreciates Tim Sneath's contribution to the popularity of Dart and Flutter. He recently announced his leaving Google. So it looks like Dart and Flutter will have a new face. Tim Sneath, thank you so much for all you did ✌️

https://timsneath.medium.com/a-fond-farewell-to-flutter-and-dart-7a7a8c7c03e2

#announcement
😒5
Draggable widget in the new episode of Widget of the Week.

πŸ“Œ More details by the link.
https://www.youtube.com/watch?v=q4x2G_9-Mu0

#widgetoftheweek
πŸ”₯1πŸ™ˆ1
The Flutter plugin for IntelliJ has been updated. There are some pretty useful improvements in this update:

πŸ‘‰ DevTools on Multiple Devices;
πŸ‘‰ Preserve Console Logs during Hot Reload/Restart;
πŸ‘‰ Live Templates updated to Dart 2.17;
πŸ‘‰ Environment Variables in Run Configurations;

πŸ“Œ A detailed changelog is available at the link.
https://plugins.jetbrains.com/plugin/9212-flutter/versions/stable/341657

#update
😱1πŸ’©1
For users of the free version of Dart Code Metrics is not the brightest news. The team has announced the start of the deprecation process for the opensource version, after July 16 it will be removed from the pub.

πŸ“Œ See here for details.
https://dcm.dev/blog/2023/06/06/announcing-dcm-free-version-sunset/

#announcement
πŸ‘2
The Flutter plugin for VSCode also recently received an update. This release includes mostly general UX improvements for the current version and future features.

πŸ“Œ A detailed list is available here.
https://dartcode.org/releases/v3-66/

#update
πŸ‘2πŸ’©1
Ever wanted to build your own portable console? Khanh Nguyen and Camille Simon haven’t just wanted to, they did - Raspberry Pi, Flutter, voilΓ .

πŸ“Œ How they did it, in the video at the link.
https://www.youtube.com/watch?v=0CCVB31feO0

#video
πŸ‘1πŸ’©1
Surely everyone has heard about Impeller and waiting for the bright future it is supposed to bring us. But how should it improve performance, what are the key differences in its works?

πŸ“Œ Leigha Jarett and Brandon DeRosier explain the main points in the video.
https://www.youtube.com/watch?v=vd5NqS01rlA

#video
πŸ‘1πŸ’©1
In Flutter, we quite rarely have to get into the native part, because most of the popular native needs are available out of the box or already implemented in popular plugins. But if we're talking about rare cases, we need to do it ourselves.

πŸ“Œ How we can do it, read in Jahswill Samuel's article.
https://blog.codemagic.io/working-with-native-elements/

#article
πŸ‘1πŸ’©1
CallbackShortcuts in the new episode of Widget of the Week.

πŸ“Œ More details by the link.
https://www.youtube.com/watch?v=VcQQ1ns_qNY

#widgetoftheweek
πŸ‘1πŸ’©1
Dart is strongly associated with Flutter, but it's far from the only use. From console utilities to server-side applications. And the backend is being mentioned often and often.

πŸ“Œ If you are interested in this topic, I advise watching Mikhail Matyunin's stream (Russian language) about Dart implementing a Flutter documentation search service.
https://www.youtube.com/watch?v=dvSdjmrPvkQ

#ohmyflutter #omf #flutterdev #flutter #video
πŸ‘3πŸ’©1
A fresh quarterly survey from the Flutter team is up.

πŸ“Œ Leave feedback on topics of interest to the team.
https://google.qualtrics.com/jfe/form/SV_6lkkb7zZWGfjkk6

#survey
❀2πŸ’©1
We’ve recently got an additional way to interact with native libraries in Flutter, which was presented on the last I/O.

πŸ“Œ Mariam Hasnany and Hossein Yousefi talk about this approach.
https://www.youtube.com/watch?v=ZWp2FJ2TuJs

#video
πŸ‘3πŸ’©1