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
auto_route-4.0.0/lib/src/router/widgets/auto_route_navigator.dart:47:22: Warning: Operand of null-aware operation '?.' has type 'WidgetsBinding' which excludes null.
- 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('/D:/flutter/packages/flutter/lib/src/widgets/binding.dart').
WidgetsBinding.instance?.addPostFrameCallback((_) {
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Just update your flutter to latest 3.0.0 release
Actual results
The text was updated successfully, but these errors were encountered: