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

A Flutter package with a lightweight SeekBar and an AdvancedSeekBar featuring indicators, ticks, and discrete modes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add seekbar

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

dependencies:
  seekbar: ^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:seekbar/seekbar.dart';
7
likes
150
points
134
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package with a lightweight SeekBar and an AdvancedSeekBar featuring indicators, ticks, and discrete modes.

Repository (GitHub)
View/report issues

Topics

#seekbar #slider #progress #media #widget

License

MIT (license)

Dependencies

flutter

More

Packages that depend on seekbar