dghub_tab 0.0.5 copy "dghub_tab: ^0.0.5" to clipboard
dghub_tab: ^0.0.5 copied to clipboard

Min Thant Htet.

DGHub Studio #

Buy Me a Coffee #

Buy Me A Coffee

Pub

Installation #

In the dependencies: section of your pubspec.yaml, add the following line:

dependencies:
  dghub_tab: <latest_version>

Import package #

import 'package:dghub_tab/dghub_tab.dart';

DGHubTab(
        config: DGHubTabConfig(
            changed: (index, controller) {
            ///
            },
            tabs: [
          DGHubTabBarItem(icon: Icons.abc, label: 'All'),
          DGHubTabBarItem(icon: Icons.abc, label: 'Users'),
          DGHubTabBarItem(icon: Icons.abc, label: 'Admins'),
          DGHubTabBarItem(icon: Icons.abc, label: 'Services'),
          DGHubTabBarItem(icon: Icons.abc, label: 'Bots'),
        ]));

  • Package created by Min Thant Htet
1
likes
120
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

Min Thant Htet.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter

More

Packages that depend on dghub_tab