iosWebViewFix/flutter_inappwebview_macos
Lorenzo Pichilli 7bb70eb7d9 fix #1900, Try to load just the URL of an URLRequest if the HTTP method is GET and the HTTP request fails due to an error such as a CORS policy error #1901 2023-12-06 02:19:40 +01:00
..
example fix #1900, Try to load just the URL of an URLRequest if the HTTP method is GET and the HTTP request fails due to an error such as a CORS policy error #1901 2023-12-06 02:19:40 +01:00
lib Updated minimum platform interface and implementation versions, Fixed events not called on InAppBrowser and ChromeSafariBrowser opening same instance multiple times 2023-12-04 04:32:01 +01:00
macos possible fix for #1894 2023-12-05 19:48:24 +01:00
test created flutter_inappwebview_macos 2023-11-27 09:46:37 +01:00
.gitignore created flutter_inappwebview_macos 2023-11-27 09:46:37 +01:00
.metadata created flutter_inappwebview_macos 2023-11-27 09:46:37 +01:00
CHANGELOG.md possible fix for #1894 2023-12-05 19:48:24 +01:00
LICENSE updated CHANGELOG and LICENSE 2023-11-27 12:11:26 +01:00
README.md updated README 2023-11-27 18:59:19 +01:00
analysis_options.yaml updated analysis options 2023-11-27 18:41:59 +01:00
build.yaml created flutter_inappwebview_macos 2023-11-27 09:46:37 +01:00
pubspec.yaml possible fix for #1894 2023-12-05 19:48:24 +01:00

README.md

flutter_inappwebview_macos

The Apple macOS WKWebView implementation of flutter_inappwebview.

Usage

This package is endorsed, which means you can simply use flutter_inappwebview 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.