web_browser 0.7.2 web_browser: ^0.7.2 copied to clipboard
A cross-platform Flutter widget for displaying websites and other web content. Has navigation Cupertino/Material buttons and takes care of complex platform differences.
<<<<<<< HEAD #
0.7.2 #
- A small bug fix
- Improves documentation
94ace7b (Improves documentation.)
0.7.1 #
- Improves documentation
0.7.0 #
- Allows cookies, caches, and local storage to be cleared with a static method in BrowserController. By default, they are cleared when the app is started and when more than 24h is the from the last clearing.
0.6.1 #
- Small fixes.
0.6.0 #
- Many improvements.
0.5.0 #
- Migrates to Flutter 2.
0.4.0 #
- Moves
WebNode
to package:web_node.
0.3.2 #
- Fixes small issues.
0.3.1 #
- Relaxes dependency constraints.
- Improves documentation.
0.3.0 #
- Fixes dependency constraints.
- Fixes bugs with some breaking changes.
0.2.2 #
- Fixes a bug in DOM handling.
0.2.1 #
- Fixes documentation and dependencies.
0.2.0 #
- Added support for more features supported by the underlying webview_flutter.
- Added support for address bar and navigation buttons bar.
- Removed
WebText
. - Improved documentation.
0.1.0 #
- Initial release