L3odr0id 075725f50e Better incapsulation | %!s(int64=2) %!d(string=hai) anos | |
---|---|---|
bin | %!s(int64=2) %!d(string=hai) anos | |
example | %!s(int64=2) %!d(string=hai) anos | |
gif | %!s(int64=2) %!d(string=hai) anos | |
lib | %!s(int64=2) %!d(string=hai) anos | |
test | %!s(int64=2) %!d(string=hai) anos | |
.gitignore | %!s(int64=2) %!d(string=hai) anos | |
.metadata | %!s(int64=2) %!d(string=hai) anos | |
CHANGELOG.md | %!s(int64=2) %!d(string=hai) anos | |
LICENSE | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
analysis_options.yaml | %!s(int64=2) %!d(string=hai) anos | |
pubspec.yaml | %!s(int64=2) %!d(string=hai) anos |
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