Describe the bug
Getting null-aware warning on console.
To Reproduce
Steps to reproduce the behavior:
Go to terminal
Run flutter command flutter run
See warning
Expected behavior
There should have been no warning on the console.
Screenshots
Information (please complete the following information):
Device: iPhone 13
Platform mobile
Flutter version: 3.0.2
Package version 3.2.0
Additional context
../../flutter/.pub-cache/hosted/pub.dartlang.org/flutter_login-3.2.0/lib/src/widgets/animated_text.dart:57:20: Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null.
- 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../../flutter/packages/flutter/lib/src/widgets/binding.dart').
WidgetsBinding.instance!.addPostFrameCallback((_) {
Describe the bug Getting null-aware warning on console.
To Reproduce Steps to reproduce the behavior:
flutter run
Expected behavior There should have been no warning on the console.
Screenshots
Information (please complete the following information):
Additional context