π₯ Nutrition module (Flutter)
After connect, use AzeooSDKModules.nutrition:
AzeooSDKModules.nutrition.showMainScreen(bottomSafeArea: true);
Available methodsβ
| Method | Description |
|---|---|
showMainScreen() | Nutrition home / diary entry |
showPlans() / showPlan(id) | Meal plans list / detail |
showRecipes() / showRecipe(id) | Recipes list / detail |
showBarcodeScanner() | Barcode scanner |
showMobileScanner() | Mobile / plate scanner |
showNutritionSearch() | Food search |
showCart() | Shopping cart |
See Flutter navigation for the full list and native destination mapping.
Requires connect first.