adaptive_core
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
AdaptiveSDK/adaptive_core
What this package is like to depend on
Last release 3 months ago
20 May 2026
Ships fairly regularly
a new release about every 2 weeks
Nearly every release is documented
notes for 11 of 11 stable releases
Nothing withdrawn
no release was ever pulled
4 months old
11 releases · first in 2026
11 releases in the last 12 months
see the full history below
Release timeline
11 releases · Apr 2026 to May 2026Releases
latest 11-
1.0.3320 May 2026Release notes
Open source →- Bump iOS native dependency to
AdaptiveCore 1.0.33. Updated podspec dependency constraint to~> 1.0.
- Bump iOS native dependency to
-
1.0.2428 Apr 2026 -
1.0.2327 Apr 2026Release notes
Open source →- Bumped iOS
AdaptiveCoreCocoaPod dependency pin to~> 1.0.23. - Bumped Android native dependency pin to
adaptive-core:1.0.23.
- Bumped iOS
-
1.0.2218 Apr 2026Release notes
Open source →- Bumped iOS
AdaptiveCoreCocoaPod dependency pin to~> 1.0.22. - Bumped Android native dependency pin to
adaptive-core:1.0.22.
- Bumped iOS
-
1.0.2118 Apr 2026Release notes
Open source →- Bumped iOS
AdaptiveCoreCocoaPod dependency pin to~> 1.0.21. - Bumped Android native dependency pin to
adaptive-core:1.0.21.
- Bumped iOS
-
1.0.2017 Apr 2026Release notes
Open source →- Bumped iOS
AdaptiveCoreCocoaPod dependency pin to~> 1.0.20. - Bumped Android native dependency pin to
adaptive-core:1.0.20.
- Bumped iOS
-
1.0.1917 Apr 2026Release notes
Open source →- Bumped iOS
AdaptiveCoreCocoaPod dependency pin to~> 1.0.19. - Bumped Android native dependency pin to
adaptive-core:1.0.19.
- Bumped iOS
-
1.0.1211 Apr 2026Release notes
Open source →- AdaptiveUser gains phoneNumber field; forwarded through login() to native SDK
- Android: mavenLocal() removed; adaptive-core dependency pin bumped to 1.0.11
- iOS: AdaptiveCore CocoaPod dependency pinned to ~> 1.0.12
- InternalHttpClient: structured REQUEST/RESPONSE logging (debug-gated)
- Updated CHANGELOG
Release notes
Open source →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.807 Apr 2026Release notes
Open source →- 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.
- Moved iOS podspec to
-
1.0.707 Apr 2026 -
1.0.606 Apr 2026Release notes
Open source →- Added iOS platform support (iOS 15.0+).
- Fixed README package name references to use correct pub.dev package names.