open_file_manager 2.0.1
open_file_manager: ^2.0.1 copied to clipboard
A flutter plugin to open default file manager app. on an Android, it opens Download/Recent folder on file manager app. on iOS, it opens app's document folder in Files app.
2.0.1 #
- Fix source files using
dart format .
2.0.0 #
- Set minimum Dart SDK to
3.7.0
. - Upgrade Android platform to use
kts
script.
NEW FEATURES:
- Added support of opening specific folder in
Android
.AndroidFolderType.other
should be used along withfolderPath
inAndroidConfig
.
BREAKING CHANGES:
- The
FolderType
enum is renamed toAndroidFolderType
for Android. - Removed the
required
keyword fromfolderType
param inAndroidConfig
;AndroidFolderType.download
is now used as the default value. subFolderPath
param inIosConfig
is renamed tofolderPath
and is now optional.
1.1.1 #
- Added doc comments in source files.
1.1.0 #
- Upgrade Android configuration to support latest Gradle version.
- Upgrade cocoapods to the latest version in iOS example app.
1.0.3 #
- Added namespace in
android/build.gradle
to support new Gradle versions.
1.0.2 #
- Updated
Flutter linter
&Dart analysis
.
1.0.1 #
- Added videos in
Preview
1.0.0 #
- Added support of opening
Recent
folder inAndroid
and anysub-folder
inside app's document iniOS
0.0.4 #
- Upload preview
0.0.3 #
- Upgrade platform related files.
- Upgrade kotlin version to "1.9.10"
- Upgrade iOS deployment target to "12"
0.0.2 #
- Update description
0.0.1 #
- Initial release.