stellar_asset_lists 1.0.4
stellar_asset_lists: ^1.0.4 copied to clipboard
The Stellar Asset Lists package is designed to facilitate the integration of curated Stellar asset lists into Stellar applications and services. This package adheres to the Stellar Ecosystem Proposal [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add stellar_asset_listsWith Flutter:
$ flutter pub add stellar_asset_listsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
stellar_asset_lists: ^1.0.4Alternatively, 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:stellar_asset_lists/stellar_asset_lists.dart';