Skip to content

Commit d251d97

Browse files
committed
for modified as publishing package
1 parent a491a00 commit d251d97

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
## 0.1.0
2-
32
* initial release.
43

54
## 0.1.1
@@ -16,7 +15,12 @@
1615
## 0.1.3
1716
* Modified the README.md
1817
* Flutter formats the code [flutter format .]
19-
## 0.1.3
18+
19+
## 0.2.0
2020
* Modified the README.md
2121
* Added Tokenized API feature
2222
* Changed API of flutter Bkash
23+
* Added some feature
24+
* Pay using bKash without an agreement
25+
* Create a bKash agreement for future payments
26+
* Pay using bKash with an agreement

example/lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ class HomePageState extends State<HomePage> {
310310
/// remove focus from TextField to hide keyboard
311311
FocusManager.instance.primaryFocus?.unfocus();
312312

313-
// Goto BkashPayment page & pass the params
313+
/// Goto BkashPayment page & pass the params
314314
try {
315315
/// call payWithAgreement method to pay with agreement as parameter pass the context, amount, agreementId, marchentInvoiceNumber
316316
final result =

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_bkash
22
description: Flutter package for payment gateway service bKash (Bangladesh). bKash payment easy to implement through this package on your flutter project.
3-
version: 1.0.0
3+
version: 0.2.0
44
homepage: https://github.com/codeboxrcodehub/flutter-bkash
55

66
environment:

0 commit comments

Comments
 (0)