Rough Notation Flutter
Author: 0xharkiratCreated Apr 20, 2025Updated Apr 20, 2025
Flutter Version of Rough Notation
Hi @pshihn and contributors ,
I just wanted to share that I’ve created a Flutter version of this incredible library!
Inspired by Rough Notation’s beautifully minimal API and hand-drawn annotation styles, this package recreates the same experience using Flutter’s CustomPainter.
gif from homepage (Flutter web)
Project Links
- Pub.dev: https://pub.dev/packages/rough_notation
- Homepage (Flutter web): https://roughnotation-flutter.web.app
- GitHub Repo: https://github.com/0xharkirat/rough_notation
✨ Features Implemented
- Underline
- Box
- Circle
- Highlight
- Strike-through
- Crossed-off
- Brackets
- Grouped animations
- Manual triggers with controller
- RichText + WidgetSpan support
Acknowledgement
Big thanks for the original idea, API design, and inspiration behind this project. The website design and library philosophy were super helpful while recreating the experience for Flutter developers.
I hope this helps bring the ✏️ magic of hand-drawn annotations to the Flutter world as well! Contributions welcome.
Thanks again!
Source: rough-stuff/rough-notation