Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 780 Bytes

File metadata and controls

30 lines (18 loc) · 780 Bytes

Flutter Bloc Generator VSCode Extension

Features

  • This extension will help to integrate the bloc pattern easily to your flutter project.
  • Structure of the file is well organized and easy to understand.
  • Usage of official the flutter bloc and bloc plugins.
  • Add variables to state easily.

Installation

Flutter Bloc Generator can be installed from the VSCode Marketplace or by searching within VSCode Extension Area.

Requirements

Flutter bloc and Bloc packages need to be added to the flutter project using pubspec.yaml file.

1.1.1

  • Fixed typo

1.1.0

  • Added bloc folder generation to the extension.
  • The initial release of the vscode marketplace version.

1.0.0

  • Initial release of the plugin.
  • Added the explorer menu add to model option.