android_os_build 0.8.0-dev.0
android_os_build: ^0.8.0-dev.0 copied to clipboard
Easily retrieve information about the current Android build synchronously. Built with dart's experimental jni
0.8.0+dev.0 - 2026-05-25 #
Changed #
- replace jnigen.yaml with Dart-based build script (tool/jnigen.dart)
- bump minimum SDK to Dart ^3.8.0 and Flutter >=3.32.0
- regenerate JNI bindings with updated formatting
0.7.0 - 2026-04-17 #
Changed #
- upgrade jni to 1.0.0
- upgrade jnigen to 0.16.0
- regenerate JNI bindings with JNIGEN 0.16.0 (extension types, new getter API)
- format build_version_codes_full.dart
0.5.0 - 2025-10-14 #
Added #
- add Android 16 QPR2 version code full
- add getBackportedFixStatus api in Android 16 QPR2
0.4.0+1 - 2025-06-19 #
Changed #
- remove exlude from jnigen.yaml due to jnigen next version change
- update build doc
