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