webview_cef
webview_cef copied to clipboard
[Dart 2]Fix null safety: If there is a MaterialApp, OverlayState cannot be null.
Purpose: Make sure this package can run on Dart 2.
Thank you for your contribution, but I still need to confirm if it has been validated on all three platforms? @NghiNguyen0604
@SinyimZhi Since this package allows Dart 2.17, we should fix null safety for the following method. Overlay.of(context)