publish 0.0.1
publish: ^0.0.1 copied to clipboard
A Flutter package to simplify generating Android signing keys and creating signed bundles for Play Store publishing.
publish #
publish is a Flutter package designed to help developers easily generate Android signing keys and create signed app bundles for Play Store publishing without remembering complex commands. Simplify your release workflow with just a few steps!
Features #
- Automatically generate signing keys for Android apps.
- Easily create signed Android app bundles.
- Simplified workflow for Play Store publishing.
- Reduce the need for multiple terminal commands.
Installation #
Add the following line to your pubspec.yaml file:
dependencies:
publish: <LATEST_VERSION>
Then run:
flutter pub get