Skip to main content

🧩 Modules

The SDK ships two Flutter feature modules:

ModuleUser-facing features
NutritionDiary, meal plans, recipes, scanner, search, cart, settings
TrainingWorkouts, exercises, progress, schedule
Platform code & examples

Use the platform selector at the top of the sidebar (Android, iOS, Flutter, or React Native) β†’ UI components, Navigation, and Theme on your platform.

How hosts use them​

PatternWhen
EmbedSDK is a tab or full screen in your app
NavigateA button in your UI opens a specific screen (e.g. a meal plan)

Prerequisites: Initialize β†’ Connect.

Cross-module tabs​

If both modules appear in native tabs, add a module container so navigate across modules updates your tab bar.

Headless APIs (advanced)​

Pigeon exposes AzeooNutritionApi / AzeooTrainingApi for custom UIs. Most integrators use the built-in Flutter screens only.


See also​