colaxy_icons_launcher 0.2.0 copy "colaxy_icons_launcher: ^0.2.0" to clipboard
colaxy_icons_launcher: ^0.2.0 copied to clipboard

A command-line tool that simplifies the task of updating your Flutter app's launcher icon.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add colaxy_icons_launcher

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

dependencies:
  colaxy_icons_launcher: ^0.2.0

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:colaxy_icons_launcher/cli_commands.dart';
import 'package:colaxy_icons_launcher/utils/cli_logger.dart';
import 'package:colaxy_icons_launcher/utils/constants.dart';
import 'package:colaxy_icons_launcher/utils/flavor_helper.dart';
import 'package:colaxy_icons_launcher/utils/icon.dart';
import 'package:colaxy_icons_launcher/utils/svg_converter.dart';
import 'package:colaxy_icons_launcher/utils/template.dart';
import 'package:colaxy_icons_launcher/utils/utils.dart';
0
likes
140
points
35
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A command-line tool that simplifies the task of updating your Flutter app's launcher icon.

Topics

#icons #app-icon #icons-launcher #svg #generator

License

MIT (license)

Dependencies

args, image, path, pure_svg, universal_io, yaml

More

Packages that depend on colaxy_icons_launcher