Skip to content

Uniyo-Ltd/nvim-flutter-tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-flutter-tdd

🚀 Supercharge Your Flutter TDD Workflow in Neovim 🚀

Preview

Lua Neovim Flutter

A sleek Neovim plugin that automates test file creation for Flutter projects, making Test-Driven Development a breeze

FeaturesInstallationUsageConfiguration

✨ Features

  • 🚀 Instantly generate test files from source
  • 📁 Automatically creates test directory structure
  • 🎯 Follows Flutter testing conventions
  • 💡 Smart file naming and organization

📦 Installation

Using lazy.nvim

{
    'Uniyo-Ltd/nvim-flutter-tdd',
    config = function()
        require('flutter-tdd').setup()
    end
}

🚀 Quick Start

  1. Open a Flutter source file in your lib directory
  2. Run :CreateTest
  3. A new test file will be created and opened automatically

⚙️ Configuration

require('nvim-flutter-tdd').setup({
    -- Default configuration (coming soon)
})

🤝 Contributing

Contributions are welcome! Feel free to:

  • 🐛 Report bugs
  • 💡 Suggest features
  • 📝 Submit pull requests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages