Skip to main content
Version: 1.1.0

🧱 Flutter UI components

Requires initialize then connect.

Option A: Embed full SDK (AzeooSDKContent)​

Recommended for host Flutter apps with their own navigation chrome:

import 'package:azeoo_sdk/core/app/azeoo_sdk_content.dart';

Scaffold(
body: AzeooSDKContent(bottomSafeArea: false),
)

Option B: Module API (imperative)​

AzeooSDKModules.nutrition.showMainScreen();
AzeooSDKModules.training.showMainScreen();