PayFlow – an application for Billet Management

  Flutter App
Logo PayFlow

PayFlow

  • white_check_mark Liftoff muscle
  • white_check_mark Maximum Speed running_man
  • white_check_mark In Orbit man_astronaut
  • white_check_mark Landing fire
  • white_check_mark Surface Exploration zap
  • white_check_mark Accelerating your Career rocket
  • white_check_mark Mission Closure purple_heart

Topics clipboard

  • About 
  • Layout 
  • Functionalities 
  • Challenges and Learnings along the way 
  • Notion Files 
  • How to Use 
  • How to Contribute 
  • License 

About book

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 art

PayFlow

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


Functionalities hammer_and_wrench

  • 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!

Challenges and Learnings along the way exploding_head

This was the most intense week of my life. And this NLW was super special for me, because in addition to always being that amazing week in all aspects, in this edition I had my first experience participating in the Rocketseat team.
In addition to the usual challenge, which was to reconcile the time to take classes, study and take notes, in this edition I had to reconcile all of this, plus my work in helping people in the community and my intention was that my participation was the most fast, active, practical… the best of them all!


The focus was on working my ass off and having an intense week. And that led me to give up a lot of things, but it helped me to have a new perspective on a lot of things, and the main one was that: “you can always do more, you can always be better and become better, success is trainable.”. And man, I felt that, and I know I can do all of this, I want to always be better, and prepare myself to be and give my best.


I managed to stand out in the week, being the TOP1 member 1st_place_medal of the entire community, with more messages / answers / help / and other types of help and participation.


Rocketseat provided me and is providing me with an amazing experience! It’s amazing to be here. And I will do my best! purple_heart


Notion File clipboard


How to Use thinking

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 muscle

- 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

Download PayFlow app source code on GitHub