Describe the bug
cubit state template seems to have a typo like below:
- const factory ${pascalCaseCubitName}State.inital() = _Initial;
+ const factory ${pascalCaseCubitName}State.initial() = _Initial;
To Reproduce
Generate new cubit with vscode bloc extension
Expected behavior
Fix it if need be.
Hi @MasterHiei 馃憢
Thanks for opening an issue!
This has been fixed in #1822 and published in v5.3.1 馃帀
Most helpful comment
Hi @MasterHiei 馃憢
Thanks for opening an issue!
This has been fixed in #1822 and published in v5.3.1 馃帀