KiritchoukC / vscode-ext_flutter-clean-architecture

This Visual Studio Code extension helps creating new feature in a clean architecture way
https://marketplace.visualstudio.com/items?itemName=KiritchoukC.flutter-clean-architecture
33 stars 38 forks source link

chore(version-update): update packages' version #21

Closed Biplab-Dutta closed 2 years ago

Biplab-Dutta commented 2 years ago

There are new versions of bloc, flutter_bloc, bloc_test and other packages available at the moment. The extension yielded a message in the notification center saying something like

This workspace contains an unsupported version of flutter_bloc. Please update to ^7.3.0.

when the latest version of flutter_bloc is ^8.0.0.

KiritchoukC commented 2 years ago

Thanks for your contribution @Biplab-Dutta!