Skip to main content

🧩 Modules API

Nutrition and Training UI surfaces.

Full guide: Modules overview

Embed (after connect)​

PlatformNutritionTraining
Androidsdk.modules.nutrition.getFragment() Β· ComposeView()sdk.modules.training.*
iOSgetView() Β· tabHost(for: .nutrition)tabHost(for: .training)
FlutterAzeooSDKModules.nutrition.buildNutritionMainScreen()AzeooSDKModules.training.*
React Native<NutritionView /><TrainingView />

Use sdk.navigate(destination) β€” not module show* helpers on native/RN. See Navigation.

display / hide​

Some hosts call explicit display() / hide() when toggling visibility without removing the view β€” platform-specific; see embed guides.

Data APIs (advanced)​

Pigeon: AzeooNutritionApi, AzeooTrainingApi β€” diary, search, plans, workouts for headless or hybrid UIs.

Most apps use pre-built Flutter UI only.