Skip to content

Commit

Permalink
Update README to include forui_hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
kawaijoe authored and Pante committed Dec 5, 2024
1 parent 242be5e commit d9ac683
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@

Visit [forui.dev/docs](https://forui.dev/docs) to view the documentation.

## Flutter Hooks Integration

<a href="https://github.com/forus-labs/forui/actions/workflows/forui_hooks_build.yaml"><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/forus-labs/forui/forui_hooks_build.yaml?branch=main&style=flat&logo=github&label=forui_hooks"></a>
<a href="https://pub.dev/packages/forui_hooks"><img alt="Pub Version" src="https://img.shields.io/pub/v/forui_hooks?style=flat&logo=dart&label=pub.dev: forui_hooks&color=00589B"></a>

Forui provides first class integration with [Flutter Hooks](https://pub.dev/packages/flutter_hooks). All controllers
are exposed as hooks in the companion `forui_hooks` package.

## Contributing

Please read the [contributing guide](/CONTRIBUTING.md).
Expand Down

0 comments on commit d9ac683

Please sign in to comment.