png_helper 1.0.2 copy "png_helper: ^1.0.2" to clipboard
png_helper: ^1.0.2 copied to clipboard

A png compress tool for flutter.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate png_helper

Use it

The package has the following executables:

$ png_helper

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add png_helper

With Flutter:

 $ flutter pub add png_helper

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

dependencies:
  png_helper: ^1.0.2

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:png_helper/png_helper.dart';
2
likes
115
points
523
downloads

Publisher

verified publishersevenid.cn

Weekly Downloads

A png compress tool for flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

path, yaml

More

Packages that depend on png_helper