https://github.com/geekyants/flutter-web-admin-dashbaord
Admin Dashboard built using Flutter Web
https://github.com/geekyants/flutter-web-admin-dashbaord
dart flutter web
Last synced: 4 months ago
JSON representation
Admin Dashboard built using Flutter Web
- Host: GitHub
- URL: https://github.com/geekyants/flutter-web-admin-dashbaord
- Owner: GeekyAnts
- Created: 2019-05-15T13:16:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T01:20:01.000Z (almost 6 years ago)
- Last Synced: 2024-04-15T00:41:30.247Z (about 2 years ago)
- Topics: dart, flutter, web
- Language: Dart
- Size: 48.1 MB
- Stars: 261
- Watchers: 22
- Forks: 108
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Admin Material for Flutter Web.
# [Demo](https://flutterwebadmindashboard-ozrgbodeiy.now.sh/#/)
This project was generated with [Flutter Web](https://github.com/flutter/flutter_web).
### Introduction
This project contains most of the common widgets which are used by Flutter.
- Row/Column
- Tables
- Cards
- Custom Scroll View

- Forms

- Hero Animations
- Linear Gradient

- Api calls using http (Top 10 trending github repositories) in a tabular view.

### How to start
Prerequisites:
1. Your Flutter version needs to be `1.5.4` and higher
2. Version 3.0 of the Flutter plugin
In order to run this project:
1. Clone the flutter web repository. [https://github.com/flutter/flutter_web](https://github.com/flutter/flutter_web)
2. Add $HOME/.pub-cache/bin as path.
3. Now activate webdev for that run this command
```bash
$ flutter packages pub global activate webdev
```
4. Clone this repository.
5. Run
```bash
$ pub get
$ webdev serve --auto restart
```
### Further help
To get more help on the Flutter Web, check out the [Flutter Web](https://github.com/flutter/flutter_web).