Skip to content

Commit c818dd2

Browse files
Add update about Flutters official webview package
1 parent 34a86ab commit c818dd2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ This package is designed with simplicity in mind. Flutter currently does not sup
4040
into the widget tree. This package is designed to be a reasonable alternative for rendering static web content
4141
until official support is added.
4242

43+
### Update:
44+
The official Flutter WebView package has been created and is in a developer preview. It's not stable yet, so I'll continue to support this project at least until webview_flutter hits 1.0.0.
45+
46+
Check out the official Flutter WebView package here: https://pub.dartlang.org/packages/webview_flutter
47+
48+
4349
## Example Usage:
4450

4551
Html(
@@ -78,4 +84,4 @@ until official support is added.
7884

7985
This package has a known issue where text does not wrap correctly. Setting `useRichText` to true fixes the issue
8086
by using an alternate parser. The alternate parser, however, does not support the `customRender` callback, and several elements
81-
supported by the default parser are not supported by the alternate parser.
87+
supported by the default parser are not supported by the alternate parser.

0 commit comments

Comments
 (0)