mateusvicente100 / payflow

My first Flutter project (study case)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo PayFlow

About πŸ“–

This project was developed at Next Level Week, an intense week of studies, networking, friendship, group work, accompanied by a sensational project developed by Rocketseat from the 20th to the 27th of June.
This application is a Billet Management, containing several features, which will soon be developed and explained.


Layout 🎨

PayFlow

The Layout was developed by Tiago Luchtenberg, and you can access it on Figma:


Functionalities πŸ› οΈ

  • Payment and Bills Management

  • Social login with Google

  • Firebase MLKit with QRCode Reading

  • Camera Usage

  • Boleto Registration

    • Ticket name
    • Maturity
    • Price
    • QRCode
  • Query Statements

  • Among many other amazing things!


Notion File πŸ“‹


How to Use πŸ€”

First of all, correctly configure the Flutter development environment on your machine, see https://flutter.dev/docs/get-started/install

- Clone this repository:
$ git clone https://github.com/mateusvicente100/payflow payflow

- Enter in directory:
$ cd payflow

- For install dependencies:
$ flutter pub get

- Run the app: 
$ flutter run

How to Contribute πŸ’ͺ

- Fork the project 

- Create a new branch with your changes:
$ git checkout -b my-feature

- Save your changes and create a commit message telling you what you did:
$ git commit -m "feature: My new feature"

- Submit your changes:
$ git push origin my-feature

About

My first Flutter project (study case)

License:MIT License


Languages

Language:Dart 60.3%Language:C++ 24.3%Language:CMake 9.5%Language:HTML 4.4%Language:C 0.9%Language:Swift 0.5%Language:Kotlin 0.1%Language:Objective-C 0.0%