React like Hooks implementation for Flutter.
Stars
38
Forks
2
Watchers
38
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
2
commits
version bump to 2.1.0 and added changelog for the new version
401cc80View on GitHubfeat(useContext): added useContext hook to use the BuildContext inside other hooks
74e6f78View on GitHubfix(HookWidget): corrected the createState return type
68cb0ceView on GitHubfix(HookWidget): is now the base widget for build hook
6febc39View on GitHubMerge branch 'dev' of https://github.com/alfredosalzillo/flhooks
370406fView on GitHubCI: remove coverage dependencies and fix travis config
477bbcfView on GitHubfeat(HookWidget): add HookWidget to use hooks in class instead of function, class Widget have better performance.
4470d89View on GitHubMerge branch 'master' of https://github.com/alfredosalzillo/flhooks
df0fec9View on GitHub