external_path 2.2.0
external_path: ^2.2.0 copied to clipboard
A flutter plugin to get internal, external storage and external public directory path.
2.2.0 #
- FIXED: Unresolved reference: Registrar #15 Thanks to the PR from yavuzfeti
- FIXED: Removed References to deprecated v1 Android embedding #11 Thanks to the PR from yaakovschectman
- Required minimum java SDK 17.
- Update kotlin version to 1.8.10
- Set minimum flutter sdk to 3.22.0 & dart SDK to 3.4.0
2.1.0 #
- ADDED: iOS support.
2.0.1 #
- FIXED: Typo in README.md
2.0.0 #
- FIXED: Gradle-Upgrade 8.0 fails #10. Thanks to the PR from abdelaziz-mahdy
1.0.3 #
- Modify CHANGELOG file
1.0.2 #
- Add Support for flutter 3
- Update Android SDK to 33
- Replace jcenter() with mavenCentral()
- Updated dependencies
1.0.1 #
- Remove class conflict with other package.
1.0.0 #
- This is initial release with newest Flutter SDk and null safety.