Updated 'flutter_circular_text' package, added multi text support and alignment property to align text around startAngle
#AndroidDev#iOS#flutter#flutterio#FlutterDev
Single Text Demo:
Created new widget StickyFlipHeader it has child and header property, flip depends on scroll value. Done with Flutter's RenderBox and works well in any Scrollable widget.
Flutter Web Demo: bit.ly/2FOqzDY#AndroidDev#iOS#flutter#flutterio#FlutterDev
Items inside CustomScrollView are custom RenderBoxes. Cell size calculated in performLayout method and overlay color tween, text positioning and scaling done in paint method.
Flutter Web Demo: bit.ly/2Xd0qJJ#AndroidDev#iOS#flutter#flutterio#FlutterDev