flutter_fc 0.2.1 flutter_fc: ^0.2.1 copied to clipboard
Writing Function Component in Flutter, just as writing in React.
0.2.1 #
- [Hot Reload] Resets hooks list after error occurs during build
0.2.0 #
- DELETED
defineStatelessFC, forwardRefStateless
. All FCs should come fromdefineFC
.
0.1.0 #
- Add useImperativeHandle
0.0.3 #
- Add useBuildContext
- useEffect with no deps that calls each update.
0.0.2 #
- Add forwardRef
0.0.1 #
- Development Release