Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
f6cc6f1
refactor: replace external HTTP calls with mocks in DefaultHTTPClient…
joalves Jan 20, 2026
7ec5527
feat: re-evaluate audience matching when attributes change
joalves Jan 20, 2026
04dc2fb
chore: create package directory structure for sdk split
joalves Jan 20, 2026
973d58e
chore(dart_sdk): add pubspec.yaml with pure Dart dependencies
joalves Jan 20, 2026
94f99cd
chore(dart_sdk): add analysis_options.yaml
joalves Jan 20, 2026
098950c
chore(dart_sdk): copy source files from lib/
joalves Jan 20, 2026
ad14590
fix(dart_sdk): replace Flutter listEquals with collection package in …
joalves Jan 20, 2026
1c02893
fix(dart_sdk): replace Flutter listEquals with collection package in …
joalves Jan 20, 2026
abcfead
fix(dart_sdk): replace Flutter mapEquals with collection package in g…
joalves Jan 20, 2026
2244e34
fix(dart_sdk): replace Flutter listEquals with collection package in …
joalves Jan 20, 2026
38247fc
refactor(dart_sdk): convert package imports to relative imports
joalves Jan 20, 2026
e275254
feat(dart_sdk): create main export file
joalves Jan 20, 2026
db84c13
test(dart_sdk): copy and update tests for pure Dart
joalves Jan 20, 2026
4ce1046
docs(dart_sdk): add comprehensive README.md
joalves Jan 20, 2026
c9fac52
chore(flutter_sdk): add pubspec.yaml with absmartly_dart dependency
joalves Jan 20, 2026
82e7761
feat(flutter_sdk): create main export file re-exporting absmartly_dart
joalves Jan 20, 2026
444adb3
chore(flutter_sdk): add analysis_options.yaml
joalves Jan 20, 2026
ac7e4ba
chore(flutter_sdk): move example app to flutter_sdk package
joalves Jan 20, 2026
34b39a8
docs(flutter_sdk): add comprehensive README.md
joalves Jan 20, 2026
89d5831
chore: update root pubspec for monorepo structure
joalves Jan 20, 2026
29e962b
docs: update root README for monorepo structure
joalves Jan 20, 2026
7cdf4a4
chore: remove old lib/ and test/ directories
joalves Jan 20, 2026
074c096
feat(flutter_sdk): add Flutter-specific widgets for A/B testing
joalves Jan 21, 2026
ba95b8c
feat: add variable_value widget and fix context/test issues
joalves Jan 22, 2026
ca7f46e
feat: add comprehensive test coverage improvements
joalves Jan 27, 2026
311e28b
test: add canonical test parity (~214 → 247 tests)
joalves Feb 6, 2026
a385880
fix: correct dart SDK operator implementations and remove tracked junk
joalves Feb 24, 2026
92109b9
docs: expand README to match standard SDK documentation structure
joalves Feb 24, 2026
52b1265
feat: add named-parameter factory constructors to config classes
joalves Feb 26, 2026
c07d418
docs: update README documentation
joalves Mar 9, 2026
e28b3d5
fix: preserve assignment cache on refresh, fix publish error handling…
joalves Mar 15, 2026
c18cdc3
feat(dart-sdk): add custom field support and readyError
joalves Mar 15, 2026
ea8371c
feat(dart-sdk): add finalize/isFinalized/isFinalizing aliases and sta…
joalves Mar 15, 2026
10d4d24
feat(dart-sdk): add JS-compatible customFieldKeys/Value/ValueType ali…
joalves Mar 15, 2026
e7fbe23
fix: read methods return safe defaults instead of throwing when not r…
joalves Mar 15, 2026
75899c2
fix(dart-sdk): standardize error messages in Context
joalves Mar 16, 2026
5a655ba
test: increase widget rendering timeout threshold for CI environment
joalves Mar 17, 2026
660eb5c
fix: update peekTreatment expectation for unknown experiments to retu…
joalves Mar 17, 2026
3456df3
feat: cross-SDK consistency fixes — all 201 scenarios passing
joalves Mar 17, 2026
49ae8cf
refactor: rename ContextEventHandler to ContextPublisher
joalves Mar 18, 2026
c5e9e18
fix: address coderabbit review - fix hashCode contracts, state resets…
joalves Mar 18, 2026
fc8843c
feat: add setContextPublisher setter
joalves Mar 18, 2026
9823371
fix: export ContextPublisher and DefaultContextPublisher from barrel …
joalves Mar 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,12 @@ build/
example/.env

*.mocks.dart

.claude/
.DS_Store
AUDIT_REPORT.md
FIXES_IMPLEMENTED.md
ACTUAL_STATUS_SUMMARY.md
COMPLETION_SUMMARY.md
FINAL_VERIFICATION_REPORT.md
FIXES_PROGRESS.md
558 changes: 378 additions & 180 deletions README.md

Large diffs are not rendered by default.

Loading
Loading