It is an Expense Tracker. It takes amount and item name as inputs and show you a list of items that you have spent your money on and a chart where you can see your weekly spendings. You can also delete a particular item and add unlimited number of items. I have made it adaptive and responsive for IOS and Android devices in any screen size and shape and orientation(Landscape or Portrait).
- Flutter
- Android Studio
- Emulator/Real Device(Android/IOS)
- Check the Official Docs link for installing Flutter : https://flutter.dev/docs/get-started/install
- How to setup the emulator on android studio : https://developer.android.com/studio/run/emulator
- or, connect a physical device : https://stackoverflow.com/questions/54444538/how-do-i-run-test-my-flutter-app-on-a-real-device
Follow these instructions to build and run the project
A detailed guide for multiple platforms setup could be find here
- Clone this repository using
git clone https://github.com/RohanSengupta326/Flutter-Expense-Tracker-App.git. cdinto the folder.flutter pub getto get all the dependencies.- Generate files using Builder Runner (required)
flutter packages pub run --no-sound-null-safety build_runner build