FLUTTER ECOSYSTEM

farhanfadila1717/slide_countdown

एक फ्लटर पैकेज जो आसान स्लाइड एनीमेशन काउंटडाउन / काउंटअप टाइमर बनाने के लिए है।

slide_countdown प्रोजेक्ट कवर
Stars
62
Forks
46
अंतिम पुश (UTC)
19 जन॰ 2026
प्रोजेक्ट स्थिति
सक्रिय
Farhan Fadila GitHub avatar
GITHUB User

Farhan Fadila ↗

Software Engineer @bicarakan-id

भाषाएँDart

तकनीकी विषय

इस रिपॉज़िटरी के पैकेज

उपयोग की गई निर्भरताएँ

निर्भरता सूची 4 आइटम

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

README खोलें / बंद करें

⏱️ Slide Countdown

A Flutter package to create easy slide animation countdown / countup timer

flutter badge paypal badge linktree

  • ⏱️ Support Count down and Count up
  • ⏯️ Control duration
  • 🔔 Callback finished
  • 🎨 Easily custom duration layout with RawSlideCountdown and RawDigitItem widget.

Thanks to pausable_timer, this package use pausable_timer for helping control duration.

likes card

Example

Basic Usange
  SlideCountdown(
    duration: Duration(days: 2),
  )
basic slidecountdown
  SlideCountdownSeparated(
    duration: Duration(days: 2),
  )
basic slidecountdown separated
Custom time unit

Set the time unit you want to display with this params shouldShowDays, shouldShowHours, shouldShowMinutes, shouldShowSeconds.

  SlideCountdown(
    duration: Duration(days: 2),
    // Will show seconds only if duration in days is zero
    shouldShowMinutes: (duration) => duration.inDays == 0,
  )
Control duration

You can control duration e.g play, pause, resume, seek, add, subtract duration. See example here

contoll duration
🚧 Maintainer
farhan fadila

Farhan Fadila

📫 Email: farhan.fadila1717@gmail.com

⛳ Website: farhanfadila.site

❤️ Donate for support this open source
paypal farhan fadila linktree farhan fadila