Closed bahadirarslan closed 1 year ago
Hi @bahadirarslan,
There seems to be a cache-related issue with Flutter after upgrade.
Could you please let me know which version of the intl_utils
package you're using?
flutter pub global list
A potential fix is to reactivate the intl_utils
package. It might help resolve the issue.
flutter pub global deactivate intl_utils
flutter pub global activate intl_utils
Yes! I was looking for this. Thank you, I couldn't find the renew caches. Now it works
Hi @bahadirarslan,
There seems to be a cache-related issue with Flutter after upgrade.
Could you please let me know which version of the
intl_utils
package you're using?flutter pub global list
A potential fix is to reactivate the
intl_utils
package. It might help resolve the issue.flutter pub global deactivate intl_utils flutter pub global activate intl_utils
That's it!
Hi @bahadirarslan,
There seems to be a cache-related issue with Flutter after upgrade.
Could you please let me know which version of the
intl_utils
package you're using?flutter pub global list
A potential fix is to reactivate the
intl_utils
package. It might help resolve the issue.flutter pub global deactivate intl_utils flutter pub global activate intl_utils
This worked for me 💯
My "Extract To ARB" function broke after upgrading Flutter 3.13
When I try to use Extract To ARB function or save .arb file I see this output.
Here is my
flutter doctor -v
outputpubspec.yaml environment
Do you have any suggestions?