goxiaoy / flutter_survey_js

Flutter client library for parsing and display surveyjs.io survey
https://goxiaoy.github.io/flutter_survey_js/
MIT License
15 stars 15 forks source link

Add dependency_override for intl ^0.18.0 #82

Closed ChopinDavid closed 1 year ago

ChopinDavid commented 1 year ago

On older versions of Flutter, intl 0.18.0 conflicts with flutter_localizations, preventing the project from building. Explicitly telling the project to use intl ^0.18.0 resolves this issue.

goxiaoy commented 1 year ago

Only the dependency overrides in a package’s own pubspec are considered during package resolution. Dependency overrides inside any depended-on packages are ignored.

see https://dart.dev/tools/pub/dependencies#dependency-overrides