bootpay_webview_flutter_android 2.8.32 copy "bootpay_webview_flutter_android: ^2.8.32" to clipboard
bootpay_webview_flutter_android: ^2.8.32 copied to clipboard

outdated

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

webview_flutter_android #

The Android 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.

Contributing #

This package uses pigeon to generate the communication layer between Flutter and the host platform (Android). The communication interface is defined in the pigeons/android_webview.dart file. After editing the communication interface regenerate the communication layer by running the ./generatePigeons.sh shell script.

Due to flutter/flutter#97744, the generated test pigeon file needs one of its imports updated to properly work with mockito.

In test/android_webview.pigeon.dart, change

import '../lib/src/android_webview.pigeon.dart';

to

import 'package:bootpay_webview_flutter_android/src/android_webview.pigeon.dart';

Besides pigeon this package also uses mockito to generate mock objects for testing purposes. To generate the mock objects run the following command:

flutter packages pub run build_runner build --delete-conflicting-outputs

If you would like to contribute to the plugin, check out our contribution guide.

0
likes
0
pub points
44%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

bootpay_webview_flutter_platform_interface, flutter

More

Packages that depend on bootpay_webview_flutter_android