scratch_card_flutter 1.0.1+0
scratch_card_flutter: ^1.0.1+0 copied to clipboard
Interactive scratch-card widget for Flutter — reveal hidden content with touch, configurable brush size, cover color, and auto-reveal threshold.
# Changelog
## 1.0.0+1 — First release
- Initial implementation of `ScratchCard` widget and example app (scratch-to-reveal UI, configurable `revealThreshold`, `brushSize`, and `coverColor`).
## 1.0.0+2 — Incremental release
- Added MIT License
## 1.0.1+0 — Patch release
- pub.dev score: Improved package description, added dartdoc for public API
(RevealCallback, ScratchCard, constructor and key fields), removed
unnecessary `library` directive, replaced deprecated API usage, and
fixed analyzer/test issues. Ran `dart format` and `dart analyze` — no issues.