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