Blog Post dashBoard.
Visit Live App here
This is my personal dashBoard project made with flutter.
Surely there’s still room for more, so any sort of contributions are welcome
Blog dashBoard
How To Use
# Clone this repository
$ git clone
# Go into the repository
$ cd ["repo name"]
# Install dependencies
$ flutter pub get
# Run the app
$ flutter run -d chrome --web-renderer canvaskit
Concepts in project
- Listeners and controllers.
- Layouts with flutter web.
- setState
ToDo’s
- Add editting options for the editor
- More features.
- Clean up code
Comments are closed.