webadmin 0.0.6
webadmin: ^0.0.6 copied to clipboard
A comprehensive Flutter package for building beautiful admin dashboards with customizable sidebar, dashboard cards, and chart integrations.
0.0.6 #
- NEW: Introduced
DashboardLayoutwidget - complete layout with sidebar, header, and content - NEW: Integrated PageHeader into layout component (no more manual header building)
- FEATURE:
showPageHeadertoggle for conditional header display - FEATURE:
showHeaderIcontoggle for optional icon display in header - FEATURE:
headerTitleSizecustomization for page title font size - FEATURE:
headerDescriptionSizecustomization for page description font size - IMPROVED: Example app completely refactored to use DashboardLayout
- IMPROVED: Eliminated manual header building logic from example
- REMOVED: Manual PageHeader construction from example app
- DOCS: Updated example with parameter usage demonstration
0.0.5 #
- NEW: Introduced
DashboardPagemodel for automatic menu generation and page routing - NEW: Automatic menu item creation from single pages list configuration
- FEATURE: Declarative page management system - define pages once, auto-wire sidebar and routing
- FEATURE:
DashboardPage.builderwidget builder for flexible page components - FEATURE:
DashboardPage.toMenuItem()automatic conversion toDashboardMenuItem - IMPROVED: Simplified example app from manual switch statement to declarative pattern
- IMPROVED: Reduced boilerplate code in example application
- FIXED: All deprecated method warnings (replaced withOpacity with withValues)
- REMOVED: Unused test files from example
- DOCS: Comprehensive example with 6 demo pages (Dashboard, Analytics, Products, Users, Settings, Help)
0.0.4 #
- FEATURE: Added
PageHeaderwidget with customizable styling - FEATURE: Light and Dark theme support with Material3
- IMPROVED: Redesigned sidebar from card-based to full-height vertical layout
- REMOVED:
_LicenseStatusCardcomponent - simplified UI - FIXED: Code analysis warnings and linting issues
0.0.3 #
- FEATURE:
DashboardSidebarwith top/bottom menu sections - FEATURE: Support for selected index highlighting
- FEATURE: Customizable brand title in sidebar
- FEATURE: Dark theme Color(0xFF1A1F3A) default styling
0.0.2 #
- FEATURE: Dashboard cards (RevenueCard, WarehouseCard, GrowthCard)
- FEATURE: MetalPricesCard and GoldPriceChart with fl_chart integration
- IMPROVED: Package exports and public API
0.0.1 #
- Initial release of webadmin package
- Basic dashboard components and models