dynamic_icon_plus 0.1.1 copy "dynamic_icon_plus: ^0.1.1" to clipboard
dynamic_icon_plus: ^0.1.1 copied to clipboard

Modern Flutter plugin for dynamically changing app launcher icons at runtime on Android and iOS without restarting the application.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dynamic_icon_plus

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

dependencies:
  dynamic_icon_plus: ^0.1.1

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_icon_plus/dynamic_icon_plus.dart';
1
likes
150
points
--
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Modern Flutter plugin for dynamically changing app launcher icons at runtime on Android and iOS without restarting the application.

Repository (GitHub)
View/report issues

Topics

#app-icon #dynamic-icon #launcher-icon #ios #android

License

MIT (license)

Dependencies

flutter, image, plugin_platform_interface, yaml

More

Packages that depend on dynamic_icon_plus

Packages that implement dynamic_icon_plus