[Go to site: main page, start]

android_libcpp_shared 0.2.0 copy "android_libcpp_shared: ^0.2.0" to clipboard
android_libcpp_shared: ^0.2.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.2.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';