Skip to main content

πŸ”Œ Flutter integration

  1. Add azeoo_sdk dependency β€” Installation
  2. await AzeooSDK.initialize(...)
  3. await AzeooSDK.connect(token:, gender:, height:, weight:) β€” token is a User JWT from your backend
  4. Use AzeooSDKModules or buildNutritionMainScreen()

See Quick start.

AzeooSDKModules.nutrition.showMainScreen();

Wrap your app with any required ProviderScope / localization setup as in example/flutter_example.