Issue
When initializing the main widgt we use addPostFrameCallback on a potential nullable WidgetBinding.instance with Flutter versions previous to Flutter 3 this can make a problem
Fix
Add ambiguate callback to check on the nullable object WidgetBinding.instance
Issue When initializing the main widgt we use addPostFrameCallback on a potential nullable
WidgetBinding.instance
with Flutter versions previous to Flutter 3 this can make a problemFix Add
ambiguate
callback to check on the nullable objectWidgetBinding.instance