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

A beautiful circular dial timer widget for Flutter.

πŸ“¦ dial_timer #

πŸ‡ΊπŸ‡Έ English | πŸ‡°πŸ‡· ν•œκ΅­μ–΄

A beautiful circular dial timer widget for Flutter.

Easily select a time (in minutes) by dragging around a circular dial UI.


πŸš€ Installation #

Add the following line to your pubspec.yaml:

dependencies:
  dial_timer: ^0.0.1

Usage #

import 'package:dial_timer/dial_timer.dart';

CircularTimer(
  onMinutesChanged: (minutes) {
    print('$minutes minutes selected');
  },
)

✨ Features #

  • Circular draggable timer UI
  • Select from 1 to 60 minutes easily
  • Customize draggable ability
  • Break time mode styling (isBreakTime: true)

πŸ“‚ Example #

A full working example is available in the example/ folder.

cd example
flutter run
0
likes
150
points
181
downloads

Publisher

unverified uploader

Weekly Downloads

A beautiful circular dial timer widget for Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dial_timer