adaptive_core 1.0.33
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
AdaptiveCoreCocoaPod dependency pin to~> 1.0.23. - Bumped Android native dependency pin to
adaptive-core:1.0.23.
1.0.22 #
- Bumped iOS
AdaptiveCoreCocoaPod dependency pin to~> 1.0.22. - Bumped Android native dependency pin to
adaptive-core:1.0.22.
1.0.21 #
- Bumped iOS
AdaptiveCoreCocoaPod dependency pin to~> 1.0.21. - Bumped Android native dependency pin to
adaptive-core:1.0.21.
1.0.20 #
- Bumped iOS
AdaptiveCoreCocoaPod dependency pin to~> 1.0.20. - Bumped Android native dependency pin to
adaptive-core:1.0.20.
1.0.19 #
- Bumped iOS
AdaptiveCoreCocoaPod dependency pin to~> 1.0.19. - Bumped Android native dependency pin to
adaptive-core:1.0.19.
1.0.12 #
AdaptiveCore.login– now accepts aphoneNumberfield onAdaptiveUser. The phone number is forwarded to the native SDK and automatically injected into every subsequent analytics and messaging request.- Android –
InternalHttpClientnow logs a structured→ REQUESTblock (method, full URL, body) before every call and a← RESPONSEblock (method, URL, HTTP status, response body) on completion. Replaces previous partial log messages. Gated by debug mode. - Android – removed
mavenLocal()fromrootProject.allprojectsrepositories; all dependencies now resolve exclusively from Maven Central. - Bumped Android native dependency pin to
adaptive-core:1.0.11. - Bumped iOS
AdaptiveCoreCocoaPod 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
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.