miguelpruivo/flutter_file_picker

Flutter web wasm

Opened this issue · 2 comments

When I try to make build with flutter build web --wasm it giving error "Error: Dart library 'dart:html' is not available on this platform.
import 'dart:html';"

Screenshot 2024-05-21 at 13 28 59

We should switch to dart:js_interop instead of dart:html

This looks like it has been done - https://github.com/miguelpruivo/flutter_file_picker/blob/master/lib/_internal/file_picker_web.dart. Would there be a new release anytime soon?