time_bar 0.0.3 copy "time_bar: ^0.0.3" to clipboard
time_bar: ^0.0.3 copied to clipboard

Create time bar with one line code and customize it easily also add times in time format for duration and current time.

Create time bar with one line code and customize it easily

Features #

  • Create time bar with one line code
  • Specify it easily
  • Write current time and duration of time bar in time format automaticly.

Getting started #

Import

    import 'package:time_bar/time_bar.dart';
copied to clipboard

Usage #

You can also look example application.

TimeBar(
    min: 20,
    max: 200,
    startVal: 100,
    data: SliderThemeData(),
    currentTime: TextStyle(),
    durationTime: TextStyle(),
),
copied to clipboard

Images #

1
likes
150
points
33
downloads

Publisher

verified publisherberkayceylan.com

Weekly Downloads

2024.09.16 - 2025.03.31

Create time bar with one line code and customize it easily also add times in time format for duration and current time.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on time_bar