png_chunks_encode 1.0.0 copy "png_chunks_encode: ^1.0.0" to clipboard
png_chunks_encode: ^1.0.0 copied to clipboard

Return a fresh PNG buffer given a set of PNG chunks. Useful in combination with png-chunks-encode to easily modify or add to the data of a PNG file.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add png_chunks_encode

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

dependencies:
  png_chunks_encode: ^1.0.0

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:png_chunks_encode/png_chunks_encode.dart';
0
likes
110
pub points
35%
popularity

Publisher

unverified uploader

Return a fresh PNG buffer given a set of PNG chunks. Useful in combination with png-chunks-encode to easily modify or add to the data of a PNG file.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on png_chunks_encode