image_craft 1.0.6 copy "image_craft: ^1.0.6" to clipboard
image_craft: ^1.0.6 copied to clipboard

ImageCraft aims to simplify image handling in Flutter applications while providing robust caching mechanisms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_craft

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

dependencies:
  image_craft: ^1.0.6

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:image_craft/image_craft.dart';
16
likes
140
points
90
downloads

Publisher

unverified uploader

Weekly Downloads

ImageCraft aims to simplify image handling in Flutter applications while providing robust caching mechanisms.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter, flutter_svg, http, mockito, path, path_provider, universal_html

More

Packages that depend on image_craft