Skip to content

Flutter Redux Code Generator VS Code Extention.

License

Notifications You must be signed in to change notification settings

dzziwny/Flutter_Redux_Gen

 
 

Repository files navigation

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
  7. Select Parent Set (Select and Set Parent Set -> If you have moved your project extension will not remember parent set. you cen set parent set manually.)
  8. Add Variable to State

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
Add Variable to State
add_var_to_state_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

Command Palette

Command Description
Select Parent Set Select parent set from file tree.

Upcoming Features

  1. Tree view of states - Explorer View

Youtube PlayList

Flutter Redux Gen Youtube

Contact

Click here to add you comments and feedback

About

Flutter Redux Code Generator VS Code Extention.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 78.2%
  • Dart 12.0%
  • HTML 8.5%
  • Other 1.3%