Using Android Intent via native interop with jnigen
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...
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...