amazon_url_extractor 0.1.0 copy "amazon_url_extractor: ^0.1.0" to clipboard
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_extractor

With Flutter:

 $ flutter pub add amazon_url_extractor

This 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.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:amazon_url_extractor/amazon_url_extractor.dart';
0
likes
0
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

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 displaying product information.

Repository (GitHub)
View/report issues

Topics

#amazon #urls #parser #asin #product-extractor

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on amazon_url_extractor