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

A Flutter plugin to dynamically change app icons on iOS and Android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dynamic_launcher_icon

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

dependencies:
  dynamic_launcher_icon: ^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:dynamic_launcher_icon/dynamic_app_icon.dart';
import 'package:dynamic_launcher_icon/dynamic_app_icon_method_channel.dart';
import 'package:dynamic_launcher_icon/dynamic_app_icon_platform_interface.dart';
import 'package:dynamic_launcher_icon/generated_icons.dart';
4
likes
140
points
130
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to dynamically change app icons on iOS and Android.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image, path, plugin_platform_interface, rename, yaml

More

Packages that depend on dynamic_launcher_icon

Packages that implement dynamic_launcher_icon