https://pub.dev/api/packages/android_libcpp_shared/feed.atomRecently published versions of package android_libcpp_shared on pub.dev2026-08-12T10:13:27.499770Zzeyus.comPub Feed GeneratorDart / flutter package for Android to add the libc++_shared.so STL C++ shared runtime library to your appurn:uuid:3df46dfa-68cb-4cb6-b746-33300570f75ev0.2.1 of android_libcpp_shared2026-08-12T10:13:27.499770Z0.2.1 was published on Aug 12, 2026.
Changelog excerpt:
- Fixed NDK path resolution on Windows by using `USERPROFILE`and normalizing path separators. Thanks @kekland and @AttalliAyoub for the PRs and Issue (#2).
- Fixed `runProcess`failing with a `FormatException`on non-English Windows by decoding process output with the system encoding. Thanks @wyq0918dev for the PR / Issue (#4).
- The build hook now verifies that `libc++_shared.so`exists and is an ELF shared object before emitting it: thanks to @chillbrodev for the Issue (#5).
- An NDK that does not contain the library for the target architecture is now skipped in favour of the next installation, instead of failing the build.
- Added the legacy `sources/cxx-stl/llvm-libc++/libs/<abi>/`location used by NDK r22 and older as a fallback.
- The NDK the Flutter tool is building with is now used first, derived from the compiler in the build config.
- Added `sdk.dir`/ `ndk.dir`from the project's `local.properties`, `flutter config --android-sdk`, `ndk-bundle`directories and more well known SDK lo[...]urn:uuid:3efeb700-7d7b-4969-a74f-c29ca67c3357v0.2.0 of android_libcpp_shared2026-06-04T08:01:52.158169Z0.2.0 was published on Jun 4, 2026.
Changelog excerpt:
- Updated `native_toolchain_c`to `0.19.0`.
- Updated `hooks`to `2.0.2`.
- Updated `example`Kotlin version to `2.3.20`, `com.android.application`to `9.0.1`and `gradle`to `9.1.0`.
- Added documentataion about adding `--enable-native-access=ALL-UNNAMED`to `org.gradle.jvmargs`in `gradle.properties`.
- Added `--enable-native-access=ALL-UNNAMED`to `org.gradle.jvmargs`in `example/android/gradle.properties`.urn:uuid:98249baa-9b9a-412c-a9b9-aaa546d26bc0v0.1.1 of android_libcpp_shared2026-04-22T11:16:55.743005Z0.1.1 was published on Apr 22, 2026.
Changelog excerpt:
- Updated `native_toolchain_c`to `0.18.0`.urn:uuid:d08de15c-4374-49ff-8f00-2ce1712ba84av0.1.0 of android_libcpp_shared2026-03-23T09:37:29.255362Z0.1.0 was published on Mar 23, 2026.
Changelog excerpt:
- Shared Android C++ runtime for Dart / Flutter apps.