web_dashboard

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

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 info@mohammed-aljaf.com .
Follow me at Instagram #

Instagram : https://instagram.com/m9_6m?igshid=YTQwZjQ0NmI0OA==

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.