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

This package provides customizable scrollbar for your widget and easy to implement with the few lines of code.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add material_scrollbar

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

dependencies:
  material_scrollbar: ^0.0.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:material_scrollbar/material_scrollbar.dart';
13
likes
80
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

This package provides customizable scrollbar for your widget and easy to implement with the few lines of code.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on material_scrollbar