Skip to content

Implement dart fix #2449

@tddawson

Description

@tddawson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-enhancementA request for a change that isn't a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions