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

outdated

drawer_component that reduce programmer efforts and code to create drawer .

drawer_component #

A Flutter implementation of easy useable component used in drawer to design beautiful Applications.

Drawer Component

Features #

This library will allow you to design the drawer components without any additional hastle. The major type of componnets that could be designed include buttons, icons buttons, widgets, dividers and boolean check buttons. The basic idea is to use this libarary to reduce the coding effort while designing the drawer componnets of your android and IOS applications.

How to use this Component #

drawer: new Drawer(
    child: ListView(
    children: <Widget>[
            DrawerComponent(
            name: "hello",
            textOverflow: TextOverflow.ellipsis,
            child: TestWidget(),
            leading: Icon(Icons.account_box),
            trailing: Icon(Icons.adb),
            tileSize: 10,
            tralingSelection: "Icon",
            dividerheight: 5,
            dividerThickness: 1,
            dividercolor: Colors.black,
                  )
                ],
        ),
);

geting started #

  1. Add this to your package's pubspec.yaml file:
dependencies:
  drawer_component: ^0.0.1

  1. Install it You can install packages from the command line: with Flutter:
$ flutter pub get

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

  1. Import it Now in your Dart code, you can use:
import 'package:flutter_slidable/flutter_slidable.dart';
8
likes
0
pub points
0%
popularity

Publisher

unverified uploader

drawer_component that reduce programmer efforts and code to create drawer .

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on drawer_component