- Fix
lucide.ttfnot being updated.
Unclaimed project
Are you a maintainer of forui? Claim this project to take control of your public changelog and roadmap.
lucide.ttf not being updated.This update overhauls the API by introducing controls to support declarative state and adding support for the new dot-shorthand syntax.
To simplify updating to the latest version, we've included Data Driven Fixes. This allows you to run automated fixes on your codebase t...
To simplify updating to the latest version, we've included Data Driven Fixes.
This allows you to run automated fixes on your codebase to update it to be compatible with the latest version of forui_hooks.
After updating to the latest version, run:
dart fix --apply
useFDateFieldController(animationDuration: ...) with useFDateFieldController(popoverMotion: ...).useFPopoverController(animationDuration: ...) with useFPopoverController(motion: ...).useFSelectController(animationDuration: ...) with useFSelectController(popoverMotion: ...).