reclaim_flutter 0.1.32
reclaim_flutter: ^0.1.32 copied to clipboard
reclaim_flutter SDK provides a way to let your users import data from other websites into your app in a secure, privacy preserving manner using zero knowledge proofs right in your Flutter Application.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add reclaim_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
reclaim_flutter: ^0.1.32Alternatively, 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/reclaim_flutter.dart';