mx_app_icon 1.0.4 copy "mx_app_icon: ^1.0.4" to clipboard
mx_app_icon: ^1.0.4 copied to clipboard

App icon generator.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate mx_app_icon

Use it

The package has the following executables:

$ mx_app_icon

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mx_app_icon

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

dependencies:
  mx_app_icon: ^1.0.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mx_app_icon/mx_app_icon.dart';
0
likes
80
pub points
0%
popularity

Publisher

unverified uploader

App icon generator.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, decimal, image

More

Packages that depend on mx_app_icon