keystore_generator 1.0.1 copy "keystore_generator: ^1.0.1" to clipboard
keystore_generator: ^1.0.1 copied to clipboard

A utility that creates a keystore and modifies build.gradle. It accepts login and password as arguments.

This package helps you to sign your android app. It generates the keys/KEYSTORE_NAME.keystore, android/key.properties and edits the android/app/build.gradle.

Features #

Use these flags:

  • -a (required) to set alias
  • -p (required) to set a password
  • -y to overwrite the .keystore if keys/KEYSTORE_NAME.keystore has already been created

Getting started #

Add package in dev_dependencies

dev_dependencies:
  keystore_generator:

Usage #

Command flutter pub run keystore_generator -a test -p test123 -y creates a keystore with 'test' alias, 'test123' password and overwrites existing keystore.

Demo gif

Additional information #

Package modifies files exactly as recommended here

7
likes
140
pub points
65%
popularity

Publisher

unverified uploader

A utility that creates a keystore and modifies build.gradle. It accepts login and password as arguments.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on keystore_generator