file_picker_web 3.0.1
file_picker_web: ^3.0.1 copied to clipboard
Web platform implementation of the file_picker plugin, providing browser file selection, file streaming, and file loading.
// An example demonstrating the usage of file_picker_web.
import 'package:file_picker_web/file_picker_web.dart';
void main() {
print('Web implementation: $FilePickerWeb');
}