Payflow
My first Flutter project (study case)
Install / Use
/learn @mateusvicente100/PayflowREADME
<p align="center">
<img src="https://user-images.githubusercontent.com/59374587/122830149-4f3dc700-d2be-11eb-9fe2-316561d10772.png" width="100" alt="Logo PayFlow"/>
</p>
<h2 align="center">About 📖</h2>
<p align="center">
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.<br>
This application is a Billet Management, containing several features, which will soon be developed and explained.<br>
</p>
<h2 align="center">Layout 🎨</h2> <p align="center"> <img alt="PayFlow" title="PayFlow" src="https://user-images.githubusercontent.com/59374587/122856653-86779c80-d2ed-11eb-8927-8c5433dc37d3.png" /> </p> <p align="center"> The Layout was developed by <a href="https://instagram.com/tiagoluchtenberg">Tiago Luchtenberg</a>, and you can access it on Figma:
<h2 align="center">Functionalities 🛠️</h2> <p>
<h2 align="center">Notion File 📋</h2>
<h2 align="center">How to Use 🤔</h2>
<h2 align="center">How to Contribute 💪</h2>
<h2 align="center">Layout 🎨</h2> <p align="center"> <img alt="PayFlow" title="PayFlow" src="https://user-images.githubusercontent.com/59374587/122856653-86779c80-d2ed-11eb-8927-8c5433dc37d3.png" /> </p> <p align="center"> The Layout was developed by <a href="https://instagram.com/tiagoluchtenberg">Tiago Luchtenberg</a>, and you can access it on Figma:
- <a href="https://www.figma.com/file/kLK7FYnWKMoN68sQXcSniu/PayFlow">Mobile</a> 📱
<h2 align="center">Functionalities 🛠️</h2> <p>
-
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!
</p>
<h2 align="center">Notion File 📋</h2>
<h2 align="center">How to Use 🤔</h2>
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
<h2 align="center">How to Contribute 💪</h2>
- 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
