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

Reusable set of Flutter hooks used across our multiple projects.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add grow_hooks

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  grow_hooks: ^0.1.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:grow_hooks/grow_hooks.dart';
3
likes
140
points
342
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