Jason Henderson
Results
2
comments of
Jason Henderson
Same on macos when running for chrome: ``` ../flutter/.pub-cache/hosted/pub.dartlang.org/visibility_detector-0.2.0/lib/src/visibility_detector_layer.dart:276:21: Error: Too many positional arguments: 1 allowed, but 2 found. Try removing the extra positional arguments. super.addToScene(builder, layerOffset); ^ ```
So for anyone else having this issue, the visibility_detector just needs an update. PR here: https://github.com/gskinnerTeam/flutter-folio/pull/68