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
flutter_clean_architecture-5.0.4/lib/src/view.dart:142:29: Error: Method 'addObserver' cannot be called on 'WidgetsBinding?' because it is potentially null.
'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../../../Desktop/projects/flutter/packages/flutter/lib/src/widgets/binding.dart').
Try calling using ?. instead.
WidgetsBinding.instance.addObserver(_controller);
^^^^^^^^^^^
Failed to package com.example.app.
Command PhaseScriptExecution failed with a nonzero exit code
The text was updated successfully, but these errors were encountered:
flutter_clean_architecture-5.0.4/lib/src/view.dart:142:29: Error: Method 'addObserver' cannot be called on 'WidgetsBinding?' because it is potentially null.
'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../../../Desktop/projects/flutter/packages/flutter/lib/src/widgets/binding.dart').
Try calling using ?. instead.
WidgetsBinding.instance.addObserver(_controller);
^^^^^^^^^^^
Failed to package com.example.app.
Command PhaseScriptExecution failed with a nonzero exit code
The text was updated successfully, but these errors were encountered: