Skip to content

Commit

Permalink
Update github username
Browse files Browse the repository at this point in the history
  • Loading branch information
carllosnc committed Jun 11, 2024
1 parent e418e2d commit 956611b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# VW

![Static Badge](https://img.shields.io/badge/Flutter_package-blue)
[![VW](https://github.com/C4co/vw/actions/workflows/dart.yml/badge.svg)](https://github.com/C4co/vw/actions/workflows/dart.yml)
[![VW](https://github.com/carllosnc/vw/actions/workflows/dart.yml/badge.svg)](https://github.com/carllosnc/vw/actions/workflows/dart.yml)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/5d13914b855e4c24a52f5492c3691aaa)](https://app.codacy.com/gh/C4co/vw/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)

> This project is a collection of custom, reusable widgets designed to provide additional functionality and customization options beyond the standard Flutter widgets.
Expand All @@ -14,35 +14,35 @@ This is a unpublished package, so you will need to add it to your `pubspec.yaml`
dependencies:
vw:
git:
url: https://github.com/C4co/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](https://github.com/C4co/vw/blob/master/docs/vw_button.md): A customizable button with options for full width, custom colors, gradients, splash color, and icon placements.
- [VWButton](https://github.com/carllosnc/vw/blob/master/docs/vw_button.md): A customizable button with options for full width, custom colors, gradients, splash color, and icon placements.
- [VWRow](https://github.com/C4co/vw/blob/master/docs/vw_column.md): A row widget with additional features like custom gap, padding, margin, and
- [VWRow](https://github.com/carllosnc/vw/blob/master/docs/vw_column.md): A row widget with additional features like custom gap, padding, margin, and
alignment options.
- [VWColum](https://github.com/C4co/vw/blob/master/docs/vw_row.md): Similar to VWRow, but for column layout.
- [VWColum](https://github.com/carllosnc/vw/blob/master/docs/vw_row.md): Similar to VWRow, but for column layout.
- [VWPage](https://github.com/C4co/vw/blob/master/docs/vw_page.md): A floating page that floats above the current page.
- [VWPage](https://github.com/carllosnc/vw/blob/master/docs/vw_page.md): A floating page that floats above the current page.
- [VWTimePicker](https://github.com/C4co/vw/blob/master/docs/vw_timepicker.md): A time picker widget based on text field.
- [VWTimePicker](https://github.com/carllosnc/vw/blob/master/docs/vw_timepicker.md): A time picker widget based on text field.
- [VWSelect](https://github.com/C4co/vw/blob/master/docs/vw_select.md): A select widget based on text field and bottom sheet.
- [VWSelect](https://github.com/carllosnc/vw/blob/master/docs/vw_select.md): A select widget based on text field and bottom sheet.
- [VWModal](https://github.com/C4co/vw/blob/master/docs/vw_modal.md): A modal component that can be used to display a modal on the screen.
- [VWModal](https://github.com/carllosnc/vw/blob/master/docs/vw_modal.md): A modal component that can be used to display a modal on the screen.
- [VWBox](https://github.com/C4co/vw/blob/master/docs/vw_box.md): A box with background image, gradient, blur effect, and custom border radius.
- [VWBox](https://github.com/carllosnc/vw/blob/master/docs/vw_box.md): A box with background image, gradient, blur effect, and custom border radius.
- [VWReveal](https://github.com/C4co/vw/blob/master/docs/vw_reveal.md): A widget that reveals it's child with a custom animation.
- [VWReveal](https://github.com/carllosnc/vw/blob/master/docs/vw_reveal.md): A widget that reveals it's child with a custom animation.
- [VWText](https://github.com/C4co/vw/blob/master/docs/vw_text.md): A text widget with support to markup with tags.
- [VWText](https://github.com/carllosnc/vw/blob/master/docs/vw_text.md): A text widget with support to markup with tags.
- [VWIf](https://github.com/C4co/vw/blob/master/docs/vw_if.md): A widget that conditionally displays widgets based on a boolean condition.
- [VWIf](https://github.com/carllosnc/vw/blob/master/docs/vw_if.md): A widget that conditionally displays widgets based on a boolean condition.
---
Expand Down

0 comments on commit 956611b

Please sign in to comment.