amazon_paapi5 1.0.1
amazon_paapi5: ^1.0.1 copied to clipboard
Amazon Product Advertising API v5 SDK for Dart & Flutter. Search products, retrieve pricing, images, and affiliate data with built-in AWS Signature V4 signing.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add amazon_paapi5This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
amazon_paapi5: ^1.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:amazon_paapi5/amazon_paapi5.dart';