Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
woynshetb committed Dec 30, 2024
1 parent dc7ecc6 commit b8ebc18
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,27 @@ The official **Chapa Flutter SDK** enables Flutter developers to integrate Chapa
---
## **Preview**

<div style="display: flex; flex-wrap: wrap; justify-content: space-between;">
<div style="width: 48%; text-align: center;">
<div style="display: flex; justify-content: space-between; align-items: center;">
<div style="text-align: center;">
<p>Payment Methods in Grid View</p>
<img src="doc/gridview.png" alt="Payment Methods in Grid View" style="width: 100%;" />
<img src="doc/gridview.png" alt="Payment Methods in Grid View" style="width: 200px;" />
</div>
<div style="width: 48%; text-align: center;">
<div style="text-align: center;">
<p>Payment Methods in List View with Customized Button Color</p>
<img src="doc/listview.png" alt="Payment Methods in List View" style="width: 100%;" />
<img src="doc/listview.png" alt="Payment Methods in List View" style="width: 200px;" />
</div>

<div style="width: 48%; text-align: center;">
<div style="text-align: center;">
<p>Error</p>
<img src="doc/error.png" alt="Error" style="width: 100%;" />
<img src="doc/error.png" alt="Error" style="width: 200px;" />
</div>
<div style="width: 48%; text-align: center;">
<div style="text-align: center;">
<p>Successful Payment Receipt</p>
<img src="doc/success.png" alt="Successful Payment Receipt" style="width: 100%;" />
<img src="doc/success.png" alt="Successful Payment Receipt" style="width: 200px;" />
</div>
</div>




## **Getting Started**

### **Installation**
Expand Down

0 comments on commit b8ebc18

Please sign in to comment.