Does the new release affects previous ones? #712
|
My project uses modular 4.4.0 and just started to get this error after the new release : Error: Type 'SingletonBind' not found .../…/widgets/widget_module.dart:38 |
Answered by
jacobaraujo7
May 13, 2022
Replies: 2 comments
|
Me too, I have the same issue since yesterday, we need help please |
0 replies
|
We found the root of the problem in the flutter_modular package. modular_core: 1.2.2 |
0 replies
Answer selected by
AlvaroVasconcelos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We found the root of the problem in the flutter_modular package.
There was a typo in pubspec.yaml of version 4.x which makes modular_core 2.0.0 available.
To solve this problem, just put in your project's pubspec:
modular_core: 1.2.2