π Flutter integration
- Add
azeoo_sdkdependency β Installation await AzeooSDK.initialize(...)await AzeooSDK.connect(token:, gender:, height:, weight:)β token is a User JWT from your backend- Use
AzeooSDKModulesorbuildNutritionMainScreen()
See Quick start.
AzeooSDKModules.nutrition.showMainScreen();
Wrap your app with any required ProviderScope / localization setup as in example/flutter_example.