codescript_components library
Support for doing something awesome.
More dartdocs go here.
Classes
- CSAvatarComponent
- A widget that displays an avatar image.
- CsBiometricService
- Service that provides biometric authentication.
- CSIColorPalette
- Interface that defines the colors that the palette must provide
- CSInfiniteScrollComponent
- CSInfiniteScrollComponent is a widget that allows you to create a list of items that can be scrolled infinitely.
- CsLogin
- A login form with email and password fields.
-
CSPaginationModel<
T> - A model class for pagination. The model contains a list of data, the current page, the total number of items, the last page, the limit of items per page, and whether there are more pages to load.
- CSResultWidgetComponent
- A than can be used to display a result with an image and optional actions. The widget can be used to display a success or error message.
- CSRoundedButton
- A rounded button with a text label. The button can be enabled or disabled and can show a loading indicator. The button is styled with the primary color of the theme. The button has a minimum size of 45 pixels in height.
- CSRoundedInput
- A rounded input field with a label and optional prefix and suffix icons.
- CsSearchComponent
- A search input field. This is a wrapper around the TextField widget.