Files
MoneyMgr/moneymgr_mobile/README.md
Pierre HUBERT ab8974c0a8
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
Start to build app skeleton
2025-07-01 09:29:03 -04:00

9 lines
325 B
Markdown

# MoneyMgrMobile
Mobile application for MoneyMgr, built using Flutter
## Build
1. Run `flutter pub get` to get dependencies.
2. Run `dart run build_runner build` to generate required files. You can also run `dart run build_runner watch` to generate files and let [build_runner] watch for changes and rebuild if necessary.