flutter_code_combiner 1.0.0-dev.1
flutter_code_combiner: ^1.0.0-dev.1 copied to clipboard
A Flutter package to combine all Flutter project files into a single file for AI tools
Flutter Code Combiner #
A powerful Flutter utility that combines your entire Flutter project's source code into a single, well-organized file. Perfect for working with AI tools, code analysis, and Large Language Models like ChatGPT, Claude, or Github Copilot.
Key Features #
- Combines all Flutter/Dart files into a single organized file
- Preserves file structure information in comments
- Includes project metadata and dependencies
- Support for both CLI and programmatic usage
- Works with test files and custom directories
- AI-friendly output format
Use Cases #
- Generate context for AI code assistants
- Create comprehensive code documentation
- Prepare code for LLM analysis
- Simplify code sharing and review
- Create backups with full project context
Installation #
dependencies:
flutter_code_combiner: ^1.0.0