grow_hooks
Set of usefull utility hooks that grow with your project. We use these throughout multiple applications that we build to write a more maintanable and reusable code.
Feedback and contributions are welcomed.
Instalation
In the dependencies:
section of your pubspec.yaml
, add the following line:
grow_hooks: <latest_version>
Usage
Just start using it right away:
import 'package:grow_hooks/grow_hooks.dart';
useOnMount(() {
print('Mounted');
});
Motivation
The main motivation is to create a set of reusable hooks. We use these throughout multiple applications that we build to write a more maintanable and reusable code.
Many of the hooks were inspired by javascript library rooks.
Documentation
Documentation is generated by dartdoc in doc
folder.
License
MIT
Test
TODO