flutter-web-admin-dashbaord
flutter-web-admin-dashbaord copied to clipboard
Admin Dashboard built using Flutter Web
Admin Material for Flutter Web.
Demo
This project was generated with 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:
- Your Flutter version needs to be
1.5.4and higher - Version 3.0 of the Flutter plugin
In order to run this project:
- Clone the flutter web repository. https://github.com/flutter/flutter_web
- Add $HOME/.pub-cache/bin as path.
- Now activate webdev for that run this command
$ flutter packages pub global activate webdev
- Clone this repository.
- Run
$ pub get
$ webdev serve --auto restart
Further help
To get more help on the Flutter Web, check out the Flutter Web.