progress_bar_marked 0.0.2 copy "progress_bar_marked: ^0.0.2" to clipboard
progress_bar_marked: ^0.0.2 copied to clipboard

This is a navigation bar where you can specify specific times in this navigation bar.

Progress Bar Marked #

This is a navigation bar where you can specify specific times in this navigation bar.

Alt Text

You can use it for video and audio.

Example #

ProgressBarMarked(
    activeColor: Colors.orange,
    markColor: Colors.red,
    thumbColor: Colors.orangeAccent,
    strokeHeight: 10,
    duration: _controller.value.duration,
    position: _controller.value.position,
    markers: [
        Duration(seconds: 1),
        Duration(seconds: 2),
        Duration(seconds: 15),
    ],
    onUpdate: (duration) {
        _controller.seekTo(duration);
        setState(() {});
    },
    onUpdateStart: () {},
    onUpdateEnd: () {},
),
3
likes
160
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

This is a navigation bar where you can specify specific times in this navigation bar.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on progress_bar_marked