grow_hooks 0.0.1 copy "grow_hooks: ^0.0.1" to clipboard
grow_hooks: ^0.0.1 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 Dart:

 $ dart pub add grow_hooks

With Flutter:

 $ flutter pub add grow_hooks

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

dependencies:
  grow_hooks: ^0.0.1

Alternatively, your editor might support dart pub get or 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';
2
likes
0
points
377
downloads

Publisher

verified publishercodegrowers.tech

Weekly Downloads

Reusable set of Flutter hooks used across our multiple projects.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_hooks, flutter_vibrate

More

Packages that depend on grow_hooks