GetDutchie / brick

An intuitive way to work with persistent data in Dart

Home Page:https://getdutchie.github.io/brick/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analyzer version conflict with many libs

pkozlovskiy opened this issue · comments

analyzer: ^3.2.0

Many llibs not updated for this version(

@pkozlovskiy I've unfortunately seen this on both ends - Flutter 2.10 unable to support analyzer <= 2 and packages unable to support 3.2.0 <=

I'd recommend overriding until all packages are up to date

dependency_overrides:
  analyzer: ">=2.0.0 <3.0.0"