masterfabric_app_icon 2.0.0 copy "masterfabric_app_icon: ^2.0.0" to clipboard
masterfabric_app_icon: ^2.0.0 copied to clipboard

A Flutter package for build-time app icon generation and runtime icon switching. Supports Android mipmap densities and iOS appiconset with flavor configurations. iOS 26 Liquid Glass optimized.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate masterfabric_app_icon

Use it

The package has the following executables:

$ generate

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add masterfabric_app_icon

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

dependencies:
  masterfabric_app_icon: ^2.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:masterfabric_app_icon/masterfabric_app_icon.dart';
0
likes
150
points
89
downloads

Publisher

verified publishermasterfabric.co

Weekly Downloads

A Flutter package for build-time app icon generation and runtime icon switching. Supports Android mipmap densities and iOS appiconset with flavor configurations. iOS 26 Liquid Glass optimized.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, flutter, image, path, yaml

More

Packages that depend on masterfabric_app_icon

Packages that implement masterfabric_app_icon