grow_hooks 0.0.4 copy "grow_hooks: ^0.0.4" to clipboard
grow_hooks: ^0.0.4 copied to clipboard

Reusable set of Flutter hooks used across our multiple projects.

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

2
likes
150
points
347
downloads

Publisher

verified publishercodegrowers.tech

Weekly Downloads

Reusable set of Flutter hooks used across our multiple projects.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_hooks, haptic_feedback

More

Packages that depend on grow_hooks