Custom drawing implementation

This commit is contained in:
2026-02-05 17:47:03 +01:00
parent e1d72de718
commit d4d6e41a9d
14 changed files with 1291 additions and 147 deletions

View File

@@ -0,0 +1,12 @@
/// Custom drawing library for PDF annotations.
///
/// Provides scalable drawing with normalized coordinates (0-1 range)
/// that work correctly when the canvas size changes.
library;
export 'drawing_board.dart';
export 'drawing_canvas.dart';
export 'drawing_controller.dart';
export 'drawing_line.dart';
export 'drawing_toolbar.dart';
export 'paint_preset.dart';