Skip to content

Releases: UnluckyY1/flutter_downloads_folder

1.2.0

16 Dec 21:20
Compare
Choose a tag to compare

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.
  • [Android] Upgraded the required Android Java version to 17.
  • Fixed Flutter 3.27.0 warning for the Linux platform

1.1.1

25 Nov 17:26
Compare
Choose a tag to compare

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

21 May 22:47
4f3e113
Compare
Choose a tag to compare

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.

1.0.1

11 May 14:59
Compare
Choose a tag to compare

What's Changed

  • Updates documentation on README.md.
  • Fix linux compilation (#3).
  • Fix openDownloadFolder not working on Linux (#3).

Full Changelog: https://github.com/UnluckyY1/flutter_downloads_folder/commits/1.0.1