akedly 0.0.3
akedly: ^0.0.3 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.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