omjo_captcha 0.0.10
omjo_captcha: ^0.0.10 copied to clipboard
A customizable text-based CAPTCHA widget for Flutter with randomized colorful characters and lines. No backend required.
0.0.10 - 2025-07-18 #
Added #
- Added status badges at the top of
README.mdfor improved visibility and pub.dev integration:- Pub version:
- License:
- Platform:
- Pub version:
0.0.9 - 2025-07-14 #
Added #
- Added live demo hosted on Netlify: https://omjocaptcha.netlify.app
- Linked demo in
README.mdunder "Live Demo" section - Added
documentation:field inpubspec.yamlfor better pub.dev integration
Changed #
- Minor visual refactoring of demo layout in
example/lib/main.dart - Clarified README phrasing and formatting for international audience
0.0.8 - 2025-07-14 #
Added #
- Added “Support the Project” section in README.md with Buy Me a Coffee link
0.0.7 - 2025-07-14 #
Changed #
- Applied
dart formatto all source files to comply with Dart formatting guidelines. - Improved pub.dev score by addressing formatting issues.
0.0.6 - 2025-07-14 #
Added #
- Added full Dart documentation comments (
///) to all public API elements:CaptchaCharCaptchaLineCaptchaController
- Improved pub.dev analysis score by satisfying documentation coverage requirements.
0.0.5 - 2025-07-14 #
Added #
- Introduced
CaptchaControllerclass for easier and reusable state management. - Added documentation comments to meet pub.dev API guidelines.
Changed #
- Updated
example/lib/main.dartto useCaptchaControllerinstead of manual character/line generation. - Improved modularity and reusability for developers not using GetX.
0.0.3 - 2025-07-14 #
Changed #
- Updated the license section in
README.mdto include full name and organization.
0.0.1 #
- Initial release of
omjo_captcha - Support for randomized CAPTCHA characters
- Support for disturbance lines
- Stateless drawing using CustomPainter
- Example app included