DefiFundr is a decentralised payroll and invoice management system.
make clean
This command will remove the build folder and the .dart_tool folder.
make build
This command will build the project.
make run
Generate all freezed files and generated files
make gen
flutter clean
This command will remove the build folder and the .dart_tool folder.
flutter build apk
This command will build the project.
flutter run
Generate all freezed files and generated files
flutter pub run build_runner build
flutter test
This command will run all the tests in the test folder.
flutter test --coverage
This command will run all the tests using the makefile
make test
We follow a structured branch naming format:
[fix|feat|chore|refactor]-[issue-number]-[short-description]
Example:
feat-23-settings screen
fix-45-settings-bug
- Join our Telegram for discussions and support.