Skip to content

v1.3.0

Compare
Choose a tag to compare
@hamsbrar hamsbrar released this 14 Aug 05:09
· 236 commits to main since this release

Hooks, use state and other features inside widget-functions.

Hooks(inspired by React's Hooks) lets you use state and other features without writing classes(such as StatefulWidget). This release includes few ready-to-use hooks and a easy yet powerful Hooks API that you can use to create your own custom hooks. We've also released a hooks package containing implementations of commonly used React Hooks(see rad_hooks).