You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO] built_redux:built_redux on lib/domain/actions/app_actions.dart:Generating action classes for AppActions
[SEVERE] built_redux:built_redux on lib/domain/actions/app_actions.dart:
An error FormatterException occurred while formatting the generated source for package:***/domain/actions/app_actions.dart
which was output to lib/domain/actions/app_actions.built_redux.g.part.
This may indicate an issue in the generator, the input source code, or in the
source formatter.
Could not format because the source could not be parsed:
line 21, column 27 of .: Expected an identifier.
╷
21 │ final home = HomeActions*();
│ ^
╵
Note: My project doesn't use NNBD.
The text was updated successfully, but these errors were encountered:
Probably, there should be an option to generate code without null safety. For now, I have to pass "withNullability: false" to the getDisplayString method.
Version 7.5.11 works fine, but I have to override dependencies to use it.
Minimal reproducible example:
causes:
Note: My project doesn't use NNBD.
The text was updated successfully, but these errors were encountered: