π Flutter API summary
Package: azeoo_sdk / azeoo_core.
await AzeooSDK.initialize(apiKey, options: AzeooSDKInitOptions(...));
await AzeooSDK.connect(
token: jwt,
gender: gender,
height: height,
weight: weight,
);
AzeooSDKModules.nutrition.showMainScreen();
await AzeooSDK.disconnect();
Details: Flutter client Β· Configuration
Public API: AzeooSDK and AzeooSDKModules in lib/sdk/azeoo_sdk.dart.