- Added MacOS platform (webview_flutter)
- Updated dependencies
- Updated example
- Fix initialUrl not working on mobile
- Added transparent background color to the native webview
- Updated dependencies to latest versions
- Updated to Dart >=3.0.0 <4.0.0
- Added Windows platform
- Moving platform specific settings to options class
- Updated example
- Updated README
- Updated dependencies
- 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
- Null Safety
- Removed cupertino_icons
- Fixing Typo
- Added onLoaded Callback
- Support for multiple WebViews on the same screen thanks to @MypaceEngine
- To have multiple views you need to add a unique key
- Added RepaintBoundary
- Added Selectable Text
- Added Markdown Source
- Added Html Source
- Added Html Element Source
- Updated Controller
- Added Remote Download
- Added Convert to Widgets
- Added Allow Fullscreen on Web
- Initial Plugin