PayFlow is a mobile app for organizing your bills, both pending and paid, by scanning their barcodes.
- lib: the source files.
- android: the native interfaces for Android.
- ios: the native interfaces for iOS.
- It is necessary to have Flutter installed on the machine;
- Also, it is necessary to add the Firebase google-services.json file to your project.
- Make a clone:
   git clone https://github.com/amintasvrp/payflow.git- Running the Application:
  # Install dependencies
  flutter pub get
  # Launch the mobile application
  flutter runMake a pull request and make clear what changes have been made and which bugs persist. Do not introduce bugs, be proactive!
- MIT License - Ver detalhes

