akedly
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, SMS, email & soon, Totp.)
0.0.4
What this package is like to depend on
Last release 10 months ago
12 Oct 2025
Release timing varies
gaps range from 2 weeks to 3 months
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
4 releases · first in 2025
1 release in the last 12 months
see the full history below
Release timeline
4 releases · Jun 2025 to Oct 2025
2026
Releases
latest 4-
0.0.412 Oct 2025Release notes
Open source →- 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.312 Jul 2025 -
0.0.206 Jul 2025Release notes
Open source →- Updated README with improved documentation and formatting
- Enhanced package description and examples
-
0.0.122 Jun 2025Release notes
Open source →- 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