jnigen and swiftgen in 2026 - some lessons learned
Package jni 1.0.0 was recently published. It’s a good opportunity to share some of my lessons from working with native interop over the last few years.
Package jni 1.0.0 was recently published. It’s a good opportunity to share some of my lessons from working with native interop over the last few years.
The more I work with jni and native APIs from Flutter, the more I think it’s time to move away from methods channels entirely. In this short post I’m going t...
I’ve just published new package using JNI bindings for Play Core In-App Update API. It lets you trigger flexible or immediate updates straight from Dart code...
In this post I’ll show how to access some of the Android APIs directly in Dart/Flutter. The final result will be a plugin allowing to send some basic Intents...
The news just dropped that Dart will not get macros/metaprogramming/data classes support anytime soon. The related ticket to improve data class support in Da...