You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure what causes this issue. 😕
I've tested flutter pub cache repair with few other packages, and the same problem appears with some of them (e.g. dart_style, build_runner, intl_translation). I'll have to check this in more detail...
In the meantime, does deactivating and reactivating the intl_utils package work for you?
flutter pub global deactivate intl_utils
Trigger generation of localization files from the IDE (update one of ARB files and Ctrl+S)
If I run flutter pub global deactivate intl_utils and then flutter pub global activate intl_utils it will globally install intl_tools 2.3.0.
However, the VSCode extension installs intl_tools 2.2.0.
This isn't that big of a deal for me since I never really run flutter pub cache repair and the extension still works.
I would look into the vs code plugin and maybe update what it installs/ depends on. Could be an issue with non null safe plugins.
Steps to reproduce
flutter pub cache repair
Logs
Runing pub get in intl_utils packages
The text was updated successfully, but these errors were encountered: