aimarket_agent 0.1.0
aimarket_agent: ^0.1.0 copied to clipboard
AI Market Protocol v2 consumer SDK for Dart/Flutter. Discover, purchase, and invoke AI capabilities from the decentralized marketplace.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add aimarket_agentWith Flutter:
$ flutter pub add aimarket_agentThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
aimarket_agent: ^0.1.0Alternatively, 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:aimarket_agent/aimarket_agent.dart';