L3odr0id 075725f50e Better incapsulation | hace 2 años | |
---|---|---|
bin | hace 2 años | |
example | hace 2 años | |
gif | hace 2 años | |
lib | hace 2 años | |
test | hace 2 años | |
.gitignore | hace 2 años | |
.metadata | hace 2 años | |
CHANGELOG.md | hace 2 años | |
LICENSE | hace 2 años | |
README.md | hace 2 años | |
analysis_options.yaml | hace 2 años | |
pubspec.yaml | hace 2 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