Skip to content

Commit 833689c

Browse files
authored
Update README.md
1 parent 8b0a899 commit 833689c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ flutter pub add flutter_bkash
2626
This will add a line like this to your package's `pubspec.yaml` (and run an implicit **`flutter pub get`**):
2727
```
2828
dependencies:
29-
flutter_bkash: ^0.1.3
29+
flutter_bkash: ^0.2.0
3030
```
3131
Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more. Import it, Now in your Dart code, you can use:
3232
```
@@ -137,17 +137,17 @@ try {
137137

138138
Examples for see the `/example` folder.
139139

140-
**Here is the example code**
141-
```
142-
Example Code implement here.
143-
```
140+
**Here is the example code** [link](https://github.com/codeboxrcodehub/flutter-bkash/blob/master/example/lib/main.dart)
144141

145142
### Importance Notes
146143
- Read the comments in the example of code
147144
- See the documents and demo checkout [bKash API Specifications](https://developer.bka.sh/v1.2.0-beta/reference), [bKash Payment Checkout Demo](https://merchantdemo.sandbox.bka.sh/frontend/checkout)
148145

149146

150147
## Contributing
148+
**Core Maintainer**
149+
- [Md Riadul Islam](https://github.com/rdnasim)
150+
- [ABDULLAH AL MASUM](https://github.com/dev-masum)
151151

152152
Contributions to the **flutter_bkash** package are welcome. Please note the following guidelines before submitting your pull request.
153153

@@ -158,4 +158,4 @@ Contributions to the **flutter_bkash** package are welcome. Please note the foll
158158

159159
flutter_bkash package is licensed under the [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause).
160160

161-
Copyright 2023
161+
Copyright 2023 [Codeboxr.com Team](https://codeboxr.com/team-codeboxr/). We are not affiliated with bKash and don't give any guarantee.

0 commit comments

Comments
 (0)