An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Responsive Admin Panel/Dashboard in Flutter

![GitHub](https://img.shields.io/github/license/hungrybluedev/flutter_admin_panel?style=flat) ![GitHub top language](https://img.shields.io/github/languages/top/hungrybluedev/flutter_admin_panel) ![Twitter Follow](https://img.shields.io/twitter/follow/hungrybluedev)

## Screenshots

### Desktop

![Desktop Screenshot](media/desktop.png)

### Tablet

### Main Dashboard

![Tablet with Drawer Closed](media/tablet-01.png)

### Drawer Open

![Tablet with Drawer Open](media/tablet-02.png)

### Mobile

![Mobile Screen Recording](media/mobile.gif)

## 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.