An open API service indexing awesome lists of open source software.

https://github.com/hubcarl/flutter_native_webview

Flutter WebView Plugin By Android&iOS WebView
https://github.com/hubcarl/flutter_native_webview

androidview flutter flutter-plugin flutter-webview uikitview

Last synced: about 1 year ago
JSON representation

Flutter WebView Plugin By Android&iOS WebView

Awesome Lists containing this project

README

          

# flutter_native_webview

Flutter Use Native WebView

## Getting Started

#### Create

```
flutter create --template=plugin --org com.sky -i swift -a java flutter_native_webview
```

#### Check

```
flutter packages pub publish --dry-run
```

#### Publish

```
flutter packages pub publish
```

#### Running

```
cd example
flutter run
```

## Configuration

- Trying to embed a platform view but the PrerollContext does not support embedding

```
在iOS工程的info.plist文件中添加键值对key=io.flutter.embedded_views_preview value=YES
```

## Document

https://flutter.dev/docs/development/packages-and-plugins/developing-packages