A simple Dart package to display the current time and date.
More...
To display the current time:
Text(CurrentTimeDate.ShowCurrentTime()) Text(CurrentTimeDate.ShowCurrentDate()) Add the following to your `pubspec.yaml`: ```yaml dependencies: current_time_date: ^1.0.3
unverified uploader
API reference
MIT (license)
Packages that depend on current_time_date
Back