mirror of
https://github.com/flutter/packages.git
synced 2025-06-30 14:47:22 +08:00
[camerax] Fixes unawaited_futures
violations (#4337)
Fixes `unawaited_futures` violations in `camera_android_camerax` plugin. The only `await`s that I did not add are those related to closing/disposing native objects that shouldn't require us to wait for completion. Part of https://github.com/flutter/flutter/issues/127323.
This commit is contained in:
@ -13,7 +13,6 @@
|
||||
|
||||
# Temporary opt-outs of unawaited_futures; see
|
||||
# https://github.com/flutter/flutter/issues/127323
|
||||
- camera/camera_android_camerax
|
||||
- webview_flutter/webview_flutter
|
||||
- webview_flutter/webview_flutter_android
|
||||
- webview_flutter/webview_flutter_wkwebview
|
||||
|
Reference in New Issue
Block a user