I'm new in flutter and I want to build web application by flutter web,flutter build apk
is worked for me, but when I run Flutter build web
I have this error.
I followed up every step according to this document and use // @dart=2.9
top of all of my class that has error null check.
do you have any idea about this problem?!