PayFlow contains features such as using Camera and Gallery, Sign In, Custom Animations and Stylizations.
The layout was developed by Tiago Luchtenberg, and you can access it on Figma: Layout
- Log in with Google;
- Barcode reading;
- Register a new bank slip;
- List bank slip;
- Delete bank slip;
- Navigation menu.
- Clone the repository;
- Enter the project folder;
- Run
flutter pub get
to install all project dependencies/packages; - Launch a mobile device emulator or connect your smartphone to the computer (make sure your device has USB Debugging enabled);
- Run
flutter run
to run the app on your connected (or emulated) device.