adaptive_core 1.0.7
adaptive_core: ^1.0.7 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.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 anAdaptiveUserto 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.