flutter_file_manager_platform_interface 2.1.0
flutter_file_manager_platform_interface: ^2.1.0 copied to clipboard
A common platform interface for the flutter_file_manager plugin.
2.1.0 #
- Added exceptions
FileSaverException&FileSaverCancelledException - Pre-implement
writeFileAsStringfor all platforms
2.0.0 #
- Bumped Dart SDK to
3.4.0
1.1.1 #
- Fixed pub score
- Upgraded dependencies
1.1.0 #
- Removed
MimeTypeenum
1.0.2 #
- Use
PlatformInterfacefor the baseFileManagerPlatformclass
1.0.1 #
- Changed method
writeFiletowriteFileAsString - Created new method
writeFilewhich takes aUint8List - Fixed documentation
1.0.0 #
- Initial release.