playbook-ui/playbook-flutter

can't scroll horizontally in example: simple_catalog_app

SilvanusP opened this issue · 1 comments

https://stackoverflow.com/questions/69424933/flutter-pageview-not-swipeable-on-web-desktop-mode

class AppScrollBehavior extends MaterialScrollBehavior {
  @override
  Set<PointerDeviceKind> get dragDevices => {
        PointerDeviceKind.touch,
        PointerDeviceKind.mouse,
        PointerDeviceKind.trackpad,
      };
}
MaterialApp(
      scrollBehavior: AppScrollBehavior(),
      ...
    );