Skip to content
Merged
Prev Previous commit
Next Next commit
Add note about showPicker API.
  • Loading branch information
ditman committed Jul 12, 2023
commit c8101e6052a79a3491cc353d0df70a0546747b2a
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class DomHelper {
completer.complete(<XFile>[]);
});

// TODO(dit): Reimplement this with the showPicker() API, https://github.com/flutter/flutter/issues/130365
inputElement.click();

return completer.future;
Expand Down