Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shekohex/coc-bloc
CoC (NeoVim & Vim) support for the Bloc Library and provides tools for effectively creating Blocs and Cubits for both Flutter and AngularDart apps.
https://github.com/shekohex/coc-bloc
bloc coc flutter
Last synced: 3 months ago
JSON representation
CoC (NeoVim & Vim) support for the Bloc Library and provides tools for effectively creating Blocs and Cubits for both Flutter and AngularDart apps.
- Host: GitHub
- URL: https://github.com/shekohex/coc-bloc
- Owner: shekohex
- License: mit
- Created: 2021-02-26T22:00:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T21:48:53.000Z (about 2 years ago)
- Last Synced: 2024-10-04T20:27:09.061Z (4 months ago)
- Topics: bloc, coc, flutter
- Language: JavaScript
- Homepage:
- Size: 270 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coc-bloc
CoC (NeoVim & Vim) support for the Bloc Library and provides tools for effectively creating Blocs and Cubits for both Flutter and AngularDart apps.
Ported from the original implementation [here](https://github.com/felangel/bloc/tree/master/extensions/vscode).
## Install
`:CocInstall coc-bloc`
## License
MIT
---
> This extension is built with [create-coc-extension](https://github.com/fannheyward/create-coc-extension)