[codex] Offline-first app stabilization base#50
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Base PR for the existing offline-first app stabilization groundwork that #49 builds on. This branch captures the pre-test-stabilization
new-hopework up to commit5cfd400, plus the toolchain/dependency update required for current stable CI.It includes broader app, sync, local storage, test harness, generated documentation changes, and the Flutter/Dart dependency refresh that the focused test-suite stabilization depends on.
Toolchain And Dependencies
Updated to the current stable Flutter toolchain identified from Flutter release metadata:
3.44.0stable3.12.0subosito/flutter-actionFlutter version updated to3.44.0pubspec.yamlSDK constraint updated to^3.12.0Note:
package_info_plusandshare_plusremain on their latest stable versions compatible with stablefile_pickerbecause the newest stable Plus packages requirewin32 ^6, while stablefile_picker 11.0.2still depends onwin32 ^5. No prerelease package versions are present inpubspec.lock.Stack
codex/offline-first-base->main)codex/offline-first-stabilization->codex/offline-first-base)Validation
The rebased follow-up stabilization branch was validated with:
/tmp/flutter-3.44.0/flutter/bin/flutter analyze/tmp/flutter-3.44.0/flutter/bin/flutter build apk --debug/tmp/flutter-3.44.0/flutter/bin/flutter test --reporter compact --concurrency=1(907tests passed)This PR should be reviewed first because #49 depends on these base changes.