Skip to content

Empty0Qc/Flutter_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_payment_app

This project was created when studying Youtube's course and is only used to record my own learning process.

Flutter payment app In this tutorial you will learn how to build a complete payment app in flutter.

This tutorial is divided into two sections. In the first section we covered the UI. And in the section we will see how to do the actual payment with backend.

Check out the link for the payment app starter code. It includes graphics and some basic starter dart file

https://www.dbestech.com/flutter_payment_app_2021_10_02.zip

and check out the video link here for first part of the series.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Here you will learn how to build a payment app from scratch for iOS and Android using fltuter step by step.

Flutter payment app building will cover payment UI, payment with paypal and braintree and with backend api. This tutorial also cover complex ui building using stack widgets.

This is first part of the series where we covered the payment ui. Payment ui includes home page, payment history and payment page.

https://www.youtube.com/watch?time_continue=1380&v=RJW__xxu5vY&feature=emb_logo

In the first part we did the following

  1. Building complext payment ui

  2. Select with payment options with Getx

  3. Make payment with paypal Braintree

  4. Backend record of the payment

The widgets we have used are

  1. Stack widgets

  2. Positioned widgets

  3. MediaQuery.removePadding

  4. Container widgets

  5. TextPainter widgets

  6. TextSpan widgets

I just decode the local json file to the data, If you want do something likes backend service, you can try by yourself.

In the after time, i'll try the backend service to this project when i have any free times.

The following content is about the original link to the directory provided by the original author.

In the second part we did the following

  1. Flutter service

  2. Flutter Getx for data processing and building list.

  3. Flutter Getx controller

  4. Learn about flutter Future types

  5. Build JSON Files

  6. Read JSON files

  7. Build data model

  8. Build the backend

  9. Build get API for the app

  10. Build post API for the app and test with Postman

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published