open_folder 0.0.4
open_folder: ^0.0.4 copied to clipboard
A Flutter plugin to open folders on Android, iOS, macOS, Windows, and Linux platforms.
0.0.4 #
- Updates minimum supported SDK version to Flutter 3.44 / Dart 3.12.
- Migrates Android plugin to built-in Kotlin (removes legacy KGP apply).
- Fixes Windows: use
CreateProcessinstead ofsystem()to avoid false "Exit code 1" errors when Explorer delegates to a running instance.
0.0.3 #
- Fix bug android path
0.0.2 #
- Fix Bug: Handle null folder path gracefully.
0.0.1 #
- Initial release of the open_folder plugin.