Skip to content

MBDani/expenses_app

Repository files navigation

expenses_app

An expenses app project created in flutter.

How to Use

Step 1:

Download or clone this repo by using the link below:

https://github.com/MBDani/expenses_app.git

Step 2:

Go to project root and execute the following command in console to get the required dependencies:

flutter pub get 

Step 3:

This project uses inject library that works with code generation, execute the following command to generate files:

flutter packages pub run build_runner build --delete-conflicting-outputs

or watch command in order to keep the source code synced automatically:

flutter packages pub run build_runner watch

Hide Generated Files

In-order to hide generated files, navigate to Android Studio -> Preferences -> Editor -> File Types and paste the below lines under ignore files and folders section:

*.inject.summary;*.inject.dart;*.g.dart;

In Visual Studio Code, navigate to Preferences -> Settings and search for Files:Exclude. Add the following patterns:

**/*.inject.summary
**/*.inject.dart
**/*.g.dart

About

Manage your expenses (android/ios)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages