apryt 1.0.0
apryt: ^1.0.0 copied to clipboard
A command-line tool for Flutter developers to manage production releases and versioning.
Changelog #
1.0.0 - 2024-11-30 #
- Initial release of
aprytCLI tool for Flutter developers. - Added functionality for versioning releases, following a structured format:
apryt-prod-1.0.0-release-DYYYYMMDDTHHMMSS. - Implemented the ability to generate production and release versions with unique timestamps based on the local machine's time zone.
- Included a command to create a production release:
apryt prod release. - Ensured the package is ready for distribution and publishing on
pub.dev.