flutter_android_dynamic_icon 1.0.3
flutter_android_dynamic_icon: ^1.0.3 copied to clipboard
Flutter plugin which allows you to change the app icon dynamically (only supported on Android)
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_android_dynamic_iconThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_android_dynamic_icon: ^1.0.3Alternatively, 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:flutter_android_dynamic_icon/android_dynamic_icon.dart';
import 'package:flutter_android_dynamic_icon/android_dynamic_icon_method_channel.dart';
import 'package:flutter_android_dynamic_icon/android_dynamic_icon_platform_interface.dart';