sync_ease_hook 0.0.1 copy "sync_ease_hook: ^0.0.1" to clipboard
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';
3
likes
130
points
15
downloads

Publisher

verified publishermypackeges.tk

Weekly Downloads

is a Flutter plugin that provides a hook system similar to WordPress hooks for managing actions and filters within your Flutter application.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on sync_ease_hook