Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# FlexibleWrap
[![Test](https://github.com/bixat/flexible_wrap/actions/workflows/ci.yaml/badge.svg)](https://github.com/bixat/fflexible_wrap/actions/workflows/ci.yaml)
[![Demo deployment](https://github.com/bixat/flexible_wrap/actions/workflows/demo_deployment.yaml/badge.svg)](https://github.com/bixat/flexible_wrap/actions/workflows/demo_deployment.yaml)
[![Pub Monthly Downloads](https://img.shields.io/pub/dm/flexible_wrap)](https://pub.dev/packages/flexible_wrap)
[![Pub Publisher](https://img.shields.io/pub/publisher/flexible_wrap)](https://bixat.dev)
[![Pub Version](https://img.shields.io/pub/v/flexible_wrap)](https://pub.dev/packages/flexible_wrap)
[![Pub Likes](https://img.shields.io/pub/likes/flexible_wrap)](https://pub.dev/packages/flexible_wrap)




---
FlexibleWrap is a Flutter widget that provides an advanced wrap layout with flexible spacing and RTL support. It automatically distributes available space between items in a row, similar to Wrap widget but with additional features

Perfect for implementing uniform grid layouts like product cards, image galleries, or any UI that requires evenly-spaced wrapped items.
Expand All @@ -8,6 +18,7 @@ Perfect for implementing uniform grid layouts like product cards, image gallerie

![showcase](https://github.com/bixat/flexible_wrap/blob/main/showcase.gif?raw=true)


## Features

- **Dynamic Wrapping**: Automatically wraps widgets onto the next line based on the available space.
Expand Down