sam_uiz 0.0.6 copy "sam_uiz: ^0.0.6" to clipboard
sam_uiz: ^0.0.6 copied to clipboard

A customizable UI components library (Button, Card, Input Box).

sam_uiz #

A customizable UI components library for Flutter. This package provides reusable components like buttons, input fields, and cards for quick integration into your Flutter apps.

Features #

  • DizzexButton: A customizable button widget.
  • DizzexCard: A customizable card widget to wrap content.
  • DizzexInputBox: A customizable input box widget for text entry.

Installation #

To use this package, add sam_uiz to your pubspec.yaml file:

dependencies:
  sam_uiz:
    git:
      url: https://github.com/dizzpy/sam_uiz.git

Usage #

DizzexButton #

DizzexButton(
  title: 'Press Me',
  onPressed: () {
    print('Button pressed!');
  },
)

DizzexCard #

DizzexCard(
  widget: Text('Card content'),
)

DizzexInputBox #

DizzexInputBox(
  controller: myController,
  hintText: 'Enter text here',
  title: 'Input Field',
)

Example #

You can check out the example usage in the /example folder.

License #

This package is licensed under the MIT License. See the LICENSE file for more information.

Contributing #

Feel free to open an issue or pull request if you'd like to contribute to this package.

1
likes
140
points
12
downloads

Documentation

API reference

Publisher

verified publisherflutter.dizzpy.dev

Weekly Downloads

A customizable UI components library (Button, Card, Input Box).

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on sam_uiz