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