bootpay_webview_flutter_wkwebview 3.23.25 copy "bootpay_webview_flutter_wkwebview: ^3.23.25" to clipboard
bootpay_webview_flutter_wkwebview: ^3.23.25 copied to clipboard

PlatformiOSmacOS

webview_flutter_wkwebview 를 국내 결제환경에 맞게 fork 떠서 관리하는 프로젝트 입니다.

webview_flutter_wkwebview #

The Apple WKWebView implementation of webview_flutter.

Usage #

This package is endorsed, which means you can simply use webview_flutter normally. This package will be automatically included in your app when you do, so you do not need to add it to your pubspec.yaml.

However, if you import this package to use any of its APIs directly, you should add it to your pubspec.yaml as usual.

External Native API #

The plugin also provides a native API accessible by the native code of iOS applications or packages. This API follows the convention of breaking changes of the Dart API, which means that any changes to the class that are not backwards compatible will only be made with a major version change of the plugin. Native code other than this external API does not follow breaking change conventions, so app or plugin clients should not use any other native APIs.

The API can be accessed by importing the native plugin bootpay_webview_flutter_wkwebview:

Objective-C:

@import bootpay_webview_flutter_wkwebview;

Then you will have access to the native class BTWebViewFlutterWKWebViewExternalAPI.

Contributing #

For information on contributing to this plugin, see CONTRIBUTING.md.

0
likes
130
points
995
downloads

Publisher

unverified uploader

Weekly Downloads

webview_flutter_wkwebview 를 국내 결제환경에 맞게 fork 떠서 관리하는 프로젝트 입니다.

Repository (GitHub)
View/report issues
Contributing

Topics

#html #webview #webview-flutter

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

bootpay_webview_flutter_platform_interface, flutter, meta, path

More

Packages that depend on bootpay_webview_flutter_wkwebview

Packages that implement bootpay_webview_flutter_wkwebview