flutter_fc 0.4.0 flutter_fc: ^0.4.0 copied to clipboard
Writing Function Component in Flutter, just as writing in React.
0.4.0 #
- Make compatible build(BuildContext) for FCWidget.
0.3.1 #
- Docs of Dart 2 compatibility
0.3.0 #
- Add shim class [FCWidget], that allows you to construct a const widget.
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