akedly 0.0.4
akedly: ^0.0.4 copied to clipboard
A simple Flutter package for Akedly OTP verification. Provides a clean interface for sending and verifying OTP codes through Akedly's Orchestrating API algorithm for all available channels (WhatsApp, [...]
0.0.4 #
- Expanded SDK compatibility to support Dart 2.12.0+ (from 3.8.1+)
- Now supports all Flutter versions from 1.17.0+
- Fixed example app to be compatible with older Dart versions
- Maximum compatibility for all active Flutter developers
0.0.3 #
- Minor bug fixes and improvements
0.0.2 #
- Updated README with improved documentation and formatting
- Enhanced package description and examples
0.0.1 #
- Initial release of the Akedly Flutter package
- Simple API with just two methods:
sendOTP()andverifyOTP() - Automatic transaction management - handles all internal API calls
- Comprehensive error handling with
AkedlyException - Full test coverage
- Complete documentation and example app
- Support for dependency injection for testing