file_selector_linux 0.0.2 file_selector_linux: ^0.0.2 copied to clipboard
Liunx implementation of the file_selector plugin.
file_selector_linux #
The Linux implementation of file_selector
.
Usage #
Import the package #
This package has not yet been endorsed, meaning that you need to add file_selector_linux
as a dependency in your pubspec.yaml
. It will be not yet be automatically included in your app
when you depend on package:file_selector
.
This is what the above means to your pubspec.yaml
:
...
dependencies:
...
file_selector: ^0.7.0
file_selector_linux: ^0.0.2
...