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
writeFileAsString
for all platforms
2.0.0 #
- Bumped Dart SDK to
3.4.0
1.1.1 #
- Fixed pub score
- Upgraded dependencies
1.1.0 #
- Removed
MimeType
enum
1.0.2 #
- Use
PlatformInterface
for the baseFileManagerPlatform
class
1.0.1 #
- Changed method
writeFile
towriteFileAsString
- Created new method
writeFile
which takes aUint8List
- Fixed documentation
1.0.0 #
- Initial release.