Skip to content

Commit

Permalink
docs: add bmac link
Browse files Browse the repository at this point in the history
  • Loading branch information
andyhorn committed Dec 25, 2024
1 parent e994b96 commit aee9ec8
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Add flexibility and interaction to your UI with ease.

![Basic Resizing](./doc/basic.gif?raw=true 'Basic Resizing')

Any support is greatly appreciated!

<a href="https://www.buymeacoffee.com/bitwizrd" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>

## Features

- `ResizableContainer`s are fully nestable and support LTR _and_ RTL layouts
- Customize the look and feel of the divider(s) between children
- Respond to user interactions with `onHoverEnter` and `onHoverExit` for web/desktop and `onTapDown` and `onTapUp` for mobile
- Programmatically set the sizes of the children through a `ResizableController`
- Respond to changes in the sizes of the resizable children by listening to the `ResizableController`

## Example App

View the interactive example app at [andyhorn.github.io/flutter_resizable_container](https://andyhorn.github.io/flutter_resizable_container)
Expand All @@ -16,14 +28,6 @@ Each example also comes with an embedded source-code view, so you don't have to

![Source Code Preview](./doc/screenshot_source_code.png?raw=true 'Source Code Preview')

## Features

- `ResizableContainer`s are fully nestable and support LTR _and_ RTL layouts
- Customize the look and feel of the divider(s) between children
- Respond to user interactions with `onHoverEnter` and `onHoverExit` for web/desktop and `onTapDown` and `onTapUp` for mobile
- Programmatically set the sizes of the children through a `ResizableController`
- Respond to changes in the sizes of the resizable children by listening to the `ResizableController`

## Getting started

Add this package to your `pubspec.yaml` or install using `flutter pub add`.
Expand Down

0 comments on commit aee9ec8

Please sign in to comment.