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

Changeicon empowe Flutter apps to dynamically change icons on Android and iOS

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add changeicon

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

dependencies:
  changeicon: ^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:changeicon/changeicon.dart';
14
likes
160
points
95
downloads

Publisher

verified publisherbusha.co

Weekly Downloads

Changeicon empowe Flutter apps to dynamically change icons on Android and iOS

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_plugin_android_lifecycle, plugin_platform_interface

More

Packages that depend on changeicon

Packages that implement changeicon