auto_launcher 0.0.3 copy "auto_launcher: ^0.0.3" to clipboard
auto_launcher: ^0.0.3 copied to clipboard

A Flutter utility to automatically update the app's name, version, bundle identifiers, and launcher icon for Android and iOS. Ideal for CI/CD pipelines.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_launcher

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

dependencies:
  auto_launcher: ^0.0.3

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:auto_launcher/auto_launcher.dart';
1
likes
140
points
48
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter utility to automatically update the app's name, version, bundle identifiers, and launcher icon for Android and iOS. Ideal for CI/CD pipelines.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

archive, flutter, image, path, yaml

More

Packages that depend on auto_launcher