flutter_file_saver 0.8.1
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
to2.1.1
New Contributors #
- @pathconnected made their first contribution in https://github.com/TesteurManiak/flutter_file_saver/pull/15
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
to2.1.0
flutter_file_manager_ios
to2.1.0
flutter_file_manager_macos
to2.1.0
flutter_file_manager_platform_interface
to2.1.0
flutter_file_manager_web
to2.1.0
0.7.0 #
- Bumped Dart SDK to
3.4.0
and Flutter SDK to3.22.0
- Updated dependencies
- Compatible with WASM
0.6.2 #
- Fixed pub score
- Upgraded dependencies
0.6.1+1 #
- Fixed repository link
0.6.0 #
- Upgraded
flutter_file_manager_android
to1.2.0+1
to save file using the native dialog - Updated documentation
0.5.1 #
- Upgraded
flutter_file_manager_android
to1.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 #
- Added support for MacOS with flutter_file_manager_macos
- Added method
writeFileAsBytes
0.3.0 #
- Added support for iOS with flutter_file_manager_ios
- Added
example/
project
0.2.1 #
- Fixed Android build issues.
0.2.0 #
- Updated dependencies:
- flutter_file_manager_platform_interface to
1.0.2
- flutter_file_manager_web to
1.0.2
- flutter_file_manager_platform_interface to
- Added Android support with flutter_file_manager_android
0.1.1 #
- Fixed registration of web dependency
0.1.0 #
- Initial release.