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
when run on flutter 3, the following warning is shown:
/Applications/flutter/.pub-cache/hosted/pub.dartlang.org/sliding_number-0.0.4/lib/sliding_number.dart:86:20: Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null.
- 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('/Applications/flutter/packages/flutter/lib/src/widgets/binding.dart').
WidgetsBinding.instance!.addPostFrameCallback((_) {
The text was updated successfully, but these errors were encountered:
when run on flutter 3, the following warning is shown:
The text was updated successfully, but these errors were encountered: