Files
MoneyMgr/moneymgr_mobile
Pierre HUBERT 7387e285a0
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
Fix missing redirect after login
2025-07-02 22:48:53 +02:00
..
2025-07-02 19:50:25 +02:00
2025-07-01 09:29:03 -04:00
2025-07-02 22:48:53 +02:00
2025-07-01 20:40:00 +02:00
2025-07-01 20:40:00 +02:00
2025-07-01 09:29:03 -04:00
2025-07-01 09:29:03 -04:00
2025-07-01 20:40:00 +02:00
2025-07-01 20:40:00 +02:00
2025-07-01 08:20:36 -04:00
2025-07-01 08:20:36 -04:00
2025-07-02 22:14:52 +02:00
2025-07-02 22:14:52 +02:00
2025-07-01 09:29:03 -04:00

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.