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

Dynamic launcher icons for Flutter: Android activity-alias switching and iOS alternate app icons, with a Dart API and optional CLI to sync native projects from a JSON catalog.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate bee_dynamic_launcher

Use it

The package has the following executables:

$ bee_dynamic_launcher

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bee_dynamic_launcher

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

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

Documentation

Documentation
API reference

Publisher

verified publisherorionbproject.web.id

Weekly Downloads

Dynamic launcher icons for Flutter: Android activity-alias switching and iOS alternate app icons, with a Dart API and optional CLI to sync native projects from a JSON catalog.

Repository (GitHub)
View/report issues
Contributing

Topics

#launcher-icon #app-icon #android #ios #utilities

License

MIT (license)

Dependencies

flutter, image, path

More

Packages that depend on bee_dynamic_launcher

Packages that implement bee_dynamic_launcher