0 purchases
webview test
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';
copied to clipboard
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.