sync_ease_hook 0.0.1 sync_ease_hook: ^0.0.1 copied to clipboard
is a Flutter plugin that provides a hook system similar to WordPress hooks for managing actions and filters within your Flutter application.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sync_ease_hook
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
sync_ease_hook: ^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:sync_ease_hook/sync_ease_hook.dart';