DefiFundr is a decentralised payroll and invoice management system.
make cleanThis command will remove the build folder and the .dart_tool folder.
make buildThis command will build the project.
make runGenerate all freezed files and generated files
make genflutter cleanThis command will remove the build folder and the .dart_tool folder.
flutter build apkThis command will build the project.
flutter runGenerate all freezed files and generated files
flutter pub run build_runner buildflutter testThis command will run all the tests in the test folder.
flutter test --coverageThis command will run all the tests using the makefile
make testWe 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.
