mpesa_flutter_plugin 1.6.0 mpesa_flutter_plugin: ^1.6.0 copied to clipboard
Use this plugin to implement Lipa Na MPESA Online in your flutter app. This only gives you a payment initialization interface.
0.0.1 #
- Basic functioning of STK push.
0.0.2 #
- Bug fixes
0.0.3 #
- Added support for iOS
- Migrated android version to support androidx
- Changed following properties:
- String amount to double amount
- String callbackUrl to Uri callbackUrl
- String baseUrl to Uri baseUri
- Removed enableDebugModeWithLogging method.
0.0.4 #
- Removed unnecessary dependencies in android.
0.0.5 #
- Upgraded intl version to 0.16.0
1.0.0 #
- Fixed a bug where the Initializer expected a return of type Map but an exception thrown returns a string.
- Removed platform specific folders since they are no longer in use
1.5.0-beta1 #
- Migrated to sound null safety
1.6.0-beta1 #
- Added documentation for store till number support (thanks to Dedan Kibere)
- Upgraded example app to use flutter embedding v2