Skip to content

Commit

Permalink
Changes for 0.0.9-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
wilburx9 committed Feb 18, 2020
1 parent 3f68df6 commit d91538a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.0.9-alpha
* Fixed bugs with validating initializer fields(#3)
* Fixed issue with rendering company name (#4)
* Cleaned up 3ds URLs (#5)
* Implemented ACH payment
* Implemented Mobile money Francophone Africa payment method (thanks to @ybanezmi).
* Upgraded Flutter and Android dependencies
* Implement Mpesa payment
* Setup CI pipeline

## 0.0.8-alpha+1
* Fixed issue with initializing payload with payment plan
* Added error messages for payment methods that's under development
Expand Down
11 changes: 8 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: rave_flutter
description: A new Flutter plugin for making payment with Flutterwave's rave.
version: 0.0.8-alpha+1
version: 0.0.9-alpha
author: Wilberforce Uwadiegwu <faradaywilly@gmail.com>
homepage: https://github.com/wilburt/rave_flutter

environment:
sdk: ">=2.2.2 <3.0.0"
flutter: ">=1.10.0 <2.0.0"

dependencies:
flutter:
Expand All @@ -28,8 +29,12 @@ dev_dependencies:

flutter:
plugin:
androidPackage: com.flutterwave.rave_flutter
pluginClass: RaveFlutterPlugin
platforms:
android:
package: com.flutterwave.rave_flutter
pluginClass: RaveFlutterPlugin
ios:
pluginClass: RaveFlutterPlugin

assets:
- assets/images/

0 comments on commit d91538a

Please sign in to comment.