DGHub Studio
Buy Me a Coffee
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
