Hornbill Cover

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:

  • HAppBar
  • HButton
  • HIconButton
  • HNavigationBar
  • HDialog
  • HSideBar
  • HSideBarItem
  • HSideBarAccountTile
  • HChip
  • HDropDownField
  • HTextField
  • HToast
  • HBreadcrumb
  • HListView
  • HScaffold
  • HCard
  • HProgressIndicator
  • HSwitch
  • HTheme

You can find the documentation for these widgets in the example app (WIP). The example app is also available in the GitLab repository.