Mobile Tech
1.15K subscribers
92 photos
8 videos
6 files
138 links
Michael Lazebny's blog about @dart and @flutter
lazebny.io
Download Telegram
Command Pattern
๐Ÿ‘15โค3
I will publish a new post about hit testing on Monday!
๐Ÿ”ฅ8๐Ÿ‘พ1
Hit-testing in Flutter - a low-level mechanism that powers the gesture system.
๐Ÿ‘10๐Ÿ”ฅ1
๐Ÿ”ฅ First milestone passed!

It is about two months since I started writing paid articles.

Writing is thrilling yet difficult activity because it requires an excellent knowledge of a topic and skills of writing and conveying the idea in easy way.

Though I believe I'm becoming better in it with each new article :)
๐Ÿ”ฅ15๐Ÿ‘4๐Ÿ‘1
We are 500! ๐ŸŽ‰๐ŸŽ‰

Hi to all the newcomers! I share some valuable insights about Dart & Flutter here, write articles and sometimes contribute to open-source ๐Ÿ˜๏ธ๏ธ๏ธ๏ธ๏ธ๏ธ

Some interesting links:

My flutter template - https://github.com/hawkkiller/sizzle_starter
GitHub - https://github.com/hawkkiller
Blog - https://lazebny.io/
Please open Telegram to view this post
VIEW IN TELEGRAM
โค13๐Ÿ‘8โคโ€๐Ÿ”ฅ5
User or Profile?

User and profile concepts are closely related yet serve distinct purposes.

In essence, a user refers to an account or identity used for accessing system resources, typically including attributes such as a username, password, email address, and role.

Conversely, a profile represents more detailed personal information and preferences associated with the user, which might include their first name, last name, age, and other settings specific to how they interact with the system.

#tip
๐Ÿ‘13๐Ÿ˜1๐Ÿ˜1
Dart program finishes when the main function is removed from the call stack.
Anonymous Quiz
52%
Yes
48%
No
๐Ÿ‘5๐Ÿ”ฅ5
๐Ÿ”ฅ I'm working on a popup playground that will showcase all the built-in options for popups + custom ones!
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘7โคโ€๐Ÿ”ฅ6๐Ÿ”ฅ4โค1
๐Ÿ”ฅ Dart 3.4 & Flutter 3.22

This release, specially planned for Google I/O, includes numerous amazing features, key highlights below!

Dart
๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ Enhancements in WebAssembly, aimed at full WASM support in pure Dart apps.
๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ @JsonCodable macros are in preview (in master), adding toJson and fromJson functionality. The team continues to invest in the macro system, allowing developers to create their own macros.
๐Ÿ”ฅ Analyzer completion improvements - closed over 50% of bugs.

Flutter
๐Ÿš€๐Ÿš€๐Ÿš€ Full support for WebAssembly in Flutter apps! Rendering time is improved by 2-3x. Web apps became more performant.
๐Ÿš€ Engine improvements - Impeller is feature-complete on Android. Improved performance for blurs and complex paths like SVG or Lottie animations.
๐Ÿš€ Transformation of assets using Dart packages - users can now configure Dart packages to transform their appโ€™s assets as they are bundled (see https://docs.flutter.dev/ui/assets/asset-transformation).
๐Ÿš€ Platform Views became more reliable and performant on Android and iOS.
Android now supports predictive back.
๐Ÿš€ DevTools now provides tool to validate deep links.
Material design updates include new surface colors, the removal of background, onBackground, and surfaceVariant, and adjustments to ColorScheme.fromSeed to align with Material 3 guidelines. Additionally, Material 2 text styles and colors are being phased out.
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ”ฅ6โค1