bootpay_webview_flutter_wkwebview 3.13.11 bootpay_webview_flutter_wkwebview: ^3.13.11 copied to clipboard
webview_flutter_wkwebview 를 국내 결제환경에 맞게 fork 떠서 관리하는 프로젝트 입니다.
3.13.11 #
- event channel rename
3.13.1 #
- clone version 3.13.1
3.4.2 #
- build version update
3.4.1 #
- deeplink bug fixed
3.4.0 #
- clone version 3.4.0
3.0.24, 3.0.25 #
- npay update
3.0.23 #
- rename
3.0.22 #
- rebuild
3.0.21 #
- pigeons update
3.0.2 #
- refork 3.0.2
2.9.51 #
- bootpay_webview_flutter_platform_interface version update
2.9.5 #
- bootpay fork 2.9.5 version
- 팝업 생성시 onCreateWebViewForDelegate 이벤트를 전달하지 않게 변경됨
- 팝업을 메인 웹뷰가 대체되어서 로딩되는것이 아닌, 화면UI에 add 되었다가 remove 되는 것으로 정책을 잡음
- Updates imports for
prefer_relative_imports
.
2.9.4 #
- Fixes avoid_redundant_argument_values lint warnings and minor typos.
- Fixes typo in an internal method name, from
setCookieForInsances
tosetCookieForInstances
.
2.9.3 #
- Updates
webview_flutter_platform_interface
constraint to the correct minimum version.
2.9.2 #
- Fixes crash when an Objective-C object in
FWFInstanceManager
is released, but the dealloc callback is no longer available.
2.9.1 #
- Fixes regression where the behavior for the
UIScrollView
insets were removed.
2.9.0 #
- Ignores unnecessary import warnings in preparation for upcoming Flutter changes.
- Replaces platform implementation with WebKit API built with pigeon.
2.8.1 #
- Ignores unnecessary import warnings in preparation for upcoming Flutter changes.
2.8.0 #
- Raises minimum Dart version to 2.17 and Flutter version to 3.0.0.
2.7.5 #
- Minor fixes for new analysis options.
2.7.4 #
- Removes unnecessary imports.
- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
2.7.3 #
- Removes two occurrences of the compiler warning: "'RequiresUserActionForMediaPlayback' is deprecated: first deprecated in ios 10.0".
2.7.2 #
- Fixes an integration test race condition.
- Migrates deprecated
Scaffold.showSnackBar
toScaffoldMessenger
in example app.
2.7.12 #
- wkwebview delegate event logic update
2.7.11 #
- fork project
- flutter pub publish 시에는 too long 버그로 example 제거 후 올려야함
2.7.1 #
- Fixes header import for cookie manager to be relative only.
2.7.0 #
- Adds implementation of the
loadFlutterAsset
method from the platform interface.
2.6.0 #
- Implements new cookie manager for setting cookies and providing initial cookies.
2.5.0 #
- Adds an option to set the background color of the webview.
- Migrates from
analysis_options_legacy.yaml
toanalysis_options.yaml
. - Integration test fixes.
- Updates to webview_flutter_platform_interface version 1.5.2.
2.4.0 #
- Implemented new
loadFile
andloadHtmlString
methods from the platform interface.
2.3.0 #
- Implemented new
loadRequest
method from platform interface.
2.2.0 #
- Implemented new
runJavascript
andrunJavascriptReturningResult
methods in platform interface.
2.1.0 #
- Add
zoomEnabled
functionality.
2.0.14 #
- Update example App so navigation menu loads immediatly but only becomes available when
WebViewController
is available (same behavior as example App in webview_flutter package).
2.0.13 #
- Extract WKWebView implementation from
webview_flutter
.