middle_click_autoscroll 0.1.1 copy "middle_click_autoscroll: ^0.1.1" to clipboard
middle_click_autoscroll: ^0.1.1 copied to clipboard

Middle-click autoscroll for Flutter desktop and web. Browser-style wheel-click scrolling with anchor indicator, cursors, nested scrollables and both axes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add middle_click_autoscroll

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  middle_click_autoscroll: ^0.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:middle_click_autoscroll/middle_click_autoscroll.dart';
0
likes
160
points
0
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Middle-click autoscroll for Flutter desktop and web. Browser-style wheel-click scrolling with anchor indicator, cursors, nested scrollables and both axes.

Repository (GitHub)
View/report issues

Topics

#scrolling #mouse #desktop #web #autoscroll

License

MIT (license)

Dependencies

flutter, web

More

Packages that depend on middle_click_autoscroll