From d251d97fb740da9ab54c7910a667af00e065b45e Mon Sep 17 00:00:00 2001 From: rdnasim Date: Sat, 24 Jun 2023 12:04:36 +0600 Subject: [PATCH] for modified as publishing package --- CHANGELOG.md | 8 ++++++-- example/lib/main.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad45e9d..b0e17c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,4 @@ ## 0.1.0 - * initial release. ## 0.1.1 @@ -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 diff --git a/example/lib/main.dart b/example/lib/main.dart index 56db431..d11d774 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -310,7 +310,7 @@ class HomePageState extends State { /// 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 = diff --git a/pubspec.yaml b/pubspec.yaml index 13174ed..a20d7d7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: