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

A highly customizable timeline/timebar widget for Flutter. Ideal for video surveillance, CCTV, and live stream playback navigation with zoom and multi-segment support.

example/main.dart

import 'package:flutter/material.dart';
import 'time_bar_demo.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: TimeBarDemoPage(),
    );
  }
}
1
likes
155
points
4
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A highly customizable timeline/timebar widget for Flutter. Ideal for video surveillance, CCTV, and live stream playback navigation with zoom and multi-segment support.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on timebar_widget