Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

57 lines (37 loc) · 1.5 KB

0.1.1

  • Updated the pub to the latest commit, fixing the issues with flutter 3.

0.1.0

  • Fixed the incomplete path in saveFile method (GitHub issue #16)
  • Fixed some crashes in some folders on saveAs method with the help of this answer
  • Fixed application crash issue reply already submitted with the help of this suggestion (GitHub issue #14)
  • Fixed Wrong or missing file extension when calling saveAs() (GitHub issue #20)

0.0.12

  • Fixed Path Provider version

0.0.11

  • Updated Readme
  • Upgraded Path Provider
  • Updated Kotlin version to 1.16.10

0.0.10

  • Updated Readme
  • Due to security reasons, I'm not able to save the files to downloads folder in android, if anyone has any idea that would work on Android 11 so please connect.

0.0.9

  • Android Permission Bug Fixed
  • Other bugs fixes

0.0.8

  • Minor Bug Fixes
  • Updated Readme

0.0.7

  • Added Save as method for Android and iOS, more coming soon
  • Bug fixes & Suggestions (Reported on Github)

0.0.6

  • Added More File Types

0.0.5

  • Minor Bug Fixes

0.0.4

  • saveFile method returns the path where the file is saved.

0.0.3

  • Minor Bug Fixes

0.0.2

  • Updated Guide

0.0.1

  • File Saver for all platforms