reclaim_flutter_sdk 0.1.1
reclaim_flutter_sdk: ^0.1.1 copied to clipboard
Pre-built widgets library to export user's data with provable authenticity using HTTPS & Reclaim Protocol Zero-knowledge proof technology
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add reclaim_flutter_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
reclaim_flutter_sdk: ^0.1.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:reclaim_flutter_sdk/reclaim_flutter_sdk.dart';