webview_cef icon indicating copy to clipboard operation
webview_cef copied to clipboard

[Dart 2]Fix null safety: If there is a MaterialApp, OverlayState cannot be null.

Open nghinguyengremsy opened this issue 11 months ago • 1 comments

Purpose: Make sure this package can run on Dart 2.

nghinguyengremsy avatar Mar 13 '24 07:03 nghinguyengremsy

Thank you for your contribution, but I still need to confirm if it has been validated on all three platforms? @NghiNguyen0604

SinyimZhi avatar Mar 22 '24 10:03 SinyimZhi

@SinyimZhi Since this package allows Dart 2.17, we should fix null safety for the following method. Overlay.of(context)

nghinguyengremsy avatar Jun 21 '24 08:06 nghinguyengremsy