A Flutter web project with admin dashboard functionality and custom UI components.
- Modern web-based admin interface
- Custom dropdown components with floating labels
- Responsive design with dark theme (black + green)
- Dashboard with various management modules
- User, customer, product, and inventory management
- Financial management and VIP system
This project is a starting point for a Flutter web application with admin capabilities.
- Flutter SDK (latest stable version)
- Web browser for testing
- Clone the repository
- Run
flutter pub get
to install dependencies - Run
flutter run -d chrome
to start the web application
lib/pages/
- Main application pageslib/widgets/
- Custom UI componentslib/models/
- Data modelslib/theme/
- Application theminglib/routes/
- Navigation routing
- CustomDropdown: Advanced dropdown with floating labels, animations, and modern styling
- DashboardCard: Reusable dashboard widgets
- ChartCard: Data visualization components
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.