file_picker_web 3.0.2
file_picker_web: ^3.0.2 copied to clipboard
Web platform implementation of the file_picker plugin, providing browser file selection, file streaming, and file loading.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add file_picker_webWith Flutter:
$ flutter pub add file_picker_webThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
file_picker_web: ^3.0.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:file_picker_web/file_picker_web.dart';