Null check operator used on a null value #46035
Labels
legacy-area-analyzer
Use area-devexp instead.
needs-info
We need additional information from the issue author (auto-closed after 14 days if no response)
P3
A lower priority bug or feature request
Flutter 2.0.6 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 1d9032c7e1 (13 days ago) • 2021-04-29 17:37:58 -0700
Engine • revision 05e680e202
Tools • Dart 2.12.3
There is my pubspec :
When I run the build runner it crashes this way on a random file :
The issue is in this function :
Is there because of the null-safety feature ?
Here it tells that's because of the injectable_generator but if i remove it it will crashes in the same way because of the retrofit generator or the serializable lib.
The text was updated successfully, but these errors were encountered: