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 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Me too, I have the same issue since yesterday, we need help please |
Beta Was this translation helpful? Give feedback.
-
We found the root of the problem in the flutter_modular package. modular_core: 1.2.2 |
Beta Was this translation helpful? Give feedback.
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