错误:必须提供必需的命名参数“devicePixelRatio”

GHH*_*GHH 4 android-studio flutter

我构建了一个 flutter 应用程序但遇到了错误 在此输入图像描述

/C:/Users/david.huang/AppData/Local/Pub/Cache/hosted/pub.dev/sync_scroll_library-1.0.1/lib/src/gesture/gesture_state_mixin.dart:6:49: Error: Required named parameter 'devicePixelRatio' must be provided.
final PageMetrics _testPageMetrics = PageMetrics(
                                                ^
/C:/flutter/packages/flutter/lib/src/widgets/page_view.dart:266:3: Context: Found this candidate, but the arguments don't match.
  PageMetrics({
  ^^^^^^^^^^^
Failed to compile application.
Run Code Online (Sandbox Code Playgroud)

该小部件PageMetrics是 Flutter SDK 原始小部件,因此我无法修改它

我已尝试使缓存失效并重新启动,但仍然不起作用。

有人也遇到过这个问题吗?

怎么解决呢?

Clo*_*III 5

如果您的错误与material_floating_search_bar相关,您可以使用这个...

https://pub.dev/packages/material_floating_search_bar_2
Run Code Online (Sandbox Code Playgroud)