Mobile App (Flutter)¶
Customer + bookkeeper mobile app. Talks to the same Python API as the HappyBean 2.0 web frontend.
| Stack | Flutter 3 / Dart 3 |
| iOS distribution | TestFlight link — TBD |
| Android distribution | Play Console internal track — TBD |
| API it talks to | https://app-happybean-api-prod-ce.azurewebsites.net |
Logging in¶
Same email-based login flow as the HappyBean 2.0 web app — enter your email, pick a tenant if you belong to more than one, then enter your password.
Source¶
Lives in the flutter-mobile/ folder of the main repo.