alchemy_api_client 1.0.0 copy "alchemy_api_client: ^1.0.0" to clipboard
alchemy_api_client: ^1.0.0 copied to clipboard

Inofficial client package to access Alchemy APIs

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add alchemy_api_client

With Flutter:

 $ flutter pub add alchemy_api_client

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

dependencies:
  alchemy_api_client: ^1.0.0

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:alchemy_api_client/alchemy_api_client.dart';
0
likes
130
points
18
downloads

Publisher

verified publishercubealgos.xyz

Weekly Downloads

Inofficial client package to access Alchemy APIs

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

dio, freezed_annotation, json_annotation

More

Packages that depend on alchemy_api_client