icons_launcher 3.0.1 copy "icons_launcher: ^3.0.1" to clipboard
icons_launcher: ^3.0.1 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 icons_launcher
copied to clipboard

With Flutter:

 $ flutter pub add icons_launcher
copied to clipboard

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

dependencies:
  icons_launcher: ^3.0.1
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:icons_launcher/cli_commands.dart';
import 'package:icons_launcher/utils/cli_logger.dart';
import 'package:icons_launcher/utils/constants.dart';
import 'package:icons_launcher/utils/flavor_helper.dart';
import 'package:icons_launcher/utils/icon.dart';
import 'package:icons_launcher/utils/template.dart';
import 'package:icons_launcher/utils/utils.dart';
copied to clipboard
849
likes
160
points
242k
downloads
screenshot

Publisher

verified publishermrrhak.com

Weekly Downloads

2024.09.23 - 2025.04.07

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

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#icons #app-icon #icons-launcher

Documentation

API reference

Funding

Consider supporting this project:

ko-fi.com

License

MIT (license)

Dependencies

args, image, path, universal_io, yaml

More

Packages that depend on icons_launcher