Since this morning, the generation step of built value (pub run build_runner build
) is failing with
[SEVERE] built_value_generator:built_value on lib/client.dart (cached):
Unknown error in BuiltValueGenerator for myproject|lib/client.dart.
NoSuchMethodError: The method 'getParsedLibraryByElement' was called on null.
Receiver: null
Tried calling: getParsedLibraryByElement(Instance of 'LibraryElementImpl')
I tried upgrading to built value 6.6.0 (from 6.3.2), but it didn't help
Dart version is 2.1.0-dev.9.4
Any suggestions are welcome