adaptive_core 1.0.8
adaptive_core: ^1.0.8 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.8 #
- Moved iOS podspec to
ios/directory (standard Flutter plugin layout). - Lowered iOS minimum deployment target from 15.0 to 13.0.
- Pinned
AdaptiveCoreCocoaPod dependency to~> 1.0.10. - Fixed
MethodChanneldeclaration to useconstconstructor. - Sorted
dev_dependenciesalphabetically inpubspec.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 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.