PayFlow - A Billet Management build with flutter
PayFlow
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.
- ✅ Liftoff ?
- ✅ Maximum Speed ?♂️
- ✅ In Orbit ??
- ✅ Landing ?
- ✅ Surface Exploration ⚡
- ✅ Accelerating your Career ?
- ✅ Mission Closure ?
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!
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/felipecastrosales/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