Skip to main content
Version: 1.1.0

πŸ“‹ Changelog

Release notes for published documentation versions. For upgrade steps, see Migration 1.0 β†’ 1.1.


1.1.0​

Documentation aligned with the current plugins/core SDK package and corrected inconsistencies from 1.0.0.

What did not change​

  • initialize β†’ connect / connectUser lifecycle (already documented in 1.0.0)
  • Connect parameters: JWT + gender + height + weight (no separate userId)
  • Flutter AzeooSDKInitOptions, AzeooSDKModules

Android​

  • Import namespace: com.azeoo.sdk.core.* (was com.azeoo.sdk.* in 1.0.0 snippets)
  • Documented optional environment and connector on initialize
  • New docs: setClubId, AzeooSDKListener, AzeooScreens
  • Fixed stale Android client API page (1.0.0 client doc did not match quick-start)

iOS​

  • logLevel on AzeooConfig
  • connector parameter on initialize
  • setClubId documented

Flutter​

  • AzeooSDKContent recommended for embedding (replacing example-only buildNutritionMainScreen() in guides)
  • Navigation page corrected to actual module method names

React Native​

  • AzeooProvider: removed userId, authToken, autoConnect β€” connect via useAzeoo().connect()

Cross-platform​

  • Connectors β€” concrete factory examples
  • Events β€” full AzeooSDKListener callback list
  • Architecture β€” azeoo_core vs azeoo_sdk package split

1.0.0​

Initial stable documentation release. See the 1.0.0 docs.