https://github.com/newpanjing/flutter_admin
flutter admin web template
https://github.com/newpanjing/flutter_admin
admin admin-dashboard admin-live-panel flutter flutter-admin flutter-apps flutter-examples flutter-template flutter-web macos-app simpleui web-admin website
Last synced: about 2 months ago
JSON representation
flutter admin web template
- Host: GitHub
- URL: https://github.com/newpanjing/flutter_admin
- Owner: newpanjing
- Created: 2025-08-15T04:58:23.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-17T13:55:39.000Z (10 months ago)
- Last Synced: 2025-09-09T17:20:49.996Z (9 months ago)
- Topics: admin, admin-dashboard, admin-live-panel, flutter, flutter-admin, flutter-apps, flutter-examples, flutter-template, flutter-web, macos-app, simpleui, web-admin, website
- Language: JavaScript
- Homepage: https://flutter-admin-phi.vercel.app
- Size: 10.6 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Admin Web Template
[δΈζηζ¬ / Chinese Version](README_zh.md)
A Flutter web project with admin dashboard functionality and custom UI components.
## π Live Demo
**[View Live Demo](https://flutter-admin-phi.vercel.app/)**
## Preview Screenshots
### Login Page

### Dashboard

### Management Pages

### System

## Features
- 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
## Getting Started
This project is a starting point for a Flutter web application with admin capabilities.
### Prerequisites
- Flutter SDK (latest stable version)
- Web browser for testing
### Installation
1. Clone the repository
2. Run `flutter pub get` to install dependencies
3. Run `flutter run -d chrome` to start the web application
## Project Structure
- `lib/pages/` - Main application pages
- `lib/widgets/` - Custom UI components
- `lib/models/` - Data models
- `lib/theme/` - Application theming
- `lib/routes/` - Navigation routing
## Custom Components
- **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](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.