https://github.com/f-person/pubspec-assist-nvim
Easily add dependencies to your Dart / Flutter project without leaving Neovim
https://github.com/f-person/pubspec-assist-nvim
dart flutter flutter-tool neovim neovim-lua
Last synced: 8 months ago
JSON representation
Easily add dependencies to your Dart / Flutter project without leaving Neovim
- Host: GitHub
- URL: https://github.com/f-person/pubspec-assist-nvim
- Owner: f-person
- License: gpl-3.0
- Created: 2020-07-24T12:40:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T14:28:20.000Z (over 4 years ago)
- Last Synced: 2025-10-04T10:52:50.358Z (8 months ago)
- Topics: dart, flutter, flutter-tool, neovim, neovim-lua
- Language: Lua
- Homepage:
- Size: 113 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pubspec Assist for Neovim
Easily add dependencies to your Dart / Flutter project without leaving Neovim
## Installation
### Using [vim-plug](https://github.com/junegunn/vim-plug)
```vim
Plug 'f-person/pubspec-assist-nvim'
```
## Usage
#### Add dependency
```vim
:PubspecAssistAddDependency provider
```
#### Add dev dependency
```vim
:PubspecAssistAddDevDependency build runner
```
## Demo

Inspired by [Pubspec Assist](https://github.com/jeroen-meijer/pubspec-assist) [VS Code extension](https://marketplace.visualstudio.com/items?itemName=jeroen-meijer.pubspec-assist)