flutter_file_saver 0.8.1 copy "flutter_file_saver: ^0.8.1" to clipboard
flutter_file_saver: ^0.8.1 copied to clipboard

Interface to provide a way to save files on the device in Flutter.

0.8.1 #

  • Bump flutter_file_manager_web to 2.1.1

New Contributors #

Full Changelog: https://github.com/TesteurManiak/flutter_file_saver/compare/0.8.0...0.8.1

0.8.0 #

  • Updated documentation
  • Use native dialog on all supported platforms
  • Bumped dependencies:
    • flutter_file_manager_android to 2.1.0
    • flutter_file_manager_ios to 2.1.0
    • flutter_file_manager_macos to 2.1.0
    • flutter_file_manager_platform_interface to 2.1.0
    • flutter_file_manager_web to 2.1.0

0.7.0 #

  • Bumped Dart SDK to 3.4.0 and Flutter SDK to 3.22.0
  • Updated dependencies
  • Compatible with WASM

0.6.2 #

  • Fixed pub score
  • Upgraded dependencies

0.6.1+1 #

  • Fixed repository link

0.6.1 #

  • Setup melos
  • Improved documentation
  • Added setFileSaverInstance method to help testing

0.6.0 #

  • Upgraded flutter_file_manager_android to 1.2.0+1 to save file using the native dialog
  • Updated documentation

0.5.1 #

  • Upgraded flutter_file_manager_android to 1.1.1 to save file in download folder
  • Improved documentation

0.5.0 #

  • Upgraded platform dependencies to version 1.1.0
  • Removed reference to MimeType

0.4.0 #

0.3.0 #

0.2.1 #

  • Fixed Android build issues.

0.2.0 #

0.1.1 #

  • Fixed registration of web dependency

0.1.0 #

  • Initial release.