Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 497 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 497 Bytes

Features

Types of widgets:

  • Content Selection
    • List Search
    • Chip Select
    • List Select
  • Dialog
    • Accept Dialog
  • Loading
    • LoadingSpinner
    • LoadErrorWidget
    • LoadingFutureBuilder
  • Shapes
    • Circle
  • Static Progress Indicator
  • Text Input
    • Password Field
  • Others
    • ListTileCard

Getting started

Add the package to your pubspec.yaml

Usage

Import the widget that you want to use: e.g. import 'package:helpwave_widget/shapes.dart';

Additional information