Skip to content

This repository is my working application for payment methods

Notifications You must be signed in to change notification settings

AhmadAbbas8/flutter_payment-practice

Repository files navigation

Flutter Payment App

A Flutter Payment App with clean architecture

Star this repo if you like what you see.

Packages I use:

  • flutter_stripe: link

      For payment integration
    
  • flutter_bloc: link

      For State State-management
    
  • dartz: link

      To add function programming principles to dart
    
  • get_it: link

      To help me in dependency Injection 
    
  • dio: link

      For API requests
    
  • flutter_svg: link

  • font_awesome_flutter: link

Getting Started

Note: Make sure your Flutter environment is setup.

Installation

In the command terminal, run the following commands:

$ git clone https://github.com/AhmadAbbas8/flutter_payment-practice.git
$ cd flutter_payment-practice/
$ flutter pub get
$ flutter run