../../../development/tools/flutter/.pub-cache/hosted/pub.dartlang.org/responsive_sizer-3.0.6+1/lib/src/helper.dart:56:33: Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null.
hassanyassiin opened this issue · comments
hassanyassiin commented
when I made flutter upgrade, then this errors shows, but the app is still running normally!!
CoderUni commented
Thanks for filing this issue. It has now been fixed since ^3.0.7
hassanyassiin commented
Thanks for your response, but the error still shown.
CoderUni commented
I looks like the problem is caused by upgrading to flutter 3: flutter/flutter#103561. I added some changes to add support for flutter 3 as well.