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
- Host: GitHub
- URL: https://github.com/hubcarl/flutter_native_webview
- Owner: hubcarl
- License: other
- Created: 2019-06-12T06:37:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-12T06:42:58.000Z (almost 7 years ago)
- Last Synced: 2025-01-11T20:42:24.493Z (about 1 year ago)
- Topics: androidview, flutter, flutter-plugin, flutter-webview, uikitview
- Language: Java
- Size: 57.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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