Flutter Use Native WebView
flutter create --template=plugin --org com.sky -i swift -a java flutter_native_webview
flutter packages pub publish --dry-run
flutter packages pub publish
cd example
flutter run
- Trying to embed a platform view but the PrerollContext does not support embedding
在iOS工程的info.plist文件中添加键值对key=io.flutter.embedded_views_preview value=YES
https://flutter.dev/docs/development/packages-and-plugins/developing-packages