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

Admin analytics dashboard starter kit built on the shared Statflow framework.

Admin Dashboard #

Internal analytics starter built on the shared framework.

statflow_dashboard_admin is a Flutter dashboard package for internal admin analytics, moderation workflows, verification views, and audit activity.

Installation #

dependencies:
  statflow_dashboard_admin: ^1.0.0

Usage #

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

MaterialApp(
  home: const AdminDashboardScreen(),
);

Target Persona #

  • platform and trust teams
  • internal operations managers
  • admin-tool builders who need quick moderation and user-health views

Included Experience #

  • KPI header for total users, activity, verification, and moderation load
  • user growth trend section
  • account status distribution
  • moderation trend section
  • audit highlights feed

Core Sections #

  • user overview
  • signups and activity
  • role breakdown
  • moderation summary
  • account status distribution
  • audit activity

Typical Metrics #

  • total users
  • active users
  • new users
  • suspended accounts
  • flagged content
  • verification rate
  • admin actions
  • support queue snapshot

Customization Notes #

  • swap in your own trust, moderation, or compliance metrics via AdminDemoData
  • use the shared activity list for audits, moderator events, or queue updates
  • this template pairs well with SaaS in a two-dashboard bundle

Selling Angle #

  • strong fit for internal tools and support platforms
  • gives buyers a practical admin UI starting point instead of a blank shell
0
likes
140
points
88
downloads

Documentation

API reference

Publisher

verified publishershop.stripedape.tech

Weekly Downloads

Admin analytics dashboard starter kit built on the shared Statflow framework.

Repository (GitHub)
View/report issues

Topics

#flutter #dashboard #analytics #admin

License

unknown (license)

Dependencies

flutter, statflow_dashboard_shared

More

Packages that depend on statflow_dashboard_admin