Hey all!
There is a great 7-minute video about how Flutter merged Platform and UI threads recently. It also slightly covers jnigen!
Recommend watching for everyone!
https://www.youtube.com/watch?v=miW7vCmQwnw
There is a great 7-minute video about how Flutter merged Platform and UI threads recently. It also slightly covers jnigen!
Recommend watching for everyone!
https://www.youtube.com/watch?v=miW7vCmQwnw
YouTube
The great thread merge
Dive deep into Flutter's thread merge, a fundamental shift in its engine design aimed at enhancing native interoperability. Craig breaks down the roles of the UI and Raster threads, introduces the native platform thread, and explains how integrating Dartβ¦
π₯4π3
This media is not supported in your browser
VIEW IN TELEGRAM
Just tried out the new analyzer plugin API!
It is so powerful, but very simple and seamlessly integrates with dart analyze and immediately shows issues in the IDE.
I created a simple lint that prohibits hardcoded color. See https://github.com/hawkkiller/analyzer_plugin_sample
It is so powerful, but very simple and seamlessly integrates with dart analyze and immediately shows issues in the IDE.
I created a simple lint that prohibits hardcoded color. See https://github.com/hawkkiller/analyzer_plugin_sample
π₯15π4β€1
Media is too big
VIEW IN TELEGRAM
π Happy Friday! Sharing a cool update
I created fast_image, which uses Rust's image library. This library uses new Dart feature, Build Hooks.
To upscale from Full-HD to 4k, my library requires ~500ms, while Dart's image package requires ~6000ms (and with less quality algorithm)
I created fast_image, which uses Rust's image library. This library uses new Dart feature, Build Hooks.
To upscale from Full-HD to 4k, my library requires ~500ms, while Dart's image package requires ~6000ms (and with less quality algorithm)
π₯26π2β€1
New cool proposal for import syntax in Dart, which is already accepted
https://github.com/dart-lang/language/blob/main/accepted/future-releases/unquoted-imports/feature-specification.md
https://github.com/dart-lang/language/blob/main/accepted/future-releases/unquoted-imports/feature-specification.md
π18π₯5β€3
π₯8
This media is not supported in your browser
VIEW IN TELEGRAM
Implemented cool sliding animation with Animated Switcher!
80 π and will share a gist! π
Initially implemented this with wolt_modal_sheet, but found some issues and unoptimized code, so decided to make on my own.
80 π and will share a gist! π
Initially implemented this with wolt_modal_sheet, but found some issues and unoptimized code, so decided to make on my own.
3π87π₯5π₯°2
Mobile Tech
Implemented cool sliding animation with Animated Switcher! 80 π and will share a gist! π Initially implemented this with wolt_modal_sheet, but found some issues and unoptimized code, so decided to make on my own.
Woohoo! We've done it!
Here it is: https://gist.github.com/hawkkiller/e53639eb09a7fbe347bd4c335b0ad73f.
Here it is: https://gist.github.com/hawkkiller/e53639eb09a7fbe347bd4c335b0ad73f.
Gist
This is a cool sliding transition for widgets. It's inspired by the wolt_modal_sheet package, which has the same animation butβ¦
This is a cool sliding transition for widgets. It's inspired by the wolt_modal_sheet package, which has the same animation but is coupled with the Bottom Sheet/Pages API. This implementatio...
π₯13π―1