matthinc / flutter_cupertino_settings

A Flutter widget to create an iOS settings-table (static TableView).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter_cupertino_settings conflicts with card_settings

MuZiLee opened this issue · comments

Because card_settings >=1.4.2 depends on flutter_cupertino_settings ^0.1.0 and dandankj depends on flutter_cupertino_settings ^0.2.0, card_settings >=1.4.2 is forbidden.
So, because dandankj depends on card_settings ^1.4.2, version solving failed.
pub get failed (1)
image

I need the two libraries to work together, but they clash。

You can lower the version to flutter_cupertino_settings: ^0.1.0 or ask card_settings to increase their dependency to flutter_cupertino_settings: ^0.2.0