🚀 Supercharge Your Flutter TDD Workflow in Neovim 🚀
A sleek Neovim plugin that automates test file creation for Flutter projects, making Test-Driven Development a breeze ✨
- 🚀 Instantly generate test files from source
- 📁 Automatically creates test directory structure
- 🎯 Follows Flutter testing conventions
- 💡 Smart file naming and organization
Using lazy.nvim
{
'Uniyo-Ltd/nvim-flutter-tdd',
config = function()
require('flutter-tdd').setup()
end
}
- Open a Flutter source file in your
lib
directory - Run
:CreateTest
- A new test file will be created and opened automatically
require('nvim-flutter-tdd').setup({
-- Default configuration (coming soon)
})
Contributions are welcome! Feel free to:
- 🐛 Report bugs
- 💡 Suggest features
- 📝 Submit pull requests