sync_ease_hook 0.0.2 copy "sync_ease_hook: ^0.0.2" to clipboard
sync_ease_hook: ^0.0.2 copied to clipboard

retracted

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 Dart:

 $ dart pub add sync_ease_hook

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 dart pub get):

dependencies:
  sync_ease_hook: ^0.0.2

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:sync_ease_hook/sync_ease_hook.dart';
4
likes
0
points
16
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.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on sync_ease_hook