android_libcpp_shared 0.1.0 copy "android_libcpp_shared: ^0.1.0" to clipboard
android_libcpp_shared: ^0.1.0 copied to clipboard

Dart / flutter package for Android to add the libc++_shared.so STL C++ shared runtime library to your app

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add android_libcpp_shared

With Flutter:

 $ flutter pub add android_libcpp_shared

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  android_libcpp_shared: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:android_libcpp_shared/android_libcpp_shared.dart';
1
likes
160
points
0
downloads

Documentation

API reference

Publisher

verified publisherzeyus.com

Weekly Downloads

Dart / flutter package for Android to add the libc++_shared.so STL C++ shared runtime library to your app

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

code_assets, glob, hooks, logging, native_toolchain_c

More

Packages that depend on android_libcpp_shared