webview_test 0.0.1 copy "webview_test: ^0.0.1" to clipboard
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.

1
likes
140
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to display Google in a WebView.

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_webview_plugin

More

Packages that depend on webview_test