customdashboard 0.0.9 copy "customdashboard: ^0.0.9" to clipboard
customdashboard: ^0.0.9 copied to clipboard

Custom Dashboard Easy to use. More Customizble Responsive ui Desktop or Mobile Tablate.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:customdashboard/customdashboard.dart';

void main() {
  runApp(const MainApp());
}

class MainApp extends StatelessWidget {
  const MainApp({super.key});

  @override
  Widget build(BuildContext context) {
    return  MaterialApp(
      home: Customdashboard(
           appBar: AppBar(title: const Text('Example App')),
           body: const Center(child: Text('Hello, Custom Dashboard!')),
           sideBar: const Drawer(),
         ),
    );
  }
}
6
likes
160
points
13
downloads

Publisher

verified publishertalimsetu.in

Weekly Downloads

Custom Dashboard Easy to use. More Customizble Responsive ui Desktop or Mobile Tablate.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, provider

More

Packages that depend on customdashboard