L3odr0id 075725f50e Better incapsulation | пре 2 година | |
---|---|---|
bin | пре 2 година | |
example | пре 2 година | |
gif | пре 2 година | |
lib | пре 2 година | |
test | пре 2 година | |
.gitignore | пре 2 година | |
.metadata | пре 2 година | |
CHANGELOG.md | пре 2 година | |
LICENSE | пре 2 година | |
README.md | пре 2 година | |
analysis_options.yaml | пре 2 година | |
pubspec.yaml | пре 2 година |
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