dlwidgets 0.0.2
dlwidgets: ^0.0.2 copied to clipboard
DlWidgets is a Flutter library that aims to simplify the development process by providing a collection of useful and customizable widgets.
0.0.2 #
- This Release has the basic components and widgets that are pre customized to build a good User Interface.
- Though it is pre-defined widgets we can also add our customization over the Dlwidgets.
Release includes #
| Widget Class Name | Description |
|---|---|
| dl_button.dart | Defines a button widget for performing actions. |
| dl_textformfield.dart | Provides a text input field with validation and error handling. |
| dl_cardview.dart | Displays a styled card view with customizable content. |
| dl_ticker.dart | Creates a scrolling ticker widget for displaying news or updates. |
| dl_switch.dart | Represents a toggle switch widget for binary choices. |
| dl_radiobutton.dart | Creates a set of radio buttons for selecting a single option from multiple choices. |
| dl_checkbox.dart | Defines a checkbox widget for selecting multiple options. |
| dl_alert_dialog.dart | Displays an alert dialog box with customizable title and content. |
| dl_dialog_helper.dart | Provides helper methods for creating and managing dialog boxes. |