A Flutter project to track your expenses. The application records the reason of expenditure, the expenditure amount and the date on which the transaction was made. The application also generates a chartbar where you can view the weekly expenditure. The application is responsive to all addition and deletion of records. It is adaptive and responsive for all iOS and Android devices across all screen sizes and orientation (Landscape and Portrait).
- Flutter
- Android Studio
- Emulator
- For help getting started with Flutter, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- To set up the emulator on Android Studio, kindly follow the steps mentioned here.
- Clone this repository using the following command
git clone https://github.com/allama008/ExpenseApp.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







