feat(mix_chart): add Mix-owned chart API#991
Merged
Merged
Conversation
leoafarias
force-pushed
the
feat/mix_fl_charts
branch
from
July 23, 2026 01:49
465d2de to
3313f46
Compare
leoafarias
marked this pull request as ready for review
July 23, 2026 03:21
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.
Related issue
No linked issue.
Description
Add
mix_chart0.0.1-beta.0: a Mix-owned, backend-neutral chart API for line/area, grouped/stacked/floating bar, and pie/donut charts. Consumers work with chart models, callbacks, Specs, generated Stylers, and contextual dot shorthand without importing or receivingfl_charttypes.fl_chart ^1.2.0remains the private renderer. This keeps the mature layout, painting, and hit-testing engine while giving Mix control over the public design-system vocabulary, composition, interaction identity, semantics, and animation ownership.Changes
.axis(.label(...))compositionmix_chart-v<version>release automation while leaving ordinary repository updates unpublishedVisual evidence
Analytics dashboard — dark
Chart galleries
Interactive playground
Validation
melos run gen:build— passedmelos run ci— passed across the repositorymelos run analyze— passed Dart analysis, DCM, and schema inventorydart format packages/mix_chart/lib packages/mix_chart/test packages/mix_chart/example/lib packages/mix_chart/example/test --set-exit-if-changed— passedflutter testinpackages/mix_chart— all 50 tests passeddart pub publish --dry-run— passed with 0 warningsdart pub publish --dry-run— passed with 0 warnings and only the expected monorepo override hintsReview Checklist
mix-docsrepository is outside this PR; the package ships complete README and runnable gallery documentation.Additional Information (optional)
mix_chart0.0.1-beta.0 has been manually published to reserve the package name. Pub.dev GitHub Actions/OIDC is configured forconceptadev/mix, tag patternmix_chart-v{{version}}, push events, and the requiredProductionenvironment. Subsequent releases can use the isolated tag-triggered workflow added by this PR.The package is still under legacy uploader ownership; transfer to the verified
leoafarias.compublisher remains a separate irreversible admin action.The 0.0.1-beta.0 scope intentionally excludes a native chart engine, renderer escape hatches, additional chart families, and per-mark spatial semantics. Those can be evaluated from concrete requirements without exposing the private backend now.