Skip to main content

πŸ’‘ Flutter examples

Repository: example/flutter_example/

await AzeooSDK.initialize(apiKey, options: ...);
await AzeooSDK.connect(token: jwt, gender: g, height: h, weight: w);
AzeooSDKModules.nutrition.showMainScreen();

See lib/main.dart for theme, deep links, and tab switching.

cd example/flutter_example && flutter run