open_file icon indicating copy to clipboard operation
open_file 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 108 open_file issues
Sort by recently updated
recently updated
newest added

```WORK DONE``` 1. `FFi` updated to v2. 2. android migrated from `v1` to `v2`, 3. folder name corrected, ` plaform -> platform`. 4. package version updated to `3.2.2` 5. Gradle...

Hello, First, thanks for your great job :) Since one month now, we use your library in production. And it strangely matches with several Android users receiving an alert on...

Today I received a new message regarding a Flutter app published in Play Store, with the following information: > You'll need to complete a declaration soon for apps using REQUEST_INSTALL_PACKAGES...

With Flutter_boost, when registering the plug-in, [UIApplication sharedApplication].delegate. delegate.windows may also be modified by function:"- (BOOL)application:(UIApplication *)application DidFinishLaunchingWithOptions: (NSDictionary *) launchOptions", The obtained rootViewController may not be the actual ViewController,...

When I am using open_file package with google_sign_in and google_maps_flutter. IOS app crash. If I uncomment both of these 2 packages everything works fine. Packages I am using google_maps_flutter: ^2.1.1...

The Flutter app crashes with open_file. PDF can be created, displayed and downloaded normally on the actual Android device. I changed the iOS 15.0 simulator from iPhone 13 Pro Max...

Simes like this plugin is abandoned. Does anyone have suggestion for an alternative? Thanks in advance

This happened when I try to open file with brackets in name: ![Снимок экрана 2022-07-13 в 11 31 07](https://user-images.githubusercontent.com/62744385/178688687-26ded590-8fa5-449d-86da-fcb8e3f3390c.png) This pull request fix this.