We had initially selected `unawaited_futures` for inclusion in core lints, however ran into some issues that need resolving first, including: - [ ] https://github.com/dart-lang/sdk/issues/58348, Method-side opt-out for unawaited_futures - [x] https://github.com/dart-lang/sdk/issues/58351, Move unawaited to package:meta - [ ] Enable the lint in the flutter codebase for dogfooding (opting out some `Navigator` and `AnimationController` methods, maybe others)
We had initially selected
unawaited_futuresfor inclusion in core lints, however ran into some issues that need resolving first, including:NavigatorandAnimationControllermethods, maybe others)