The wellbeing app is already 80 % complete and runs on three Bitbucket repositories: a Flutter mobile client, a Laravel API, and a Laravel-Nova style dashboard for managing users, meals, and ingredients. Right now my top priority is getting subscription payments flowing smoothly through RevenueCat and Stripe; transactions are being created but not consistently acknowledged by the backend, so entitlements are never unlocked on the device. While digging into that flow, a second area needs attention: the meal-plan algorithm occasionally returns dishes that ignore a user’s stated dietary rules, so the matching logic or database queries will need tightening. Authentication uses Firebase (Google, Facebook, email/password) bridged to the Laravel API, and there are a few edge-case login failures that surface when tokens refresh. Tech stack you’ll touch: • Flutter (current stable channel) • Laravel 10, MySQL 8, API • Firebase Auth, RevenueCat SDK, Stripe Webhooks Acceptance criteria for this milestone: 1. A fresh subscription or renewal in RevenueCat correctly updates Stripe, hits our Laravel webhook, and the user sees premium features without manual refresh. 2. Meal-plan endpoint returns accurate suggestions for at least four test profiles that previously failed. 3. Social and email logins succeed on first attempt and after token expiry. 4. App passes smoke test on both iOS and Android release builds. You will work directly in the existing Bitbucket repos and push to feature branches; You will also handle code review and production deploy ( appstore and google play publishing experience is a must ! ) . Looking forward to wrapping this MVP together quickly and cleanly.