Skip to content

Commit

Permalink
for modified as publishing package
Browse files Browse the repository at this point in the history
  • Loading branch information
rdnasim committed Jun 24, 2023
1 parent a491a00 commit d251d97
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
## 0.1.0

* initial release.

## 0.1.1
Expand All @@ -16,7 +15,12 @@
## 0.1.3
* Modified the README.md
* Flutter formats the code [flutter format .]
## 0.1.3

## 0.2.0
* Modified the README.md
* Added Tokenized API feature
* Changed API of flutter Bkash
* Added some feature
* Pay using bKash without an agreement
* Create a bKash agreement for future payments
* Pay using bKash with an agreement
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ class HomePageState extends State<HomePage> {
/// remove focus from TextField to hide keyboard
FocusManager.instance.primaryFocus?.unfocus();

// Goto BkashPayment page & pass the params
/// Goto BkashPayment page & pass the params
try {
/// call payWithAgreement method to pay with agreement as parameter pass the context, amount, agreementId, marchentInvoiceNumber
final result =
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_bkash
description: Flutter package for payment gateway service bKash (Bangladesh). bKash payment easy to implement through this package on your flutter project.
version: 1.0.0
version: 0.2.0
homepage: https://github.com/codeboxrcodehub/flutter-bkash

environment:
Expand Down

0 comments on commit d251d97

Please sign in to comment.