android_libcpp_shared 0.1.0
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_sharedWith Flutter:
$ flutter pub add android_libcpp_sharedThis 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.0Alternatively, 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';