current_time_date 1.0.1
current_time_date: ^1.0.1 copied to clipboard
A simple Dart package to display the current time and date.
current_time_date #
A simple Dart package to display the current time and date.
Usage #
Text(CurrentTimeDate.ShowCurrentTime()): Displays the current time. Text(CurrentTimeDate.ShowCurrentDate()): Displays the current date.
Add the following to your pubspec.yaml:
dependencies:
current_time_date: ^1.0.1