amazon_url_extractor 0.1.0
amazon_url_extractor: ^0.1.0 copied to clipboard
A comprehensive Flutter package to extract ASIN, product information, prices, and metadata from Amazon URLs. Supports all Amazon domains, affiliate links, shortened URLs, and provides widgets for disp [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add amazon_url_extractorWith Flutter:
$ flutter pub add amazon_url_extractorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
amazon_url_extractor: ^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:amazon_url_extractor/amazon_url_extractor.dart';