coc-flutter-bloc
v0.1.1
Published
CoC (NeoVim & Vim) Extension for the bloc library and provides tools for effectively creating blocs for both Flutter and AngularDart apps.
Downloads
4
Readme
coc-flutter-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 form vscode-bloc
Install
:CocInstall coc-flutter-bloc
Command
:CocCommand bloc.new-bloc
to create new bloc file
:CocCommand bloc.new-cubit
to create new cubit file
License
MIT
This extension is built with create-coc-extension