webview_test 0.0.1
webview_test: ^0.0.1 copied to clipboard
A Flutter package to display Google in a WebView.
Features #
provide native webview
Getting started #
iOS 設定 #
ios/Runner/Info.plist
ファイルに以下を追加してください:
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>io.flutter.embedded_views_preview</key>
<true/>
## Usage
Include short and useful examples for package users. Add longer examples
to `/example` folder.
```dart
const like = 'sample';
Additional information #
Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.