Skip to content

Releases: nayanaubie/open_file_manager

2.1.0

Choose a tag to compare

@nayanaubie nayanaubie released this 26 Aug 11:17
  • Added support for Swift Package Manager (SPM) in iOS.

2.0.2

Choose a tag to compare

@nayanaubie nayanaubie released this 25 Aug 14:59
  • Migration to Built-in-Kotlin for the Android plugin.
  • Fixed deprecated code in the example app.

2.0.1

Choose a tag to compare

@nayanaubie nayanaubie released this 19 Feb 07:02
  • Fix source files using dart format .

2.0.0

Choose a tag to compare

@nayanaubie nayanaubie released this 18 Feb 14:31
  • 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 with folderPath in AndroidConfig.

BREAKING CHANGES:

  • The FolderType enum is renamed to AndroidFolderType for Android.
  • Removed the required keyword from folderType param in AndroidConfig; AndroidFolderType.download is now used as the default value.
  • subFolderPath param in IosConfig is renamed to folderPath and is now optional.

1.1.1

Choose a tag to compare

@nayanaubie nayanaubie released this 12 Feb 08:18
  • Added doc comments in source files.

1.1.0

Choose a tag to compare

@nayanaubie nayanaubie released this 12 Feb 05:29
  • Upgrade Android configuration to support latest Gradle version.
  • Upgrade cocoapods to the latest version in iOS example app.

1.0.3

Choose a tag to compare

@nayanaubie nayanaubie released this 11 Feb 12:48
  • Added namespace in android/build.gradle to support new Gradle versions.

1.0.2

Choose a tag to compare

@nayanaubie nayanaubie released this 11 Feb 12:47
bae9543
  • Updated Flutter linter & Dart analysis.

1.0.1

Choose a tag to compare

@nayanaubie nayanaubie released this 11 Feb 12:45
e939784
  • Added videos in Preview

1.0.0

Choose a tag to compare

@nayanaubie nayanaubie released this 11 Feb 12:43
  • Added support of opening Recent folder in Android and any sub-folder inside app's document in iOS