Flutter project developed at NLW 6, the application allows you to login with Google credentials, allows you to register your bank slips for management, and uses native camera resources to read bar codes.
To run this project you must have an environment configured and enabled to run Flutter, you can install these requirements through the website below:
- In your preferred terminal, clone the repository:
https://github.com/steniooliv/payflow_nlw.git
- Running the application:
# After the clone, enter the project folder
cd payflow_nlw
# Install all dependencies
flutter pub get
# Open the project in VSCode
code .
-
When a Flutter project is open in VS Code, you should see a set of Flutter specific entries in the status bar, including a Flutter SDK version and a device name (or the message No Devices):
-
If you don't have any emulator enabled, you can create a new AVD in Android Studio settings Set up the Android emulator
-
To run the application, select an emulator, and build the application using
CTRL + F5
(no debug) or justF5
to build with debug
This project is protected under the MIT License - see archive LICENSE.md for more details.