pixora 0.1.1 copy "pixora: ^0.1.1" to clipboard
pixora: ^0.1.1 copied to clipboard

Modern cache-first network images for Flutter with memory and disk caching, retries, placeholders, and prefetching.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pixora

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  pixora: ^0.1.1

Alternatively, 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:pixora/pixora.dart';
1
likes
160
points
89
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Modern cache-first network images for Flutter with memory and disk caching, retries, placeholders, and prefetching.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

crypto, flutter, http, path_provider

More

Packages that depend on pixora