Skip to content

Commit

Permalink
docs(documentation): Add API documentation links to package docs
Browse files Browse the repository at this point in the history
- Add pub.dev API links for:
  - avnu_provider
  - starknet
  - starknet_provider
  - secure_store
  - wallet_kit
  • Loading branch information
Cedarich committed Feb 18, 2025
1 parent bc698d7 commit 3c1049c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/avnu_provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@

AVNU Paymaster i a Dart package that provides a way to interact with the [AVNU paymaster service](https://doc.avnu.fi/avnu-paymaster/overview).







📚 [API Documentation](https://pub.dev/documentation/avnu_provider/latest/)

2 changes: 2 additions & 0 deletions packages/secure_store/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# secure_store

📚 [API Documentation](https://pub.dev/documentation/secure_store/latest/)

The secure store is a Flutter allowing to securely store secret on a device, either using a password, or using biometrics.

| | PasswordStore | BiometricsStore |
Expand Down
2 changes: 2 additions & 0 deletions packages/starknet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

The goal of this SDK is to be able to interact with StarkNet smart contracts in a type-safe way.

📚 [API Documentation](https://pub.dev/documentation/starknet/latest/)

You can also call the JSON-RPC endpoint exposed by the StarkNet full nodes (see the [specs](https://github.com/starkware-libs/starknet-specs)).

📚 [docs](https://pub.dev/packages/starknet)
Expand Down
2 changes: 2 additions & 0 deletions packages/starknet_provider/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Starknet provider

📚 [API Documentation](https://pub.dev/documentation/starknet_provider/latest/)

Starknet provider for Dart and Flutter applications

### Transaction support
Expand Down
2 changes: 2 additions & 0 deletions packages/wallet_kit/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# secure_store

📚 [API Documentation](https://pub.dev/documentation/wallet_kit/latest/)

A package to ease the use of [starknet](https://pub.dev/packages/starknet) in your Flutter app.

## Dart setup
Expand Down

0 comments on commit 3c1049c

Please sign in to comment.