wallet_provider 0.0.2 copy "wallet_provider: ^0.0.2" to clipboard
wallet_provider: ^0.0.2 copied to clipboard

A Dart package for interacting with Starknet wallets using the Starknet Wallet API specification.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add wallet_provider

With Flutter:

 $ flutter pub add wallet_provider

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  wallet_provider: ^0.0.2

Alternatively, 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:wallet_provider/wallet_provider.dart';
0
likes
150
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package for interacting with Starknet wallets using the Starknet Wallet API specification.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

freezed_annotation, http, json_annotation, starknet

More

Packages that depend on wallet_provider