Skip to content

Commit

Permalink
Update version to 0.0.7, NEW payment flow with native UI for Android …
Browse files Browse the repository at this point in the history
…and iOS.
  • Loading branch information
isrugeek committed Dec 31, 2024
1 parent c91b4c6 commit 611437c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@

## 0.0.6

* Update payload to accept `phone_number` and remove required validation from optional parameters.
* Update payload to accept `phone_number` and remove required validation from optional parameters.

## 0.0.7

* 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
18 changes: 9 additions & 9 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.6"
version: "0.0.7"
characters:
dependency: transitive
description:
Expand Down Expand Up @@ -84,18 +84,18 @@ packages:
dependency: transitive
description:
name: connectivity_plus
sha256: e0817759ec6d2d8e57eb234e6e57d2173931367a865850c7acea40d4b4f9c27d
sha256: "224a77051d52a11fbad53dd57827594d3bd24f945af28bd70bab376d68d437f0"
url: "https://pub.dev"
source: hosted
version: "6.1.1"
version: "5.0.2"
connectivity_plus_platform_interface:
dependency: transitive
description:
name: connectivity_plus_platform_interface
sha256: "42657c1715d48b167930d5f34d00222ac100475f73d10162ddf43e714932f204"
sha256: cf1d1c28f4416f8c654d7dc3cd638ec586076255d407cef3ddbdaf178272a71a
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "1.2.4"
convert:
dependency: transitive
description:
Expand Down Expand Up @@ -291,18 +291,18 @@ packages:
dependency: transitive
description:
name: intl
sha256: "00f33b908655e606b86d2ade4710a231b802eec6f11e87e4ea3783fd72077a50"
sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf
url: "https://pub.dev"
source: hosted
version: "0.20.1"
version: "0.19.0"
js:
dependency: transitive
description:
name: js
sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
url: "https://pub.dev"
source: hosted
version: "0.7.1"
version: "0.6.7"
leak_tracker:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: chapasdk
description: Chapa flutter library to accept payment via telebirr, CBEBirr, E-birr and m-pessa etc.
version: 0.0.6
version: 0.0.7
homepage: https://github.com/chapa-et/chapa-flutter

environment:
Expand All @@ -20,7 +20,7 @@ dependencies:
pointycastle: ^3.7.4
bloc: ^8.1.3
intl: ^0.19.0
meta: ^1.11.0
meta: ^1.12.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 611437c

Please sign in to comment.