easy_localization icon indicating copy to clipboard operation
easy_localization copied to clipboard

Always installs 1.3.0

Open Narven opened this issue 2 years ago • 0 comments

When I run the command:

flutter pub add easy_localization

It always installs:

Resolving dependencies...
+ easy_localization 1.3.0 (3.0.0 available)
+ flutter_localizations 0.0.0 from sdk flutter
+ flutter_web_plugins 0.0.0 from sdk flutter
+ js 0.6.4
+ shared_preferences 0.5.7+3 (2.0.13 available)
+ shared_preferences_macos 0.0.1+11 (2.0.3 available)
+ shared_preferences_platform_interface 1.0.4 (2.0.0 available)
+ shared_preferences_web 0.1.2+7 (2.0.3 available)
Changed 8 dependencies! 

Is there any reason for this to happen? Why would it install a version from 20 years ago?

❯ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, 2.11.0-0.0.pre.701, on macOS 12.2 21D49 darwin-x64, locale en-GB)
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 13.2.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.1)
[✓] Android Studio (version 2021.1)
[✓] VS Code (version 1.64.2)
[✓] Connected device (2 available)

Narven avatar Mar 03 '22 14:03 Narven