Skip to content

feat: (IntelliJ Plugin) Make use of Dart 3 class modifiers #3911

@kputh

Description

@kputh

Description

Dart 3 introduced new class modifiers, and the examples in the bloc naming conventions make use of the sealed and final class modifiers. The event and state classes generated by the bloc plugin for IntelliJ IDEA deviate from the official documentation by not using these new class modifiers.

Desired Solution

Offer the option to have the bloc plugin for IntelliJ IDEA generate events and states for Dart 3 using the sealed and final class modifiers.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestextensionThis issue relates to bloc extensions

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions