simple_count_down_timer 1.0.9 copy "simple_count_down_timer: ^1.0.9" to clipboard
simple_count_down_timer: ^1.0.9 copied to clipboard

This is a simple countdown timer widget. It displays the remaining time until a specified time, triggers a callback function when the countdown finishes.

1.0.0 #

First version of the new countdown timer

1.0.1 #

readme file updated

1.0.2 #

minor fixes

1.0.3 #

description fixes in pubspec

1.0.4 #

removed unused libraries

1.0.5 #

updated gradle to 8.11.1

1.0.6 #

  • Updated Flutter and Dart SDK constraints to latest versions.
  • Updated dependencies to latest versions.

1.0.7 #

  • Upgraded Kotlin to 2.2.0 and Android compileSdk to 35; raised minSdk to 21.
  • Bumped Java/Kotlin JVM target to 11.
  • Raised iOS deployment target to 12.0 (13.0 in example) and updated podspec metadata.
  • Added Swift Package Manager support (ios/Package.swift).
  • Migrated flutter_lints to ^6.0.0 and updated example dependencies.
  • Modernized widget code to use super.key.

1.0.8 #

  • Fixed Swift Package Manager support on iOS by moving the package to ios/simple_count_down_timer/ with sources under Sources/, so Flutter detects it.
  • Migrated Android to built-in Kotlin: apply the Kotlin Gradle Plugin only on AGP < 9 and replaced kotlinOptions{} with a root-level kotlin.compilerOptions{} block.
  • Migrated the example app to Swift Package Manager, removing CocoaPods integration for faster builds.

1.0.9 #

  • Added new animation styles: slideUp, scale, flip, rotation, and blur.
  • Updated example app with a dropdown to preview all available animation styles.
2
likes
160
points
314
downloads

Documentation

API reference

Publisher

verified publisherakshayt.dev

Weekly Downloads

This is a simple countdown timer widget. It displays the remaining time until a specified time, triggers a callback function when the countdown finishes.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on simple_count_down_timer

Packages that implement simple_count_down_timer