flutter_releaser 0.2.0+1
flutter_releaser: ^0.2.0+1 copied to clipboard
A comprehensive desktop application updater and release tool that simplifies packaging, releasing, and updating Flutter desktop applications across Windows, Linux, and macOS platforms.
0.2.0+1 #
- FIX: remove unused variable.
0.2.0 #
Note: This release has breaking changes.
- REFACTOR: rename platform to targetplatform.
- FIX: add listener to upload progress notifier as well.
- FIX: macos plugin.
- FIX: give archive path.
- FEAT: add flutter_releaser:build cli.
- FEAT: add pubspec parser for the cli.
- FEAT: upload with new parameters.
- FEAT: implement upload system.
- FEAT: const.
- FEAT: abstraction layer for http requests. (#2).
- FEAT: add update function.
- FEAT: initial version. (#1).
- FEAT: test.
- BREAKING FEAT: start working on upload system.
- BREAKING CHANGE: implementing the new api specifications. (#3).
0.1.0 #
Note: This release has breaking changes.
- FIX: add listener to upload progress notifier as well.
- FIX: macos plugin.
- FIX: give archive path.
- FEAT: upload with new parameters.
- FEAT: implement upload system.
- FEAT: const.
- BREAKING FEAT: start working on upload system.
- BREAKING CHANGE: implementing the new api specifications. (#3).
0.0.5 #
- FEAT: add update function.
0.0.4 #
- FEAT: initial version. (#1).
- FEAT: return version in check and notify method as well.
- FEAT: add logger export.
0.0.2 #
- FEAT: test.