JNI and jnigen: Access Android In-App Update from Flutter
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...
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...
Last week I discovered a pretty fun little animations package built by @sangddn that lets you replace classic Flutter animation controller with one that foll...
Last year during the Fluttercon session about future of native interop I learned about this new tool called jnigen. It’s became quite stable recently and I w...