Files
cursor_gen/flutter-cursor-templates/generator/pubspec.yaml
T
mansi.kansara 44b5d814d4 chore: bump cursor_templates_version to 1.0.4 and update related files
- Updated cursor_templates_version in project-brief.yaml to 1.0.4 for reproducibility.
- Enhanced CHANGELOG with fixes and features for version 1.0.4, including improved template resolution for global installs.
- Updated pubspec.yaml and VERSION file to reflect the new version.
- Added new templates for AGENTS.md and lefthook.yaml to the generator.
- Adjusted tests to include new root-level files in the output.

This release addresses template resolution issues and introduces new repo-level configuration files.
2026-05-14 12:25:13 +05:30

24 lines
461 B
YAML

name: cursor_gen
description: A CLI tool that generates project-specific Cursor AI configurations for Flutter projects.
version: 1.0.4
homepage: https://github.com/company/flutter-cursor-templates
environment:
sdk: ">=3.3.0 <4.0.0"
dependencies:
args: ^2.4.2
yaml: ^3.1.2
path: ^1.9.0
http: ^1.2.0
crypto: ^3.0.3
collection: ^1.18.0
ansi_styles: ^0.3.1
dev_dependencies:
test: ^1.25.0
lints: ^3.0.0
executables:
cursor_gen: cursor_gen