Skip to content

Flutter 앱에 원형 다이얼 기반 타이머 기능을 쉽게 추가할 수 있는 패키지입니다. 1~60분 범위의 시간을 직관적인 인터페이스로 설정할 수 있습니다.

License

Notifications You must be signed in to change notification settings

jinhyeon-dev/dial_timer

Repository files navigation

📦 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

About

Flutter 앱에 원형 다이얼 기반 타이머 기능을 쉽게 추가할 수 있는 패키지입니다. 1~60분 범위의 시간을 직관적인 인터페이스로 설정할 수 있습니다.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages