dghub_bottombar 0.0.3 copy "dghub_bottombar: ^0.0.3" to clipboard
dghub_bottombar: ^0.0.3 copied to clipboard

Min Thant Htet.

DGHub Studio #

Buy Me a Coffee #

Buy Me A Coffee

Pub

See for example this or this answer on previous posted issues.

Installation #

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

dependencies:
  dghub_bottombar: <latest_version>

Import package #

import 'package:dghub_bottombar/dghub_bottombar.dart';

Example home bottombar #

      DGHubBottomBarIcon(
        type: DGHubBottomBarType.material3,
        config: BottomBarConfig(
        enabledBadage: true,
                      badageLabel: '0',
                      badageColor: Colors.blue,
                      icon: Icons.notifications_none,
                      onTap: () {})
                ]));

Get all bottombar #

DGHubBottomBarListWidget(result: (selected) {})
  • Package created by Min Thant Htet
1
likes
130
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Min Thant Htet.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

badges, flutter, json_annotation

More

Packages that depend on dghub_bottombar