current_time_date

A simple Dart package to display the current time and date.

Usage

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

Libraries

current_time_date