flutter_file_manager_android 2.1.0
flutter_file_manager_android: ^2.1.0 copied to clipboard
Android platform implementation of flutter_file_saver.
2.1.0 #
- Bumped
flutter_file_manager_platform_interface
to2.1.0
- Refactor the code using pigeon to communicate with the native code
2.0.0+1 #
- Fixed transitive dependency issue
2.0.0 #
- Bumped Dart SDK to
3.4.0
and Flutter SDK to3.22.0
1.2.1 #
- Fixed pub score
- Upgraded dependencies
1.2.0+1 #
- Removed required api Android Q from native code
1.2.0 #
Minimal API level: 19
- Use native Android file dialog
- Removed dependency to
permission_handler
(No permission required anymore)
1.1.1 #
- Call to native API to save file in the download folder
1.1.0 #
- Upgraded flutter_file_manager_platform_interface to version
1.1.0
- Removed reference to
MimeType
1.0.1 #
- Updated to version
1.0.2
of flutter_file_manager_platform_interface
1.0.0 #
- Initial release