amazon_url_extractor 0.1.2
amazon_url_extractor: ^0.1.2 copied to clipboard
Extract ASIN, product info, prices, and metadata from Amazon URLs. Supports all Amazon domains, affiliate links, and shortened URLs.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add amazon_url_extractorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
amazon_url_extractor: ^0.1.2Alternatively, 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_url_extractor/amazon_url_extractor.dart';