You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../../../../development/flutter/.pub-cache/hosted/pub.dartlang.org/math_keyboard-0.1.9/lib/src/widgets/math_field.dart:338:25: Error: Method 'insert' cannot be called on 'OverlayState?' because it is potentially null.
- 'OverlayState' is from 'package:flutter/src/widgets/overlay.dart' ('../../../../development/flutter/packages/flutter/lib/src/widgets/overlay.dart').
Try calling using ?. instead.
Overlay.of(context).insert(_overlayEntry!);
^^^^^^
Info
i use flutter 3.0.5
math_keyboard: 0.1.8 -> working
math_keyboard: 0.1.9 -> error
please revoke 0.1.9 version and change the version number to 0.2.x to avoid break change issue
The text was updated successfully, but these errors were encountered:
same issue. I don't use math_keyboard but its look like one of my dependencies depond on this package and throw this issue while deploying. in the new flutter sdk Overlay.of(context) is non-nullable so gives you warning. I check my depedencies with this commands flutter pub deps and I found out flutter_quiz use it but my flutter_quill version is very old and the math_keyboard version of it is 0.1.8 but in deploying it says math_keyboard 0.1.9 has some issues
any idea?
Bug description
Info
i use flutter 3.0.5
math_keyboard: 0.1.8 -> working
math_keyboard: 0.1.9 -> error
please revoke 0.1.9 version and change the version number to 0.2.x to avoid break change issue
The text was updated successfully, but these errors were encountered: