webadmin 0.0.6 copy "webadmin: ^0.0.6" to clipboard
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 DashboardLayout widget - complete layout with sidebar, header, and content
  • NEW: Integrated PageHeader into layout component (no more manual header building)
  • FEATURE: showPageHeader toggle for conditional header display
  • FEATURE: showHeaderIcon toggle for optional icon display in header
  • FEATURE: headerTitleSize customization for page title font size
  • FEATURE: headerDescriptionSize customization 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 DashboardPage model 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.builder widget builder for flexible page components
  • FEATURE: DashboardPage.toMenuItem() automatic conversion to DashboardMenuItem
  • 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 PageHeader widget with customizable styling
  • FEATURE: Light and Dark theme support with Material3
  • IMPROVED: Redesigned sidebar from card-based to full-height vertical layout
  • REMOVED: _LicenseStatusCard component - simplified UI
  • FIXED: Code analysis warnings and linting issues

0.0.3 #

  • FEATURE: DashboardSidebar with 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
1
likes
160
points
126
downloads

Publisher

verified publishercinar.fun

Weekly Downloads

A comprehensive Flutter package for building beautiful admin dashboards with customizable sidebar, dashboard cards, and chart integrations.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

fl_chart, flutter

More

Packages that depend on webadmin