- github action review
- Update payment objet
- Rebase web logic onto platform interface
- Update License
- Specify the official platforms available
- Adding a method for flutter web
- package to plugin
- Remove payment_failed event
- update readme.md
- Remove public_api_key
- Update callback
- Update sdk loader ui
- Add optional key callbackUrl
- Update README.md
- package to plugin
- Update License
- Specify the official platforms available
- Adding a method for flutter web
- Remove payment_failed event
- update readme.md
- Reopening wave payment
- Remove public_api_key
- Update callback
- Update sdk loader ui
- Add optional key callbackUrl
- Update README.md
- Fix wave app redirection bug
- Review sdk import
- WIDGET_SUCCESSFULLY_INIT event not found on ios emulator : hide loader with webview callback
- Review sdk import
- WIDGET_SUCCESSFULLY_INIT event not found on ios emulator : hide loader with webview callback
- fix : webview_flutter building review
- Update all plugin dependencies
- Review example project
- Review readme
- Set sandbox as required
- Update few plugin dependencies
- listen more event (PAYMENT_FAILED, PAYMENT_CANCELLED, PAYMENT_SUCCESS ) on payment callBack
- Remove loader animation
- Listen close event from javascript
- Update Stacked dependencies
- Add redirection to wave or play store application
- Update KKiaPay payment instance import link on readme
- migration to the new version of the widget ui
- update the successCallback function Map<String,dynamic> parameters to { 'requestData': { 'amount': int, 'phone': String, 'reason': String, 'data': String, 'paymentMethods': List, 'sandbox': bool, 'partnerId': String, 'countries': List, 'name': String, 'email': String }, 'transactionId': String, 'status': String }
- change webview plugin.
- update flutter webview plugin to latest version.
- add support for flutter last version
- remove appbar
- add type for callback
- kkiapay official release
- add docs
- refactor
- Initial version, created by kkiapay
- add description and fix version issue