4seer / openflutterecommerceapp

Open Flutter E-commerce App
GNU General Public License v3.0
849 stars 387 forks source link

made code working according to latest dependencies #138

Closed ghackg11 closed 2 years ago

ghackg11 commented 3 years ago

The code in the master branch of the repository was not working due to outdated plugins in pubspec.yaml file. I updated all, and after that, there were some changes needed in the Bloc code to make it work with the latest plugin. Code is now compiling successfully.

Hope you review and merge the PR soon.