rough_notation 0.0.1
rough_notation: ^0.0.1 copied to clipboard
Create animated, hand-drawn-style annotations on widgets using Flutter’s CustomPainter. Inspired by the Rough Notation JS library.
0.0.1 #
- Initial release of
rough_notation
for Flutter 🎉 - Supports 7 annotation styles:
- Underline
- Box
- Circle
- Highlight
- Strike-through
- Crossed-off
- Bracket
- Built-in support for:
- Autoplay
- Manual control via
RoughAnnotationController
- Sequenced group animations via
RoughAnnotationRegistry
- WidgetSpan support for inline rich text annotations
- Inspired by the original Rough Notation JS library
- All annotations rendered using Flutter’s
CustomPainter