https://github.com/hungrybluedev/flutter_admin_panel
A demo of a responsive UI built using Flutter
https://github.com/hungrybluedev/flutter_admin_panel
Last synced: 12 months ago
JSON representation
A demo of a responsive UI built using Flutter
- Host: GitHub
- URL: https://github.com/hungrybluedev/flutter_admin_panel
- Owner: hungrybluedev
- License: mit
- Created: 2021-06-21T10:14:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-21T10:53:25.000Z (almost 5 years ago)
- Last Synced: 2025-04-04T19:33:12.034Z (about 1 year ago)
- Language: Dart
- Size: 18.7 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Responsive Admin Panel/Dashboard in Flutter
  
## Screenshots
### Desktop

### Tablet
### Main Dashboard

### Drawer Open

### Mobile

## Features
- Modern fluid design with rounded corners and flat colours.
- Spacing, border radius, and colour palette can be adjusted from a single source: [lib/constants.dart](lib/constants.dart)
- Cross platform - supported on all platform that Flutter can run on.
## Testing/Running the Demo
Make sure you have flutter installed and added to path. Then, simply use `flutter run` and target the platform of your choice.
## License
This project is released under the [MIT License](LICENSE).
## Acknowledgements
- [The Flutter Way](https://www.youtube.com/channel/UCJm7i4g4z7ZGcJA_HKHLCVw) for the excellent tutorial: [Responsive Admin Panel or Dashboard - Flutter UI - Speed Code](https://www.youtube.com/watch?v=_uOgXpEHNbc)
- The official [Flutter documentation](https://flutter.dev/docs).
- Flutter packages used:
- [google_fonts](https://pub.dev/packages/google_fonts)
- [flutter_svg](https://pub.dev/packages/flutter_svg)
- [fl_chart](https://pub.dev/packages/fl_chart)
- [provider](https://pub.dev/packages/provider)
- [gThumb](https://gitlab.gnome.org/GNOME/gthumb) - An excellent, easy-to-use image editor for basic image editing tasks. (FOSS)
- [ffmpeg](https://ffmpeg.org/) - CLI tool that I use to convert video to GIFs. (FOSS).
- [readme.so](https://readme.so/) - Free tool to quickly create a complete, structured Readme file.