sync_engine_shim_for_ndk 0.3.1
sync_engine_shim_for_ndk: ^0.3.1 copied to clipboard
Downward sync engine for the ndk package. Declare what you need, the engine keeps the NDK cache in sync with the relays.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sync_engine_shim_for_ndkWith Flutter:
$ flutter pub add sync_engine_shim_for_ndkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sync_engine_shim_for_ndk: ^0.3.1Alternatively, 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:sync_engine_shim_for_ndk/sync_engine_shim_for_ndk.dart';