-
Notifications
You must be signed in to change notification settings - Fork 606
Description
I love DartPad, especially as an instructional tool to get people playing with Flutter/Dart without having to install anything.
While ultimately informative, I find the frequent info-level issues, underlines, and notifications confuse first-timers. For example, I understand how it can be good practice to get people in the habit of using 'const' properly, but when someone's just playing around it's scary and confusing to see things like:
"Prefer const literals as parameters of constructors on @immutable classes."
These can be especially annoying if you start development with placeholder widgets, add const to appease the linter, then see an actual issue when you change the widget to something non-constant.
I'd love to be able to have greater control over whether these show up, or generally more clarity for new users about what they need to be concerned about.