adaptive_core 1.0.33 copy "adaptive_core: ^1.0.33" to clipboard
adaptive_core: ^1.0.33 copied to clipboard

Flutter plugin for the Adaptive SDK Core module. Provides SDK initialization, user session management, and a resilient HTTP client with offline queue for the Adaptive e-learning platform.

1.0.33 #

  • Bump iOS native dependency to AdaptiveCore 1.0.33. Updated podspec dependency constraint to ~> 1.0.

1.0.24 #

  • Maintenance release and dependency updates.

1.0.23 #

  • Bumped iOS AdaptiveCore CocoaPod dependency pin to ~> 1.0.23.
  • Bumped Android native dependency pin to adaptive-core:1.0.23.

1.0.22 #

  • Bumped iOS AdaptiveCore CocoaPod dependency pin to ~> 1.0.22.
  • Bumped Android native dependency pin to adaptive-core:1.0.22.

1.0.21 #

  • Bumped iOS AdaptiveCore CocoaPod dependency pin to ~> 1.0.21.
  • Bumped Android native dependency pin to adaptive-core:1.0.21.

1.0.20 #

  • Bumped iOS AdaptiveCore CocoaPod dependency pin to ~> 1.0.20.
  • Bumped Android native dependency pin to adaptive-core:1.0.20.

1.0.19 #

  • Bumped iOS AdaptiveCore CocoaPod dependency pin to ~> 1.0.19.
  • Bumped Android native dependency pin to adaptive-core:1.0.19.

1.0.12 #

  • AdaptiveCore.login – now accepts a phoneNumber field on AdaptiveUser. The phone number is forwarded to the native SDK and automatically injected into every subsequent analytics and messaging request.
  • AndroidInternalHttpClient now logs a structured → REQUEST block (method, full URL, body) before every call and a ← RESPONSE block (method, URL, HTTP status, response body) on completion. Replaces previous partial log messages. Gated by debug mode.
  • Android – removed mavenLocal() from rootProject.allprojects repositories; all dependencies now resolve exclusively from Maven Central.
  • Bumped Android native dependency pin to adaptive-core:1.0.11.
  • Bumped iOS AdaptiveCore CocoaPod dependency pin to ~> 1.0.12.

1.0.8 #

  • Moved iOS podspec to ios/ directory (standard Flutter plugin layout).
  • Lowered iOS minimum deployment target from 15.0 to 13.0.
  • Pinned AdaptiveCore CocoaPod dependency to ~> 1.0.10.
  • Fixed MethodChannel declaration to use const constructor.
  • Sorted dev_dependencies alphabetically in pubspec.yaml.

1.0.7 #

  • Minor improvements to Android build configuration.

1.0.6 #

  • Added iOS platform support (iOS 15.0+).
  • Fixed README package name references to use correct pub.dev package names.

1.0.0 #

  • Initial release.
  • AdaptiveCore.initialize — initialize the SDK with your client API key.
  • AdaptiveCore.login — attach an AdaptiveUser to the current session.
  • AdaptiveCore.logout — clear the user session and flush the HTTP queue.
  • AdaptiveCore.post / AdaptiveCore.get — resilient HTTP client with offline queue, exponential back-off, and up to 3 automatic retries.
0
likes
140
points
151
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for the Adaptive SDK Core module. Provides SDK initialization, user session management, and a resilient HTTP client with offline queue for the Adaptive e-learning platform.

Repository (GitHub)
View/report issues

Topics

#adaptive #sdk #e-learning #lms

License

MIT (license)

Dependencies

flutter

More

Packages that depend on adaptive_core

Packages that implement adaptive_core