open_file_macos

Last updated:

0 purchases

open_file_macos Image
open_file_macos Images
Add to Cart

Description:

open file macos

open_file_macos #
A flutter plugin for macOS to open files or view files in Finder.
Usage #
import 'package:open_file_macos/open_file_macos.dart';

final _openFileMacosPlugin = OpenFileMacos();
// Open a file.
await _openFileMacosPlugin.open('path/to/a/file');
// Open a file in Finder.
await _openFileMacosPlugin.open('path/to/a/file', viewInFinder: true);
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.