pixa_fetcher_s3 1.0.0
pixa_fetcher_s3: ^1.0.0 copied to clipboard
Official Pixa AWS SigV4 image fetcher with S3-compatible endpoint support.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pixa_fetcher_s3This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pixa_fetcher_s3: ^1.0.0Alternatively, 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:pixa_fetcher_s3/pixa_fetcher_s3.dart';