Skip to content

Commit

Permalink
- adding ref for EasyUpiPayment-Android
Browse files Browse the repository at this point in the history
- adding direct download link for Download Easy Upi Payment Apk
  • Loading branch information
GJJ2019 committed Jul 11, 2022
1 parent 1fd2100 commit ef4cc16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

A new flutter plugin to make upi payment easily (only on Android).

## System requirements
# System requirements

- Flutter: >= 2.5.0
- Dart: >=2.17.5 <3.0.0
- Android: min sdk 19

## Getting started
# Getting started

Add the plugin package to the `pubspec.yaml` file in your project:

Expand Down Expand Up @@ -47,7 +47,7 @@ now go to `android/app/build.gradle` & add following lines
}
```

### Usage
# Usage

```dart
final res = await EasyUpiPaymentPlatform.instance.startPayment(
Expand All @@ -68,6 +68,8 @@ now go to `android/app/build.gradle` & add following lines

for more details see [example](https://github.com/GJJ2019/easy_upi_payment/tree/main/example)

### Note: its uses third party android package [EasyUpiPayment-Android](https://github.com/PatilShreyas/EasyUpiPayment-Android)

# License

MIT License
Expand Down
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Easy Upi Payment Example

A beautiful payment app using easy_upi_payment plugin. [Download Easy Upi Payment Apk](assets/app-release.apk).
A beautiful payment app using easy_upi_payment plugin. [Download Easy Upi Payment Apk](https://github.com/GJJ2019/easy_upi_payment/raw/main/example/assets/app-release.apk).

## Features

Expand Down

0 comments on commit ef4cc16

Please sign in to comment.