yust_open_file_x 4.7.1
yust_open_file_x: ^4.7.1 copied to clipboard
A Univelop fork of open_filex that adds iOS 26 default-app support (useIosDefaultApp flag). Opens files via the native app on iOS/Android/desktop/web.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add yust_open_file_xThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
yust_open_file_x: ^4.7.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:yust_open_file_x/yust_open_file_x.dart';