This extension allows quickly scaffold flutter BLoC templates in VS Code project.
This extension use https://github.com/felangel/bloc for BLoC
Support me - install my music player: meows.app
Copy templates directory to your project (by command "[FF] Copy templates to project") and change any of content files (bloc,event,model,page,provider,repository,scree,state)
- change linter (97cb622)
- use Stream for event (8c17a78)
- update templates (891ba4c)
- update templates
- support flutter_bloc ^2.0.0
- support flutter_bloc 0.22.1
- add workspace support
- update templates
- fix Stack Overflow
- support equatable v0.6.0
- fix: #10 and update bloc
- Update templates: fix StackTrace
- Update templates: add StackTrace
- File(s) could not be created. TypeError: Cannot read property 'name' of undefined #7
- Fix custom templates for pack
- Support custom templates
- Support windows path. Update templates
- Update templates, use @immutable, new version BLoC
- Update templates
- fix: vscode engines
- Update templates: model, repository, state
- Init
Right click on a file or a folder in your current project. You can find multiple options been added to the context menu:
Menu Options |
---|
New Big Pack Bloc |
New Small Pack Bloc |
Menu Options |
---|
New Bloc |
New Event |
New Model |
New Page |
New Provider |
New Repository |
New Screen |
New State |
Menu Options |
---|
New Index |
Important: This extension due to the nature of it's purpose will create files on your hard drive and if necessary create the respective folder structure. While it should not override any files during this process, I'm not giving any guarantees or take any responsibility in case of lost data.
Fork https://github.com/ivalexa/vscode-angular2-files
MIT