Skip to content

fix(app): repair Dart constant initialization - #3

Open
sanskarIN wants to merge 4 commits into
mainfrom
chatgpt/unitflow-dart-fixes-20260819
Open

fix(app): repair Dart constant initialization#3
sanskarIN wants to merge 4 commits into
mainfrom
chatgpt/unitflow-dart-fixes-20260819

Conversation

@sanskarIN

Copy link
Copy Markdown
Owner

Fixes a Dart compile-time constant-context error in the exact-decimal fallback. BigInt.zero is a runtime getter, so ExactDecimal.zero cannot be a const; the unit model now provides its default offset at runtime instead. This keeps the exact-decimal model intact while making Flutter analysis/tests compilable.

Validation: rely on repository CI for Flutter analyze/tests and Rust quality gates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant