image_craft 1.0.5 copy "image_craft: ^1.0.5" to clipboard
image_craft: ^1.0.5 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.5

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';
17
likes
130
points
72
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

unknown (license)

Dependencies

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

More

Packages that depend on image_craft