xnz_image 0.1.2 copy "xnz_image: ^0.1.2" to clipboard
xnz_image: ^0.1.2 copied to clipboard

A Flutter component package with a demo app for network image loading and caching-ready UI behavior.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add xnz_image

With Flutter:

 $ flutter pub add xnz_image

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

dependencies:
  xnz_image: ^0.1.2

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:xnz_image/xnz_image.dart';
1
likes
0
points
600
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter component package with a demo app for network image loading and caching-ready UI behavior.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, flutter_avif_android, flutter_avif_ios, flutter_avif_linux, flutter_avif_macos, flutter_avif_platform_interface, flutter_avif_windows, path_provider

More

Packages that depend on xnz_image