dghub_appbar 1.1.7 copy "dghub_appbar: ^1.1.7" to clipboard
dghub_appbar: ^1.1.7 copied to clipboard

Min Thant Htet.

DGHub Studio #

Buy Me a Coffee #

Buy Me A Coffee

Pub

What is #

This package provides a customizable Appbars for flutter projects

Installation #

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

dependencies:
  dghub_appbar: <latest_version>

Import package #

import 'package:dghub_appbar/dghub_appbar.dart';

Example home appbar #


         DGHubAppBar(
                items: [

                  DGHubAppBarIcon(
                      enabledBadage: true,
                      badageLabel: '0',
                      badageColor: Colors.blue,
                      icon: Icons.notifications_none,
                      onTap: () {})
                ],
                type: DGHubAppBarType.playstore);

Example back appbar #

     DGHubBackAppBar(
                items: [
                  DGHubAppBarIcon(icon: Icons.search, onTap: () {})
                  ]);

Example search appbar #


            DGHubSearchAppBar(
                searchResult: (result) {},
                items: [
                  DGHubAppBarIcon(icon: Icons.mic_none, onTap: () {})
                  ]);

Get all appbar #

DGHubAppBarListWidget(result: (selected) {})
  • Package created by Min Thant Htet
1
likes
130
points
53
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, ficonsax, flutter, json_annotation

More

Packages that depend on dghub_appbar