mobile_icon_switcher 1.1.1 copy "mobile_icon_switcher: ^1.1.1" to clipboard
mobile_icon_switcher: ^1.1.1 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 Flutter:

 $ flutter pub add mobile_icon_switcher

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

dependencies:
  mobile_icon_switcher: ^1.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:mobile_icon_switcher/mobile_icon_switcher.dart';
17
likes
150
points
34
downloads

Publisher

verified publisherhoenlinger.dev

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on mobile_icon_switcher

Packages that implement mobile_icon_switcher