crifurch / pure_ftp

MIT License
6 stars 3 forks source link

Conflict Between pure_ftp and Flutter SDK Versions #20

Closed samfilholima closed 1 month ago

samfilholima commented 1 month ago

Hi there, I'm encountering an issue with the pure_ftp library. The error message states:

Because pure_ftp >=0.6.0 depends on meta ^1.15.0 and every version of flutter from sdk depends on meta 1.12.0, pure_ftp >=0.6.0 is incompatible with flutter from sdk. So, because sb_promotor depends on both flutter from sdk and pure_ftp ^0.7.1, version solving failed.

I'm currently using Flutter version 3.22.0. Could you please advise on how I can resolve this? Thank you.

crifurch commented 1 month ago

dev_overrides: meta: ^1.12.0

crifurch commented 1 month ago

@samfilholima this should resolve your problrem

abdelaziz-mahdy commented 1 month ago
dependency_overrides:
  meta: ^1.12.0
samfilholima commented 1 month ago

thanks. It worked