flutter_application_id 2.1.0 copy "flutter_application_id: ^2.1.0" to clipboard
flutter_application_id: ^2.1.0 copied to clipboard

A command-line tool to update your Flutter app's Name and ID

example/README.md

Example with embedded setup #

In this example, application_id setup is embedded in pubspec.yaml.

Apply application_id : #

flutter pub get
flutter pub run flutter_application_id:main -f pubspec.yaml

Example with separate setup #

In this example, application_id setup is in a separate application_id.yaml file.

File name can be any of your choice.

Apply application_id : #

flutter pub get
flutter pub run flutter_application_id:main -f application_id.yaml
22
likes
150
points
602
downloads

Publisher

unverified uploader

Weekly Downloads

A command-line tool to update your Flutter app's Name and ID

Repository (GitLab)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, equatable, yaml

More

Packages that depend on flutter_application_id