synaptics_driver_fix_windows 0.0.2 icon indicating copy to clipboard operation
synaptics_driver_fix_windows: ^0.0.2 copied to clipboard

A Flutter package to fix horizontal scroll, which does not work on some (not-so) older windows devices with Synaptics Drivers.

A Flutter package to fix horizontal scroll, which does not work on some (not-so) older windows devices with Synaptics TouchPads and Synaptics TouchPad Drivers.

Features #

  • Fixes Horizontal Scroll on windows devices with Synaptics TouchPads and Synaptics TouchPad Drivers.

Getting started #

  • Add the package to pubspec.yaml file.
  • Run flutter pub get.
  • Import the package: import package:synaptics_driver_fix_windows.dart/synaptics_driver_fix_windows.dart;

Usage #

  • Wrap the widget which you want to scroll horizontally like this:
WindowsSynapticsFixWidget(
    scrollController: horizontalScrollController,
    child: yourHorizontallyScrollableChild,
);

Additional information #

If you experience any issues, please file those here on Github. If you want to contribute to this repo, open a PR on Github. If you want to view the API in detail, visit synaptics_driver_fix_windows on our website.

Also, We would really appreciate if you view our website and our apps.

2
likes
110
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package to fix horizontal scroll, which does not work on some (not-so) older windows devices with Synaptics Drivers.

Documentation

API reference

License

Icon for licenses.BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on synaptics_driver_fix_windows