synaptics_driver_fix_windows 0.0.1 copy "synaptics_driver_fix_windows: ^0.0.1" to clipboard
synaptics_driver_fix_windows: ^0.0.1 copied to clipboard

discontinued
outdated

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 dual_scroll on our website.

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

2
likes
140
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on synaptics_driver_fix_windows