lefthook_dart 1.0.2
lefthook_dart: ^1.0.2 copied to clipboard
wrapper of lefthook for flutter and dart
Changelog #
All notable changes to this project will be documented in this file.
This project adheres to Keep a Changelog and uses Semantic Versioning.
1.0.1 - 2025-07-22 #
Fixed #
- Fixed the executables mapping in pubspec.yaml to ensure the lefthook command uses lefthook_dart, the Dart-based wrapper for Lefthook.
1.0.0 – 2025-07-21 #
Added #
- Forked from project-cemetery/lefthook
- Dart CLI wrapper for Lefthook
- Full compatibility with modern Dart and Flutter projects
- Usage examples and documentation
- MIT license retained from original author
Changed #
- Refactored and polished entire codebase for initial release
- Upgraded all dependencies to work with Dart 3 and Flutter 3 (2025)
Fixed #
- Bug with version parsing from
pubspec.yaml - Removed unused public API for downloading (now internal)
Documentation #
- Rewrote README for clarity
- Added setup and usage instructions
- Cleaned up pubspec metadata for pub.dev compliance