diff --git a/frontend/pweb/pubspec.yaml b/frontend/pweb/pubspec.yaml index 451c504..7835131 100644 --- a/frontend/pweb/pubspec.yaml +++ b/frontend/pweb/pubspec.yaml @@ -139,4 +139,9 @@ flutter_launcher_icons: ios: true web: generate: true - image_path: "resources/logo.png" \ No newline at end of file + image_path: "resources/logo.png" + + +# temporary +dependency_overrides: + analyzer: ">=9.0.0 <10.0.0"