This is a flutter app. You can use this as a simple expense tracker app. You can add neww expense by clicking +
sign on the top right corner. with title, expenditure, date and category. You can also delete the previously added expenditure also by swiping left or right. You can alalyze you expenditure seeing the chart. Chart will show relational expenditure for each category.
- Android Studio (and create an android emulator or ios simulator)
- VS Code editor (and install the flutter extension)
- Flutter SDK (and set the path)
- Download the source code and extract it.
- Open VS Code in the project folder which is
dice_game
. Make sure you have installed flutter extension. - Click on
View -> Command Pallet -> Flutter: launch emulator
- From the list of emulator select the available one.
- Open terminal in VS Code and run
flutter run
command to build the app. - After building is complete app will be opened on the emulator.