Releases: UnluckyY1/flutter_downloads_folder
Releases · UnluckyY1/flutter_downloads_folder
1.2.0
Full Changelog: 1.1.1...1.2.0
[1.2.0]
- Breaking Change:
- Removed the dependency on
permission_handler
. - This plugin no longer manages write permissions.
- Action Required: You must implement write permission handling in your app manually.
- Removed the dependency on
- [Android] Upgraded the required Android Java version to 17.
- Fixed Flutter 3.27.0 warning for the Linux platform
1.1.1
What's Changed
- Updated dependencies to the latest versions.
- Restored the Linux platform tag on pub.dev.
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Refactor: Simplify Dependencies and Improve Code Organization by @UnluckyY1 in #5
Full Changelog: 1.0.1...1.1.0
- This release represents a significant improvement over the previous version, with a focus on code organization, readability, maintainability, and error handling, while also removing dependencies to streamline the codebase and improve simplicity.