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 :)
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/
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
GitHub
GitHub - hawkkiller/sizzle_starter: A production-ready template for flutter applications.
A production-ready template for flutter applications. - hawkkiller/sizzle_starter
โค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
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
A while ago compute function from flutter SDK has moved to dart.
Incredibly easy and efficient way to process something in a different thread.
https://youtu.be/PPwJ75vqP_s?si=bqjge122nwFCBkIw
Incredibly easy and efficient way to process something in a different thread.
https://youtu.be/PPwJ75vqP_s?si=bqjge122nwFCBkIw
YouTube
Isolates (Technique of the Week)
If your Flutter app has jank due to a heavy computation, use Isolate.run() to move that computation to a new isolate.
Isolate class โ https://goo.gle/3vvBKi4
Use isolates in your Flutter app โ https://goo.gle/43DiXxL
Article about Isolate.run โ httpsโฆ
Isolate class โ https://goo.gle/3vvBKi4
Use isolates in your Flutter app โ https://goo.gle/43DiXxL
Article about Isolate.run โ httpsโฆ
๐ฅ7๐6๐2
Dart program finishes when the main function is removed from the call stack.
Anonymous Quiz
52%
Yes
48%
No
๐5๐ฅ5
Please open Telegram to view this post
VIEW IN TELEGRAM
๐7โคโ๐ฅ6๐ฅ4โค1
Code style of flutter repository, quite interesting to read.
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
GitHub
Style guide for Flutter repo
Flutter makes it easy and fast to build beautiful apps for mobile and beyond - Style guide for Flutter repo ยท flutter/flutter Wiki
๐14โค2
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