Releases: iamSahdeep/seo_renderer
Releases · iamSahdeep/seo_renderer
v0.5.0
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
v0.4.0
v0.3.0
v0.2.0
Included ImageRenderer
v0.1.0
- Conditional Import in case of VM
- Support of RichText & Text.rich()
- Added clear() method to Controller
v0.0.2
Include TextRenderer and LinkRenderer
Element with will be same as Widget width
Automatically removing the Element in case of Pop Action.