Files
packages.dart/deprecated/easy_web_view/CHANGELOG.md
T
2026-01-15 14:38:46 -08:00

80 lines
1.2 KiB
Markdown

## 2.1.0
- Added MacOS platform (webview_flutter)
- Updated dependencies
- Updated example
## 2.0.2
* Fix initialUrl not working on mobile
## 2.0.1
* Added transparent background color to the native webview
## 2.0.0
* Updated dependencies to latest versions
* Updated to Dart >=3.0.0 <4.0.0
## 1.6.0
- Added Windows platform
- Moving platform specific settings to options class
- Updated example
- Updated README
- Updated dependencies
## 1.5.0
- Updated dependencies in pubspec.yaml
- Changed impl.dart to use the new version of flutter_markdown
- Removed cupertino_icons
- Changed .gitignore
- Added analysis_options.yaml to ignore undefined_prefixed_name warning
- Updated example
## 1.4.0-nullsafety
- Null Safety
## 1.3.1
- Removed cupertino_icons
## 1.3.0
- Fixing Typo
- Added onLoaded Callback
## 1.2.0
- Support for multiple WebViews on the same screen
thanks to @MypaceEngine
- To have multiple views you need to add a unique key
## 1.1.2
- Added RepaintBoundary
## 1.1.1
- Added Selectable Text
## 1.1.0
- Added Markdown Source
- Added Html Source
- Added Html Element Source
- Updated Controller
- Added Remote Download
- Added Convert to Widgets
## 1.0.1
- Added Allow Fullscreen on Web
## 1.0.0
- Initial Plugin