reclaim_flutter 0.0.3 copy "reclaim_flutter: ^0.0.3" to clipboard
reclaim_flutter: ^0.0.3 copied to clipboard

outdated

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 React Native Application.

Reclaim Logo

Reclaim React Native SDK #

This is a comprehensive guide to get you started with the reclaim_flutter SDK in your React Native project.

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 React Native Application.


Installation Guide for reclaim_flutter #

You can use Dart or Flutter to install the reclaim_flutter package.

Installation with Dart: #

Run the following command in your terminal:

$ dart pub add reclaim_flutter

Installation with Flutter: #

Run the following command in your terminal:

$ flutter pub add reclaim_flutter

Using any of the above commands adds a line to your package's pubspec.yaml (and also runs an implicit dart pub get):

dependencies:
  reclaim_flutter: any

If your IDE supports dart pub get or flutter pub get, you can use that as an alternative. Be sure to consult the documentation specific to your editor for details.

Importing the Package #

After installing the package, you can now import and use it in your Dart code:

import 'package:reclaim_flutter/reclaim_flutter.dart';

You are now ready to use the reclaim_flutter in your Dart project.

3
likes
0
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

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 React Native Application.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

convert, crypto, flutter, flutter_ethers, fluttertoast, wallet, webview_cookie_manager, webview_flutter

More

Packages that depend on reclaim_flutter