statflow_dashboard_shared 1.0.0 copy "statflow_dashboard_shared: ^1.0.0" to clipboard
statflow_dashboard_shared: ^1.0.0 copied to clipboard

Shared Flutter dashboard primitives for Statflow templates.

Shared Template Framework #

Reusable Flutter dashboard primitives that power the Statflow template packages.

This package contains the shared shell, section cards, theme tokens, layout wrappers, and state helpers used by the Statflow dashboard starters.

What You Get #

  • shared dashboard theme and color tokens
  • reusable scaffold and layout primitives
  • KPI, trend, distribution, and status summary cards
  • common loading, empty, and error state patterns
  • shared demo data models for template packages

Installation #

dependencies:
  statflow_dashboard_shared: ^1.0.0

Usage #

import 'package:flutter/material.dart';
import 'package:statflow_dashboard_shared/statflow_dashboard_shared.dart';

MaterialApp(
  theme: buildDashboardTheme(),
  home: const DashboardScaffold(
    title: 'Analytics',
    body: Center(child: Text('Build your own dashboard here')),
  ),
);

Areas #

  • shell/: app shell, sidebar, top bar, layout wrappers
  • sections/: reusable content sections such as KPI grids, charts, tables, and summaries
  • theme/: tokens for spacing, radius, typography, colors, and dashboard variants
  • data/: demo data models, seed content, and helper utilities
  • states/: loading, empty, and error patterns

Goal #

Build shared primitives once so each dashboard can swap:

  • branding
  • copy
  • demo data
  • theme accents

without rebuilding the entire layout system.

0
likes
130
points
93
downloads

Documentation

API reference

Publisher

verified publishershop.stripedape.tech

Weekly Downloads

Shared Flutter dashboard primitives for Statflow templates.

Repository (GitHub)
View/report issues

Topics

#flutter #dashboard #analytics #admin

License

unknown (license)

Dependencies

flutter

More

Packages that depend on statflow_dashboard_shared