π§± 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();