seo_renderer 0.6.0
seo_renderer: ^0.6.0 copied to clipboard
A flutter plugin to render text widgets as html for SEO purpose.
0.5.0 #
- Using Widget
RobotDetectorto detect google bot etc.debugoption to enable robot mode even if user agent don't have it. routeObservername changed toseoRouteObserverTextRenderernow can haveTextorRichTextaschildor simplytextas String. if both suppliedtextproperty will be prioritised.styleproperty now haveTextRendererStylewhich is Enum, defaults toTextRendererStyle.paragraphLinkRendererhavetextproperty instead ofanchorTextandhrefinstead oflinkto provide Link.ImageRenderercan havesrcwhich is String type and child which can be anyImageProvider.srcwill have priority in both them.RenderScrollListeneris removed and scrolls will be automatically handled.- All thanks to @krokyze, see PR11
0.4.0 #
- New ScrollAware widget to listen and update renderer widgets without RenderController. see PR #9
0.3.0 #
- Added Element type with paragraph as default. see PR #6
0.2.0 #
- Included ImageRenderer
0.1.0 #
- Conditional Import in case of VM
- Support of RichText & Text.rich()
- Added clear() method to Controller
0.0.4 #
- making more route aware
0.0.3 #
- Fix : appending elements to body
- removed flutter_html
- clearing elements in case of push as well
0.0.2 #
- Included LinkRender
- Separated TextRenderer
- Route Observers to remove Element from html
0.0.1 #
- Initial Release