open_filex icon indicating copy to clipboard operation
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)

Results 7 open_filex issues
Sort by recently updated
recently updated
newest added

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...

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...

This PR removes the deprecated `package` attribute from AndroidManifest.xml. Starting with Android Gradle Plugin 7.0.0, the `package` attribute in the manifest has been deprecated in favor of the `namespace` property...

Refactor Android Gradle build configuration to use Plugin DSL - Updates `settings.gradle` to use the declarative `pluginManagement` block for applying Flutter's Gradle plugins. - Removes the deprecated imperative `apply` method...

在ios18上受动画影响,导致导航栏不显示,播放页面无法正常关闭。 1、添加延时解决 2、关闭动画(第一次点击还是无导航栏)