Skip to content

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

  • 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.

  • VWPage: A floating page that floats above the current page.

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

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

  • VWModal: A modal component that can be used to display a modal on the screen.

  • 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.


Carlos Costa @ 2023

Releases

No releases published

Packages

No packages published