You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../../../../../.pub-cache/hosted/pub.dev/sheet-1.0.0-pre/lib/src/scrollable.dart:313:7: Error: The non-abstract class 'SheetState' is missing implementations for these members:
- ScrollContext.devicePixelRatio
Try to either
- provide an implementation,
- inherit an implementation from a superclass or mixin,
- mark the class as abstract, or
- provide a 'noSuchMethod' implementation.
class SheetState extends State<SheetScrollable>
The text was updated successfully, but these errors were encountered:
PR #365 should resolve this problem. The current workaround for using the PR commit in pubspec.yaml is: (if you are using the sheet package directly, then override it in dependencies. If you are using the modal_bottom_sheet package, then override it in dependency_overrides)
Got following error
The text was updated successfully, but these errors were encountered: