poirierlouis / file_system_access_api

A Dart library to expose the File System Access API from web platform.
MIT License
12 stars 1 forks source link

dart:html should not be used anymore. Switch to package:web? #9

Open eggnstone opened 1 week ago

eggnstone commented 1 week ago

When using file_system_access_api e.g. html.window.showOpenFilePicker() a warning is given:

avoid_web_libraries_in_flutter https://dart.dev/tools/diagnostic-messages#avoid_web_libraries_in_flutter Don't use web-only libraries outside Flutter web plugin packages.

Will you switch the package to use package:web?

poirierlouis commented 1 week ago

I'll take a look, thanks for reporting.