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

Min Thant Htet.

DGHub Studio #

Buy Me a Coffee #

Buy Me A Coffee

Pub

What is #

A flutter package to cache network image fastly without native dependencies, with loader, error builder, and smooth fade transitions. You can also add beautiful loaders and percentage indicators with the total and download size of the image.

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_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
0
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

Min Thant Htet.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

badges, flutter, flutter_screenutil

More

Packages that depend on dghub_appbar