0 purchases
web dashboard
Web Dashboard #
Design an integrated control panel in a simple time.
Getting Started #
To install, add it to your pubspec.yaml file:
dependencies:
web_dashboard:
copied to clipboard
import 'package:web_dashboard/web_dashboard.dart';
copied to clipboard
Usage/Examples #
import 'package:web_dashboard/web_dashboard.dart';
Scaffold(
body: WebDashboard(
headerContent: HeaderModel(title: 'title of page'),
elements: [
ButtonElement(
index: 1,
icon: Icons.home,
title: 'element_title',
titleColor: Colors.black87,
onSelectTitleColor: Colors.white,
fontFamily: 'fontFamily',
fontSize: 15.0,
indicatorColor: Colors.blue,
leading: Widget(),
)
],
body: your_page_index,
),
)
copied to clipboard
Support #
For support, email [email protected] .
Follow me at Instagram #
Instagram : https://instagram.com/m9_6m?igshid=YTQwZjQ0NmI0OA==
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.