I just upgraded to Flutter 3 and my flutter project console is full of warnings. Did anyone know how to fix these warnings or should I wait for the stable update from flutter itself.
Flutter 3 : Warning : Operand of null-aware operation '!' has type 'SchedulerBinding' which excludes null
2.3k Views Asked by MANISH At
2
The issue is due to the presence of outdated packages. You can fix this by running
flutter pub upgrade
inside your app directory