brianegan / flutter_redux

A library that connects Widgets to a Redux Store
MIT License
1.65k stars 219 forks source link

Added Flutter Redux Code Generator in Companion Library Sec #195

Closed BalaDhruv closed 3 years ago

BalaDhruv commented 3 years ago

Created a VS Code Extension for generating flutter_redux code (state, reducer, middleware, and action). Please merge this pull request so the other flutter redux developers know about the extension. then they can use it.

Medium Article Link

This is the link to the article.

codecov[bot] commented 3 years ago

Codecov Report

Merging #195 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #195   +/-   ##
=======================================
  Coverage   93.93%   93.93%           
=======================================
  Files           1        1           
  Lines          99       99           
=======================================
  Hits           93       93           
  Misses          6        6           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4197c96...b15530a. Read the comment docs.

brianegan commented 3 years ago

Very cool, thank you much!

BalaDhruv commented 3 years ago

Thanks brianegan.