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.