open_filex
open_filex copied to clipboard
A plug-in that can call native APP to open files with string result in flutter, support iOS(UTI) / android(intent) / PC(ffi) / web(dart:html)
This PR reduces the code from two files to 4 lines and also fixes the error in linux and mac on opening of files with special characters. More info from...
Add WASM support
Latest Flutter version from the beta channel (v3.25.0) has a warning with this entries in the pubspec.yaml ``` Package open_filex:linux references dartPluginClass:linux as the default plugin, but the package does...