dartway_offline_shared 0.1.0
dartway_offline_shared: ^0.1.0 copied to clipboard
The wire contract of DartWay offline packages: the canonical manifest signing frame and the repository content digest, shared by the signing and the verifying half.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dartway_offline_sharedWith Flutter:
$ flutter pub add dartway_offline_sharedThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dartway_offline_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:dartway_offline_shared/dartway_offline_shared.dart';