CoderUni / responsive_sizer

Responsive Sizer helps implement are responsive layout by providing helper widgets and extensions

Home Page:https://pub.dev/packages/responsive_sizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

../../../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

when I made flutter upgrade, then this errors shows, but the app is still running normally!!

Thanks for filing this issue. It has now been fixed since ^3.0.7

Thanks for your response, but the error still shown.

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.