Aucune description

L3odr0id 075725f50e Better incapsulation il y a 2 ans
bin 2cf99dabe6 Key creator il y a 2 ans
example 2cf99dabe6 Key creator il y a 2 ans
gif 47a72f19c3 High res gif il y a 2 ans
lib 075725f50e Better incapsulation il y a 2 ans
test a6ecd52aec Iteration 2.5 il y a 2 ans
.gitignore 2cf99dabe6 Key creator il y a 2 ans
.metadata 5416c3454f init project il y a 2 ans
CHANGELOG.md fb5d55133e 1.0.1 il y a 2 ans
LICENSE a3286751f6 Some stuff il y a 2 ans
README.md 1c90bb9784 Update README.md il y a 2 ans
analysis_options.yaml a3286751f6 Some stuff il y a 2 ans
pubspec.yaml fb5d55133e 1.0.1 il y a 2 ans

README.md

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.

Features

Use these flags:

  • -a (required) to set alias
  • -p (required) to set a password
  • -y to overwrite the .keystore if keys/KEYSTORE_NAME.keystore has already been created

Getting started

Add package in dev_dependencies

dev_dependencies:
  keystore_generator:

Usage

Command flutter pub run keystore_generator -a test -p test123 -y creates a keystore with 'test' alias, 'test123' password and overwrites existing keystore.

Demo gif

Additional information

Package modifies files exactly as recommended here