ShadyBoukhary / flutter_clean_architecture

Clean architecture flutter: A Flutter package that makes it easy and intuitive to implement Uncle Bob's Clean Architecture in Flutter. This package provides basic classes that are tuned to work with Flutter and are designed according to the Clean Architecture.
https://pub.dartlang.org/packages/flutter_clean_architecture
MIT License
688 stars 173 forks source link

Can u update to support flutter_bloc >=7.2.0 #78

Closed vadimlukutin closed 3 months ago

vadimlukutin commented 3 years ago

Because flutter_bloc >=7.2.0 depends on provider ^6.0.0 and flutter_clean_architecture 5.0.0 depends on provider ^5.0.0, flutter_bloc >=7.2.0 is incompatible with flutter_clean_architecture 5.0.0. And because no versions of flutter_clean_architecture match >5.0.0 <6.0.0, flutter_bloc >=7.2.0 is incompatible with flutter_clean_architecture ^5.0.0. So, because balance3d depends on both flutter_clean_architecture ^5.0.0 and flutter_bloc ^7.3.1, version solving failed. pub get failed (1; So, because balance3d depends on both flutter_clean_architecture ^5.0.0 and flutter_bloc ^7.3.1, version solving failed.)

ShadyBoukhary commented 2 years ago

@vadimlukutin feel free to open a pull request and i will merge it

WilliamCunhaCardoso commented 2 years ago

As a faster workaround, you can use "dependancy_overriden"

ShadyBoukhary commented 3 months ago

96 should resolve this @vadimlukutin

ShadyBoukhary commented 3 months ago

Resolved @vadimlukutin