π§© Modules
The SDK ships two Flutter feature modules:
| Module | User-facing features |
|---|---|
| Nutrition | Diary, meal plans, recipes, scanner, search, cart, settings |
| Training | Workouts, 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β
| Pattern | When |
|---|---|
| Embed | SDK is a tab or full screen in your app |
| Navigate | A 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.