Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krokyze authored Jan 14, 2024
1 parent debca8b commit 28a1349
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ class App extends StatelessWidget {
 
There's two available SeoTree implementations:
* **WidgetTree (recommended)** - based on traversing widget tree, while it's bit slower than SemanticsTree it's production ready and doesn't have any blocking Flutter SDK issues.
* **SemanticsTree (`experimental`)** - based on traversing semantic data node tree. Does traverse the tree faster but enables known Flutter SDK issues and doesn't support `Seo.head(...)`, `Seo.text(style: ...)`, `Seo.link(rel: ...)`:
* https://github.com/flutter/flutter/issues/90794
* https://github.com/flutter/flutter/issues/110284
* **SemanticsTree (`experimental`)** - based on traversing semantic data node tree. Does traverse the tree faster but doesn't support `Seo.head(...)`, `Seo.text(style: ...)`, `Seo.link(rel: ...)`

 
## Sample Usage
Expand Down

0 comments on commit 28a1349

Please sign in to comment.