Answers for "Because every version of flutter_localizations from sdk depends on"

0

Because every version of flutter_localizations from sdk depends on

Adding this to pubspec.yaml solved it for me:

dependency_overrides:
  intl: 0.17.0-nullsafety.2
  
This is versioning issue. I would advice you to update your Flutter SDK 
(from flutter_localizations from sdk depends on intl 0.16.0 is visible 
that you are using some of the old versions, because last versions are
compatible with intl 0.16.1. If you don't want to update it, you can use 
another lower version of flutter_form_builder < 3.7.3 which will be compatible
with intl 0.16.0
Posted by: Guest on February-15-2021
0

Because every version of flutter_localizations from sdk depends on

[Solved] flutter_localizations from SDK depends on intl 0.17.0 and fstore depends on intl ^0.16.1, flutter_localizations from SDK is forbidden
Posted by: Guest on June-24-2021

Code answers related to "Because every version of flutter_localizations from sdk depends on"

Browse Popular Code Answers by Language