- Intital version of Chapa's flutter library - Aug 29, 2022
- Update homepage URL
- Removing comments from the pubspec
- Update readme
- Add Examples
- Now fallback url comes with transaction refrence and user paid value.
- Formatting and other minor reported bugs
- Update payload to accept
phone_number
and remove required validation from optional parameters.
- Add Native UI Support for Android and iOS
- Improve payment flow with native implementation of webview
- Use public key for web checkout instead of secret key for better security
- Update Assets from CDN
- Update dependencies
- Updated all dependencies to their latest stable versions
- Fixed issues reported by developers, including adaptiveness and responsiveness
- Added a custom callback function to support developers using custom routing packages
- Updated the README to guide developers on using direct charge in both Test and Live modes
- Added inline comments to improve the points we have in dart package
- Enhanced exception handling for web checkout to address known issues
- Fixed connectivity check type mismatch in ChapaWebView
- Improved code formatting and style consistency