catchimagebox 0.0.1 copy "catchimagebox: ^0.0.1" to clipboard
catchimagebox: ^0.0.1 copied to clipboard

CatchImageBox is a simple and efficient image caching package for Flutter applications. It provides an easy way to manage and display images, with automatic caching to improve performance and user experience.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add catchimagebox

With Flutter:

 $ flutter pub add catchimagebox

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

dependencies:
  catchimagebox: ^0.0.1

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

Publisher

verified publisherdivyamverma.com

Weekly Downloads

CatchImageBox is a simple and efficient image caching package for Flutter applications. It provides an easy way to manage and display images, with automatic caching to improve performance and user experience.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flat_buffers, flutter, objectbox, path, path_provider

More

Packages that depend on catchimagebox