Skip to content
/ vw Public

This project is a collection of custom, reusable widgets designed to provide additional functionality and customization options beyond the standard Flutter widgets.

License

Notifications You must be signed in to change notification settings

carllosnc/vw

Repository files navigation

VW

Static Badge VW Codacy Badge

This project is a collection of custom, reusable widgets designed to provide additional functionality and customization options beyond the standard Flutter widgets.

Install

This is a unpublished package, so you will need to add it to your pubspec.yaml file.

dependencies:
  vw:
    git:
      url: https://github.com/carllosnc/vw.git

To more information about unpublished packages see: https://dart.dev/tools/pub/package-layout#unpublished-packages

Widgets

Components:

  • VWButton: A customizable button with options for full width, custom colors, gradients, splash color, and icon placements.

  • VWRow: A row widget with additional features like custom gap, padding, margin, and alignment options.

  • VWColum: Similar to VWRow, but for column layout.

  • VWTimePicker: A time picker widget based on text field.

  • VWSelect: A select widget based on text field and bottom sheet.

  • VWBox: A box with background image, gradient, blur effect, and custom border radius.

  • VWReveal: A widget that reveals it's child with a custom animation.

  • VWText: A text widget with support to markup with tags.

  • VWIf: A widget that conditionally displays widgets based on a boolean condition.

Extensions:


Carlos Costa @ 2023

About

This project is a collection of custom, reusable widgets designed to provide additional functionality and customization options beyond the standard Flutter widgets.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published