hook_it 0.0.1 copy "hook_it: ^0.0.1" to clipboard
hook_it: ^0.0.1 copied to clipboard

Hook the objects in a simple way with less boilerplate. You can use it, listen it and dispose it in a single function inside the build method.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hook_it

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

dependencies:
  hook_it: ^0.0.1

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:hook_it/hook_it.dart';
1
likes
130
pub points
23%
popularity

Publisher

verified publishereronsoft.com

Hook the objects in a simple way with less boilerplate. You can use it, listen it and dispose it in a single function inside the build method.

Repository (GitHub)
View/report issues

Topics

#hook #hook-it #flutter-hooks #boilerplate

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on hook_it