Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This Plugin is to integrate ePayment gateway with Chargily easily.
- This repo is recently created for **Flutter Package**, If you are a developer and want to collaborate to the development of this package, you are welcomed!

# Installation:
Edit `pubspec.yaml` file to include [`chargily_flutter`](https://pub.dev/packages/chargily_flutter) package:
Edit `pubspec.yaml` file to include [`chargily_flutter`](http://pub.dev/packages/chargily_flutter) package:
```yaml
dependencies:
flutter:
Expand Down Expand Up @@ -44,4 +44,4 @@ void main(List<String> args) async {

final response = await chargilyClient.createPayment(invoice);
}
```
```