simple_count_down_timer 1.0.10
simple_count_down_timer: ^1.0.10 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_lintsto ^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 underSources/, 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-levelkotlin.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, andblur. - Updated example app with a dropdown to preview all available animation styles.
1.0.10 #
- Updated example Android build for latest Flutter: Gradle wrapper to 9.1.0, Kotlin to 2.2.20.
- Migrated root
build.gradlefrom removedbuildDirtolayout.buildDirectoryfor Gradle 9 compatibility. - Replaced deprecated
compileSdkVersionwithcompileSdkin the example app. - Added required
FlutterFrameworkdependency toios/simple_count_down_timer/Package.swiftfor Swift Package Manager. - Removed stale
example/ios/Podfile.lockleft over from the CocoaPods-to-SPM migration.