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

A simple customizable countdown timer widget for Flutter.

flutter_custom_timer #

A customizable countdown timer widget for Flutter apps.

License: MIT


✨ Features #

  • Countdown timer widget
  • Start, pause, reset functionality
  • Fully customizable UI
  • Use in chat apps, booking apps, OTP screens, and more

🧪 Getting Started #

Add dependency in your pubspec.yaml:

dependencies:
  flutter_custom_timer:
    git:
      url: https://github.com/jaimru123456/flutter_custom_timer


import 'package:flutter_custom_timer/flutter_custom_timer.dart';

CountdownTimer(
  duration: Duration(minutes: 1),
  textStyle: TextStyle(fontSize: 40, color: Colors.red),
  onFinish: () {
    ScaffoldMessenger.of(context).showSnackBar(
      SnackBar(content: Text("Timer finished!")),
    );
  },
),






1
likes
125
points
30
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple customizable countdown timer widget for Flutter.

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_custom_timer