bootpay_webview_flutter_android 3.17.0 
bootpay_webview_flutter_android: ^3.17.0 copied to clipboard
A Flutter plugin that provides a WebView widget on Android.
3.17 #
- gradle version 8 지원
 
3.16.41 #
- 3.16.41 version forked
 
3.7.3 #
- ssl 경고시 강제로 진행하지 않고, 구매자의 os를 업데이트 하도록 안내
 
3.7.2 #
- ssl 경고시 강제로 진행하도록 수정
 
3.7.1 #
- 신한 쏠 스키마 추가
 
3.7.0 #
- gradle 8 support
 
3.6.31 #
- 이니시스 intent 예외처리 추가
 - flutter version update
 
3.6.2 #
- dependencies version update
 
3.6.1 #
- 팝업뷰가 더해질때 기존뷰 스크롤 up 수행
 
3.6.0 #
- 3.6.0 version forked
 
3.2.13 #
- webview_flutter 와 충돌되지 않도록 rename
 
3.2.12 #
- npay update
 
3.2.11 #
- rename
 
3.2.1 #
- 3.2.1 버전 fork
 - Updates code for stricter lint checks.
 
3.2.0 #
- Adds support for handling file selection. See 
AndroidWebViewController.setOnShowFileSelector. - Updates pigeon dev dependency to 
4.2.14. 
3.1.3 #
- Fixes crash when the Java 
InstanceManagerwas used after plugin was removed from the engine. 
3.1.2 #
- Fixes bug where an 
AndroidWebViewControllercouldn't be reused with a newWebViewWidget. 
3.1.1 #
- Fixes bug where a 
AndroidNavigationDelegatewas required to load a request. 
3.1.0 #
- Adds support for selecting Hybrid Composition on versions 23+. Please use
AndroidWebViewControllerCreationParams.displayWithHybridComposition. 
3.0.0 #
- BREAKING CHANGE Updates platform implementation to 
2.0.0release ofwebview_flutter_platform_interface. See webview_flutter for updated usage. 
2.10.4 #
- Updates code for 
no_leading_underscores_for_local_identifierslint. - Bumps androidx.annotation from 1.4.0 to 1.5.0.
 
2.10.3 #
- Updates imports for 
prefer_relative_imports. 
2.10.2 #
- Adds a getter to expose the Java InstanceManager.
 
2.10.1 #
- Adds a method to the 
WebViewwrapper to retrieve the X and Y positions simultaneously. - Removes reference to https://github.com/flutter/flutter/issues/97744 from 
README. 
2.10.0 #
- Bumps webkit from 1.0.0 to 1.5.0.
 - Raises minimum 
compileSdkVersionto 32. 
2.9.5 #
- Adds dispose methods for HostApi and FlutterApi of JavaObject.
 
2.9.4 #
- Fixes avoid_redundant_argument_values lint warnings and minor typos.
 - Bumps gradle from 7.2.1 to 7.2.2.
 
2.9.3 #
- Updates the Dart InstanceManager to take a listener for when an object is garbage collected. See https://github.com/flutter/flutter/issues/107199.
 
2.9.2 #
- Updates the Java InstanceManager to take a listener for when an object is garbage collected. See https://github.com/flutter/flutter/issues/107199.
 
2.9.1 #
- Updates Android WebView classes as Copyable. This is a part of moving the api to handle garbage collection automatically. See https://github.com/flutter/flutter/issues/107199.
 
2.9.0 #
- Ignores unnecessary import warnings in preparation for upcoming Flutter changes.
 - Fixes bug where 
Directionalityfrom context didn't affectSurfaceAndroidWebView. - Fixes bug where default text direction was different for 
SurfaceAndroidWebViewandAndroidWebView. Default is nowTextDirection.ltrfor both. - Fixes bug where setting WebView to a transparent background could cause visual errors when using
SurfaceAndroidWebView. Hybrid composition is now used when the background color is not 100% opaque. - Raises minimum Flutter version to 3.0.0.
 
2.8.14 #
- Bumps androidx.annotation from 1.0.0 to 1.4.0.
 
2.8.13 #
- Fixes a bug which causes an exception when the 
onNavigationRequestCallbackreturnfalse. 
2.8.12 #
- Bumps mockito-inline from 3.11.1 to 4.6.1.
 
2.8.11 #
- Ignores unnecessary import warnings in preparation for upcoming Flutter changes.
 
2.8.10 #
- Updates references to the obsolete master branch.
 
2.8.9 #
- Updates Gradle to 7.2.1.
 
2.8.8 #
- Minor fixes for new analysis options.
 
2.8.7 #
- Removes unnecessary imports.
 - Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
 
2.8.6 #
- Updates pigeon developer dependency to the latest version which adds support for null safety.
 
2.8.5 #
- Migrates deprecated 
Scaffold.showSnackBartoScaffoldMessengerin example app. 
2.8.4 #
- Fixes bug preventing 
mockitocode generation for tests. - Fixes regression where local storage wasn't cleared when 
WebViewController.clearCachewas called. 
2.8.3 #
- Fixes a bug causing 
debuggingEnabledto always be set to true. - Fixes an integration test race condition.
 
2.8.2 #
- Adds the 
WebSettings.setAllowFileAccess()method and ensure that file access is allowed when theWebViewAndroidWidget.loadFile()method is executed. 
2.8.1 #
- Fixes bug where the default user agent string was being set for every rebuild. See https://github.com/flutter/flutter/issues/94847.
 
2.8.0 #
- Implements new cookie manager for setting cookies and providing initial cookies.
 
2.7.0 #
- Adds support for the 
loadRequestmethod from the platform interface. 
2.6.0 #
- Adds implementation of the 
loadFlutterAssetmethod from the platform interface. 
2.5.0 #
- Adds an option to set the background color of the webview.
 
2.4.0 #
- Adds support for Android's 
WebView.loadDataandWebView.loadDataWithBaseUrlmethods and implements theloadFileandloadHtmlStringmethods from the platform interface. - Updates to webview_flutter_platform_interface version 1.5.2.
 
2.3.1 #
- Adds explanation on how to generate the pigeon communication layer and mockito mock objects.
 - Updates compileSdkVersion to 31.
 
2.3.0 #
- Replaces platform implementation with API built with pigeon.
 
2.2.1 #
- Fix 
NullPointerExceptionfrom a race condition when changing focus. This only affectsWebViewwhen it is created without Hybrid Composition. 
2.2.0 #
- Implemented new 
runJavascriptandrunJavascriptReturningResultmethods in platform interface. 
2.1.0 #
- Add 
zoomEnabledfunctionality. 
2.0.15 #
- Added Overrides in FlutterWebView.java
 
2.0.14 #
- Update example App so navigation menu loads immediatly but only becomes available when 
WebViewControlleris available (same behavior as example App in webview_flutter package). 
2.0.13 #
- Extract Android implementation from 
webview_flutter.