Dart Hooks

Automating the integration and management of Git Hooks in Dart projects.

Check out the examples.

Supported SDK:

  • Dart
  • Flutter

Supported hooks:

  • pre-commit
  • pre-push

Installation

dart pub add dart_hooks --dev
dart pub get