webadmin 0.0.1
webadmin: ^0.0.1 copied to clipboard
A comprehensive Flutter package for building beautiful admin dashboards with customizable sidebar, dashboard cards, and chart integrations.
WebAdmin #
A comprehensive Flutter package for building beautiful admin dashboards with customizable sidebar, dashboard cards, and chart integrations.
Features #
- 📊 Pre-built dashboard cards with icons and metrics display
- 🧭 Responsive sidebar with navigation support
- 📈 Integrated charts using fl_chart for data visualization
- 🎨 Customizable colors and styling
- 📱 Optimized for web, desktop, and tablet layouts
- ⚡ Easy-to-use components and models
Getting started #
Add this to your package's pubspec.yaml file:
dependencies:
webadmin: ^0.0.1
Usage #
import 'package:webadmin/webadmin.dart';
// Use the exported components, models, and sidebar
See the /example folder for complete usage examples.
Additional information #
This package provides a set of reusable UI components and models for quickly building professional admin dashboards in Flutter. For more information, visit the repository.