Skip to content

AsmaTrabelsi/FlutterPayment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Stripe Integration

This is a Flutter project that showcases the integration of Stripe payments into a shopping app. The project includes a product detail screen design for a furniture shop.

Features

Displays the details of a selected furniture product, including name, description, price, and image. Enter payment information using Stripe Complete a successful payment using Stripe

Demo

Notes

This project uses the stripe_payment package for Flutter to interact with the Stripe API. You can find more information about the package here. Make sure to replace the API keys with your own in a production environment.