hornbill 1.6.0
hornbill: ^1.6.0 copied to clipboard
A lightweight, beautify Flutter UI component package inspired by Material Design 3 Expressive, with a focus on simplicity, elegance, and ease of use.

Hornbill UI is a lightweight Flutter component package starter for building a consistent design system. Check out the example app for a demo of the components in action. Documentation coming soon.
Installation #
Either add the following to your pubspec.yaml:
dependencies:
hornbill: ^1.5.4
and run flutter pub get,
or run the following command in your terminal:
$ flutter pub add hornbill
Documentation #
There are various widget available in this package. Here are some of the widgets available in this package:
HAppBarHButtonHIconButtonHNavigationBarHDialogHSideBarHSideBarItemHSideBarAccountTileHChipHDropDownFieldHTextFieldHToastHBreadcrumbHListViewHScaffoldHCardHProgressIndicatorHSwitchHTheme
You can find the documentation for these widgets in the example app (WIP). The example app is also available in the GitLab repository.
