fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 929 forks source link

Null safety support #880

Closed shouichi closed 3 years ago

shouichi commented 3 years ago

Null safety is stable now in flutter. Any plan to migrate flutter_webview_plugin to null safety?

paulobreim commented 3 years ago

It is imperative that Null Safety be implemented as quickly as possible. Failure to do so will harm all users who are using this lib.