This project is dedicated to running a Flutter application designed to assist users in managing their financial lives effectively.
To set up this project, you first need to install Flutter on your computer. Follow the instructions on the official Flutter website by clicking here to download and install Flutter.
After installing Flutter, add the Flutter SDK to your system's environment variables to make Flutter commands available in the terminal.
On Windows: add the path C:\src\flutter\bin to the PATH environment variable.
On macOS or Linux: add the following line to your .bashrc or .zshrc file:
export PATH="$PATH:`flutter/bin`"Once you've completed the Flutter installation and setup, proceed to run the project.
To initialize the application, ensure that Flutter is installed on your computer. Once set up, start the application by running the following command:
flutter run --releaseThis command will launch the Flutter application in release mode, enabling you to interact with it seamlessly.
This project includes a set of tests for verifying the functionality of the Flutter application. To run the tests, execute the following command in your terminal:
flutter testThis will initiate the testing process, allowing you to validate various aspects of the application.
Undergraduate student in the eighth (8th) semester of Software Engineering at the National Institute of Telecommunications (Inatel). Industrial Apprentice in Installation and Repair of Computer Networks at Senai Orlando Chiarini. I have participated in a Scientific Initiation at the Cybersecurity and Internet of Things Laboratory (CS&ILAB) with the project: 'Secure Software Development - Phases 01 and 02.' Currently, I am an intern at the Inatel Competence Center (ICC) in the R&D Software area.
Currently, I am completing my degree in Software Engineering at INATEL and working as a Data Science Intern at Embraer.
Currently graduating in Software Engineering, researcher in Secure Software development at CS&I Lab. and object-oriented programming monitor at the Instituto Nacional de Telecomunicações. I have experience in IoT, mobile and web development in Android Studio, Thunkable, Flutter, Visual Studio Code and intermediate knowledge in C++, Java and Python.
Undergraduate student in the eighth (8th) semester of Computer Engineering at the National Institute of Telecommunications (Inatel). I participated in a Scientific Initiation at the Cybersecurity and Internet of Things Laboratory (CS&ILAB), where, in the Park Here project, I developed skills in computer vision applied to parking systems, focusing on license plate recognition and vehicle identification. Additionally, I served as a teaching assistant for Physics 1, 2, and 3, helping with practical classes, report writing, and answering theoretical questions. Currently, I am an intern at the Inatel Competence Center (ICC) in the PDI SW department.