flutter_application_id 1.0.0 copy "flutter_application_id: ^1.0.0" to clipboard
flutter_application_id: ^1.0.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
18
likes
40
pub points
81%
popularity

Publisher

unverified uploader

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

Homepage
Repository (GitLab)
View/report issues

License

MIT (LICENSE)

Dependencies

args, equatable, yaml

More

Packages that depend on flutter_application_id