quickgui icon indicating copy to clipboard operation
quickgui copied to clipboard

flutter_localizations depends on intl 0.18.1 and quickgui depends on intl ^0.17.0

Open Somnius opened this issue 1 year ago • 2 comments

Because every version of flutter_localizations from sdk depends on intl 0.18.1 and quickgui depends on intl ^0.17.0, flutter_localizations from sdk is forbidden.

You can try the following suggestion to make the pubspec resolve: * Try upgrading your constraint on intl: flutter pub add intl:^0.18.1

Somnius avatar Feb 17 '24 20:02 Somnius