freezed_go_style 1.0.4
freezed_go_style: ^1.0.4 copied to clipboard
A Dart formatter that applies Go-style alignment to Freezed models, making your code more readable and consistent.
1.0.4 #
- Implemented "Lift & Shift" strategy to preserve and align comments in factory constructors
- Enhanced VS Code extension with better path resolution, logging, and auto-installation prompt
- Updated README with Marketplace links and optimized support section for pub.dev compatibility
- Shorter search paths and fixed working directory logic to resolve Dart SDK path issues
1.0.3 #
- Added verbose logging for debugging purposes in the formatter and CLI tool
- Improved path resolution for locating the CLI tool, including checks for bundled, workspace, and global installations
- Updated the VS Code extension to provide feedback on the CLI tool's status and errors
- Enhanced the formatting logic to handle comments and annotations more effectively in Dart files
1.0.2 #
- Native executable compilation for fast performance
- Comprehensive test suite
- Enhanced README with badges and icons
- Added keywords and topics for better discoverability on pub.dev
1.0.1 #
- Go-style alignment for Freezed models with @FreezedGoStyle annotation
- Support for multiple annotations per field with proper alignment
- CLI tool for formatting files and directories
- VS Code/Cursor extension for automatic formatting on save
0.0.0 #
- Initial release of freezed_go_style formatter
