|
hace 3 años | |
---|---|---|
bin | hace 3 años | |
example | hace 3 años | |
gif | hace 3 años | |
lib | hace 3 años | |
test | hace 3 años | |
.gitignore | hace 3 años | |
.metadata | hace 3 años | |
CHANGELOG.md | hace 3 años | |
LICENSE | hace 3 años | |
README.md | hace 3 años | |
analysis_options.yaml | hace 3 años | |
pubspec.yaml | hace 3 años |
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
.
Use these flags:
Add package in dev_dependencies
dev_dependencies:
keystore_generator:
Command flutter pub run keystore_generator -a test -p test123 -y
creates a keystore with 'test' alias, 'test123' password and overwrites existing keystore.
Package modifies files exactly as recommended here