Skip to content

2.0.0

Choose a tag to compare

@nayanaubie nayanaubie released this 18 Feb 14:31
· 10 commits to main since this release
  • 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.