stac_webview 1.0.0
stac_webview: ^1.0.0 copied to clipboard
A comprehensive WebView parser for Stac, serving as a wrapper for the `webview_flutter` package to seamlessly integrate web content within Stac applications.
1.0.0 #
- Converted
StacWebViewfrom Freezed toStacWidgetbase class - Fields are now nullable with defaults applied in the parser
StacWebViewnow extendsStacWidgetfor consistency with other Stac widgets- Improved documentation following Stac widget patterns
0.2.0 #
- Bump webview_flutter and json_serializable versions.
0.1.2 #
- Add pub.dev topics
0.1.1 #
- minor changes
0.1.0 #
- Update webview_flutter to 4.10.0
- Add layoutDirection property to the WebView
- Add documentation for the WebView
0.0.3 #
- minor changes
0.0.1 #
- Add support for the WebView in Stac