-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
enhancementNew feature or requestNew feature or requestextensionThis issue relates to bloc extensionsThis issue relates to bloc extensions
Description
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.
KDCinfo
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestextensionThis issue relates to bloc extensionsThis issue relates to bloc extensions