Rough Notation Flutter

โœ๏ธ Rough Notation Flutter

Live Demo

Status: Open Source

๐ŸŽจ Overview

Rough Notation Flutter is a lightweight Flutter package that brings animated, hand-drawn-style annotations to Flutter apps โ€” inspired by the popular Rough Notation JavaScript library.

This project reimagines expressive, sketch-style annotations natively in Flutter.

๐Ÿ› ๏ธ Features

  • ๐Ÿงฑ Built from Scratch in Dart: Reimplemented the core rendering logic from JavaScript to Dart, translating canvas operations into Flutter’s CustomPaint.
  • ๐Ÿ–Œ๏ธ Hand-Drawn Visual Style: Achieved rough, animated annotation effects (e.g., underline, box, highlight) using precise control of stroke randomness and animation timing.
  • ๐ŸŽ›๏ธ Interactive Annotation Controls: Enabled group-based sequencing, trigger-based reveals, and reusable annotation sets โ€” useful for guided tutorials and onboarding.
  • ๐ŸŽจ Custom Painter Expertise: Utilized advanced CustomPainter techniques for smooth, performant drawing effects across platforms.

๐Ÿ’ก Use Cases

  • Highlighting UI components during onboarding.
  • Drawing user attention to key areas with hand-drawn effects.
  • Educational or playful UI designs in apps.

๐Ÿš€ Get Started

You can try the package live at:

The package is open-source and designed for developers who want expressive, whimsical UI annotations in Flutter without third-party JS dependencies.