image 4.5.3 copy "image: ^4.5.3" to clipboard
image: ^4.5.3 copied to clipboard

Dart Image Library provides server and web apps the ability to load, manipulate, and save images with various image file formats.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add image
copied to clipboard

With Flutter:

 $ flutter pub add image
copied to clipboard

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

dependencies:
  image: ^4.5.3
copied to clipboard

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:image/image.dart';
copied to clipboard
1.63k
likes
150
points
2.8M
downloads

Publisher

verified publisherloki3d.com

Weekly Downloads

2024.09.20 - 2025.04.04

Dart Image Library provides server and web apps the ability to load, manipulate, and save images with various image file formats.

Repository (GitHub)

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

archive, meta, xml

More

Packages that depend on image