2023-12-25 17:18:33 +00:00
## 1.0.8
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.10`
2023-12-23 13:31:37 +00:00
## 1.0.7
2023-12-23 13:33:09 +00:00
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.9`
2023-12-23 13:31:37 +00:00
2023-12-18 11:40:16 +00:00
## 1.0.6
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.8`
2023-12-17 21:58:09 +00:00
## 1.0.5
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.7`
2023-12-07 15:59:30 +00:00
## 1.0.4
2023-12-17 21:58:09 +00:00
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.6`
2023-12-11 23:40:25 +00:00
- Updated `CookieManager` methods return value
2023-12-07 15:59:30 +00:00
2023-12-06 01:19:40 +00:00
## 1.0.3
- Fixed "Flutter 3.7.10 error Dart library 'dart:ui_web' is not available on this platform" [#1900 ](https://github.com/pichillilorenzo/flutter_inappwebview/issues/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
2023-12-04 03:32:01 +00:00
## 1.0.2
2023-12-17 21:58:09 +00:00
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.5`
2023-12-04 03:32:01 +00:00
2023-11-28 00:27:06 +00:00
## 1.0.1
2023-12-17 21:58:09 +00:00
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.2`
2023-11-28 00:27:06 +00:00
2023-11-27 11:11:26 +00:00
## 1.0.0
2023-11-27 11:09:17 +00:00
2023-11-27 11:11:26 +00:00
Initial release.