Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的代码工作没有问题。升级flutter后,pug get报错:
但是当我将 intl 设置为 intl 0.17.0 时,我得到了另一个错误
我该如何解决这个问题。是否有可能回到旧版本的颤振?谢谢
您可以尝试使用以下方法覆盖依赖项:
dependencies: ... dependency_overrides: # intl: any intl: ^0.17.0-nullsafety.2
尝试使用特定版本覆盖以限制问题。
最好的方法是从导致错误的依赖项中删除版本。然后运行 pub get 会自动取最佳版本组合。例如替换: -
intl: ^0.17.0
和
intl: