bee_dynamic_launcher 1.0.0
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_launcherUse 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_launcherThis 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.0Alternatively, 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';