hisaichi5518 / native_webview

A Flutter plugin that allows you to add an inline WebView.
https://pub.dev/packages/native_webview
Other
52 stars 18 forks source link

Upgrade Flutter and fix Android typing to align with the SDK #109

Closed chuganzy closed 1 year ago

chuganzy commented 1 year ago

This PR is to make this package compatible with Flutter 3.3.x.

No change was needed in iOS, but some were needed in Android for nullability updates in Flutter SDK.

This PR also improves Android integration test's stability.