hlwhl / webview_cef

WebView for Flutter Desktop Apps using CEF(Chromium Embedded Framework) [Work in Progress]
Apache License 2.0
176 stars 52 forks source link

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

Closed nghinguyengremsy closed 3 months ago

nghinguyengremsy commented 6 months ago

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

SinyimZhi commented 6 months ago

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

nghinguyengremsy commented 3 months ago

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