Releases: nayanaubie/open_file_manager
Releases · nayanaubie/open_file_manager
Release list
2.1.0
2.0.2
- Migration to
Built-in-Kotlinfor the Android plugin. - Fixed deprecated code in the example app.
2.0.1
2.0.0
- Set minimum Dart SDK to
3.7.0. - Upgrade Android platform to use
ktsscript.
NEW FEATURES:
- Added support of opening specific folder in
Android.AndroidFolderType.othershould be used along withfolderPathinAndroidConfig.
BREAKING CHANGES:
- The
FolderTypeenum is renamed toAndroidFolderTypefor Android. - Removed the
requiredkeyword fromfolderTypeparam inAndroidConfig;AndroidFolderType.downloadis now used as the default value. subFolderPathparam inIosConfigis renamed tofolderPathand is now optional.
1.1.1
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.gradleto support new Gradle versions.
1.0.2
1.0.1
1.0.0
- Added support of opening
Recentfolder inAndroidand anysub-folderinside app's document iniOS