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
Hi @simolus3,
After executing flutter pub run build_runner build
I have got this:
[SEVERE] moor_generator:moor_generator on lib/constants.dart:
Bad state: Unexpected diagnostics:
D:\DevTools\flutter\bin\cache\dart-sdk\lib\core\uri.dart:3259:39 - Expected an identifier.
[SEVERE] moor_generator:moor_generator on lib/constants.dart:
Bad state: Unexpected diagnostics:
D:\DevTools\flutter\bin\cache\dart-sdk\lib\core\uri.dart:3259:39 - Expected an identifier.
[SEVERE] moor_generator:moor_generator on lib/constants.dart:
and unable to get moor files generated. What shall I do?
The text was updated successfully, but these errors were encountered:
I think this is caused by some Flutter and analyzer weirdness, see also dart-lang/build#2763. Temporarily adding analyzer: 0.39.14 as a dev_dependency should fix this.
Hi @simolus3,
After executing
flutter pub run build_runner build
I have got this:
and unable to get moor files generated. What shall I do?
The text was updated successfully, but these errors were encountered: