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

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

example/lib/main.dart

import 'package:customdashboard/customdashboard.dart';
import 'package:flutter/material.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
22
downloads

Publisher

verified publishertalimsetu.in

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, provider

More

Packages that depend on customdashboard