dart-lang / dart-pad

An online Dart editor with support for console, web, and Flutter apps
https://dartpad.dev
BSD 3-Clause "New" or "Revised" License
1.71k stars 555 forks source link

Various UI and accessibility issues in SketchPad #2747

Open parlough opened 11 months ago

parlough commented 11 months ago

This isn't a complete list but some initial issues.

parlough commented 9 months ago

If anyone is interested in helping to fix these or other issues, you can find the source at https://github.com/dart-lang/dart-pad/tree/main/pkgs/sketch_pad.

You'll need to run the sample with the current Flutter beta or main channels, and it is more likely to work well on Chrome until some fixes land in Flutter.

For development, you'll likely want to use a command like:

flutter run -d chrome --web-browser-flag "--disable-web-security"

Feel free to keep fixes small to just one fix or a few related ones. Definitely don't fix all these in one PR.

Let me know if you have any questions and thanks for your help!