This repository's main objective is to demonstrate the application developed to train my knowledge during the Flutter course from the company COD3R.
This app consists of:
- Manage spent Finances (Create, Read, Update and Delete).
- Show the user how much was spent in a week.
- Display financial statistics through graphs.
- Present a responsive layout independent of the device screen.
As I already work with mobile application development, I made some changes during the course. During the course, the teacher downloaded the fonts directly from the website fonts.google.com. However, currently in Flutter there is a package that already brings these fonts directly from Google. So I just imported the package google_fonts and used the sources it provides.
This project was developed using the following technologies:
First clone this project using:
git clone https://github.com/GoedertDalmolin/expenses.git
cd expenses
Finally, with flutter installed on your machine, run the following command:
flutter run