flutter_releaser 0.3.4+2
flutter_releaser: ^0.3.4+2 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.3.4+2 #
- FIX: url resolving.
0.3.4+1 #
- REFACTOR: remove archive prefix from the api path.
0.3.4 #
- REFACTOR: use the id as version id instead of file id.
- FIX: reverse the version list.
- FIX: remove unused property.
- FEAT: add talker dio logger.
0.3.3 #
- REFACTOR: rename extract method to prepare for update.
- FIX: use api request headers provider to send request to server.
- FIX: upload.
- FIX: remove http package for now.
- FIX: http response.
- FIX: convert to json.
- FEAT: implement upload command for cli.
- FEAT: add archive as well.
0.3.2 #
- FEAT: start wokring on upload command.
0.3.1 #
- REFACTOR: rename/move plugin into flutter_releaser_flutter. (#8).
- FEAT: separate the bin folder into cli application.
0.3.0 #
Note: This release has breaking changes.
- FEAT: move to flutter_releaser_cli.
- FEAT: platforms.
- BREAKING FEAT: create flutter_releaser_flutter and plugin/flutter_releaser_plugin.
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.