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.
Description
Dart 3 introduced new class modifiers, and the examples in the bloc naming conventions make use of the
sealedandfinalclass 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
sealedandfinalclass modifiers.