Oh, my Flutter [ENG]
249 subscribers
706 photos
693 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
17 days of Flutter are continuing. And today there will be not even one video, but two.

πŸ“Œ Next part of Doodle Dash improvement.
https://www.youtube.com/watch?v=qSrWikiptEE

πŸ“Œ And not a regular one, but sounds interesting - hacking a video game.
https://www.youtube.com/watch?v=7l9gJn90cq4

#event #17daysFlutter
πŸ”₯2πŸ’©1
A new episode of the Learning to Fly series continues the 17 days of Flutter event. In this video, we can see adding to the game enemies, power-ups, and the custom config.

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


#event #17daysFlutter #video
πŸ‘2πŸ’©1
Probably everyone uses content blockers, such as Adblock. But when we open webview pages from the application, the usual blocking tools are missing.

πŸ“Œ This article by Lorenzo Pichilli helps to fix it and add a content blocker when showing webview in the Flutter app.
https://blog.codemagic.io/creating-content-blockers-with-flutter-inappwebview/

#article
πŸ‘4πŸ’©1
We are waiting for 2 Mobius conferences this year, as always before. And Mobius is waiting for your applications. And if you have something interesting to tell you are welcome - the Call for Papers for the spring conference is already open. Especially if this β€œsomething” is about Flutter because we love it and always welcome it at the conference.

πŸ“Œ You can apply to perform by following the link.

#announcement
πŸ”₯3πŸ’©3πŸ–•1
The 17 Days of Flutter continues. After a small pause on the weekend, several interesting topics came out at once.

πŸ“Œ Simple client for the ping-pong game in DartPad.
https://dartpad.dev/?id=21e84542c90af9d32fa0d37c141e8fec

πŸ“Œ Codelab about ffi.
https://codelabs.developers.google.com/codelabs/flutter-ffigen#0

πŸ“Œ The Boring Flutter Development Show with continuous improvement of Doodle Dash.
https://www.youtube.com/watch?v=JFm_89xDM_k

πŸ“Œ Article Material 3 for Flutter
https://medium.com/flutter/material-3-for-flutter-d417a8a65564

#event #17daysFlutter
πŸ”₯3πŸ’©1
A new episode of the Decoding Flutter series is continuing the 17 days of Flutter event.

πŸ“Œ How to use Dart analyze and Dart fix in the video.
https://www.youtube.com/watch?v=OBIuSrg_Quo

#event #17daysFlutter
πŸ”₯2πŸ’©1
A new article about typography continues 17 days of Flutter.

πŸ“Œ You can read it here.
https://medium.com/flutter/playful-typography-with-flutter-f030385058b4

#event #17daysFlutter #article
πŸ‘2πŸ’©1
This weekend, as part of 17 days of Flutter, assets for Doodle Dash were posted, and the challenge where these assets could be used was launched.

πŸ“Œ A gallery of the results can be found here.
https://flutter.dev/events/doodle-dash-challenge

#event #17daysFlutter
πŸ”₯1
Google accidentally (probably) reveals an upcoming flagship Nest speaker will launch with Fuchsia from the box.

πŸ“Œ Details are available here.
https://9to5google.com/2023/01/10/google-fuchsia-launch-upcoming-device/

#article #fuchsia
❀2πŸ‘1πŸ’©1
Few hours left before Flutter Forward begins.

πŸ“Œ The broadcast can be found by the link.
https://www.youtube.com/watch?v=zKQYGKAe5W8

PS. while you are waiting you can control your Dash in Holobooth, have fun.
https://holobooth.flutter.dev/share/d1cfbeb7-bbaf-4b1b-862a-14b3963a7de3.mp4

PSS. and some Dash wallpaper
https://drive.google.com/drive/folders/1Mp1J0cjSC9bd-dotcAJ9Jr4ogwdaaLO0
πŸ”₯2
The new version of Flutter makes available for us a lot of new features. From the improvement of the Material 3 support to Impeller preview and using Platform Channels in any isolate.

πŸ“Œ A detailed list of changes can be found in the announcement.
https://medium.com/flutter/whats-new-in-flutter-3-7-38cbea71133c

#announcement #article
πŸ”₯2
With a fresh remember right after the Flutter Forward event, the Flutter team shared their vision regarding the nearest Flutter’s future and what they plan to work on and improve.

πŸ“Œ More details by the link.
https://medium.com/flutter/whats-next-for-flutter-b94ce089f49c

#article
πŸ‘2πŸ’©1
Sad info about how recently Google’s layoffs affected the Fuchsia team and Area 120. Yes, 16% is not low, but I don't think it means the end of the project.

πŸ“Œ More details are at the link.
https://9to5google.com/2023/01/21/fuchsia-area-120-google-layoffs/

#news
😒1πŸ’©1
The Flutter Dart Code plugin for VSCode recently received an update. This release has some pretty useful features:

πŸ‘‰ type hierarchy;
πŸ‘‰ call hierarchy.

πŸ“Œ But that's not all, you can see a full changelog at the link.
https://dartcode.org/releases/v3-58/

#update
πŸ‘3
A lot of people, for sure, have tried the Holobooth show-case for the Flutter Forward event. And it is impressed Flutter's case from my view.

πŸ“Œ How it was created, you can read in the article by the link.
https://medium.com/flutter/how-its-made-holobooth-6473f3d018dd

#article
πŸ‘4πŸ’©1
I think many people remember the Wonderous app. Recently the authors announced a new version with support for foldable devices, and tablets including horizontal orientation.

πŸ“Œ More details in the article by the link.
https://medium.com/flutter/adapting-wonderous-to-larger-device-formats-ac51e1c00bc0

#article
πŸ‘3πŸ’©1
Tests are very useful for the overall quality of the product. But even if you write a lot of tests, you probably use a small number of asserts. That's because they easily cover the most popular cases. But in fact, there are many more asserts.

πŸ“Œ The good cheat sheet can be found at the link.
https://medium.com/flutter-community/assertions-in-dart-and-flutter-tests-an-ultimate-cheat-sheet-f6d91510fe6b

#article #tests
πŸ‘3πŸ’©1
Finally, has the Flutter plugin for IntelliJ been updated also. In the release:

πŸ‘‰ setup Flutter SDK for the project separately;
πŸ‘‰ option for automatically running tests before git commit.

πŸ“Œ Changelog is available at the link.
https://plugins.jetbrains.com/plugin/9212-flutter/versions/stable/285889

#update
πŸ‘3πŸ’©1
Since Dart can be compiled for many platforms, it can be successfully used to create useful cross-platform CLI utilities.

πŸ“Œ How to automate the building of such a cross-platform utility with Codemagic, read in the article by Dmitry Zhifarsky.
https://blog.codemagic.io/cross-compiling-dart-cli-applications-with-codemagic/

#article #codemagic #cicd
πŸ‘2πŸ’©1
Flutter DevTools provides us a lot of useful tools. If you're already a sophisticated developer, you're probably very familiar with them and use them regularly.

πŸ“Œ Those who are not yet so friendly with these tools, can get acquainted with the series of articles from Ashita Prasad.
https://medium.com/@fluttergems/mastering-dart-flutter-devtools-series-introduction-installation-part-1-of-8-4f703a8cfcc8

#article
πŸ‘2πŸ’©1
Flutter can also be run on wearable devices like smartwatches. As an example, Renan's WearOS game.

πŸ“Œ Read more in the tweet at the link.
https://twitter.com/renotanumber/status/1614990869685497857?s=67&t=IfKBJMgyLX5T_eAlkeDyqg

#ohmyflutter #omf #flutterdev #flutter #challenge
πŸ‘2πŸ’©1