Releases: iamSahdeep/seo_renderer
Releases · iamSahdeep/seo_renderer
v0.5.0
0.5.0
- Using Widget
RobotDetector
to detect google bot etc.debug
option to enable robot mode even if user agent don't have it. routeObserver
name changed toseoRouteObserver
TextRenderer
now can haveText
orRichText
aschild
or simplytext
as String. if both suppliedtext
property will be prioritised.style
property now haveTextRendererStyle
which is Enum, defaults toTextRendererStyle.paragraph
LinkRenderer
havetext
property instead ofanchorText
andhref
instead oflink
to provide Link.ImageRenderer
can havesrc
which is String type and child which can be anyImageProvider
.src
will have priority in both them.RenderScrollListener
is 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.