Skip to content

Commit

Permalink
Improved readme and pubspec for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Dec 18, 2023
1 parent 95eb2a2 commit 9ea49cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@

**This package is an alpha version. Please take into consideration that breaking changes could occur in future versions.**

Adyen Flutter provides you with the building blocks to create a checkout experience for your shoppers, allowing them to pay using the payment method of their choice.
The building blocks support Android and iOS.

The Adyen Flutter library provides you with the building blocks to create a seamless checkout experience for your Android and iOS Flutter app. By using Drop-in, your
shoppers pay using the payment method of their choice.

You can integrate in two ways:

- Drop-in: A wrapper for the native iOS and Android Adyen Drop-in - an all-in-one solution, the quickest way to accept payments in your app.
- Drop-in: A wrapper for the native iOS and Android Adyen Drop-in - an all-in-one out of the box solution, the quickest way to accept payments in your app.
- Card component: A wrapper for the native iOS and Android Adyen card components - A dedicated card widget, allowing card payments in your app.

![preview](https://github.com/Adyen/adyen-android/assets/9079915/e6e18a07-b30f-41f0-b7ef-701b20e2e339)
Expand Down
12 changes: 9 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
name: adyen_checkout
description: Adyen checkout SDK for Flutter
description: Adyen checkout library for Flutter.
version: 0.0.1
homepage: https://github.com/Adyen/adyen-flutter
repository: https://github.com/Adyen/adyen-flutter
issue_tracker: https://github.com/Adyen/adyen-flutter/issues
documentation: https://docs.adyen.com/online-payments/build-your-integration

topics:
- Payments
- Checkout

environment:
sdk: '>=3.0.6 <4.0.0'
sdk: ^3.0.6
flutter: ">=3.3.0"

dependencies:
Expand Down

0 comments on commit 9ea49cd

Please sign in to comment.