antinvestor_ui_core
Shared Stitch design system and infrastructure for Antinvestor service UIs. Theme, widgets, auth, navigation, API helpers, and routing composition.
0.5.1
239 downloads/mo
#1179 most downloaded on pub.dev
antinvestor/common
What this package is like to depend on
Last release 2 months ago
12 Jun 2026
Too new to tell
only 2 release windows
Some releases are documented
notes for 3 of 6 stable releases
Nothing withdrawn
no release was ever pulled
4 months old
6 releases · first in 2026
6 releases in the last 12 months
see the full history below
Release timeline
6 releases · Apr 2026 to Jun 2026Releases
latest 6-
0.5.112 Jun 2026Release notes
Open source →AdminEntityListPagegains an optionalfiltersslot, rendered below the header/search so per-page filter chips sit under the breadcrumb instead of floating above the page. Backwards compatible (defaults to none).
-
0.5.010 Jun 2026Release notes
Open source →- Add
ThesaAnalyticsDataSource, the standardAnalyticsDataSourcebacked by the Thesa BFF analytics API (POST /api/analytics/query/{scalar, timeseries,grouped,topn}). Takes anAnalyticsTransportfunction so each app plugs in its own authenticated client; ui_core stays auth-agnostic. Requests follow the server contract exactly (nestedtime_range,stepgranularity) and reserved tenancy filters (tenant_id/partition_id, any dot or underscore spelling) are stripped client-side — tenant scoping is injected server-side from the JWT. - Add
AnalyticsQueryExceptioncarrying the HTTP status and server error message for non-200 analytics responses. - Add
ServiceAnalyticsSpec+KpiSpec: a per-service metric catalog (KPI scalar queries, charts, top-N tables) composing the existingChartConfig/TableConfigdashboard config types. - Add
AnalyticsAggregationenum with API wire names. ChartConfigandTableConfiggain optionalaggregationandfilters;TableConfig.topNgainsgroupBy(required by the Thesa top-N endpoint).
- Add
-
0.4.110 Jun 2026Nothing published for this version
-
0.3.014 Apr 2026Nothing published for this version
-
0.2.014 Apr 2026Nothing published for this version
-
0.1.011 Apr 2026Release notes
Open source →- Initial release
- Shared design system with Stitch theme, AdminEntityListPage, analytics framework, permission system