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

A Flutter package which allows you to change the apps icon within the app

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mobile_icon_switcher

With Flutter:

 $ flutter pub add mobile_icon_switcher

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

dependencies:
  mobile_icon_switcher: ^1.0.0

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:mobile_icon_switcher/mobile_icon_switcher.dart';
16
likes
0
pub points
52%
popularity

Publisher

verified publisherhoenlinger.dev

A Flutter package which allows you to change the apps icon within the app

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on mobile_icon_switcher