Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 3.76 KB

README.md

File metadata and controls

69 lines (50 loc) · 3.76 KB

logo

Discord Chat

Introduction

This is the VS Code Extension to generate Redux Code (State, Reducer, Middleware and Action).

I am Lazy Freelance Flutter Developer who doesn't wanna create redux files repeatedly. That's why I am building this extension to solve this problem.

Article

Refer the article to know about the extension.

Generate Redux State, reducer, action, and Middleware via VS Code Extension - Medium

Features

  1. Create Parent Set
  2. Create Set (folder with state, reducer, middleware and action files)
  3. Create State
  4. Create Reducer
  5. Create Middleware
  6. Create Action

How to Use

Create Parent Set Create Set
create_parent_set_gif create_set_gif
Create State Create Reducer
create_state_gif create_reducer_gif
Create Middleware Create Action
create_middleware_gif create_action_gif

Special Words Explanations ( Ex: Set, Auto Import)

Special Words Description
Set A folder containes Action, Middleware, Reducer and State files.
Parent Set Its a parent of all Set. Its configured by Us as a parent
Auto Import When you create a set it will automatically imported to Parent Set

Youtube PlayList

Flutter Redux Gen Youtube

Contact

Click here to add you comments and feedback