From 3d442140f9e5c31d3ad69e48d89950d4d5d3da57 Mon Sep 17 00:00:00 2001 From: broodjeaap89 Date: Tue, 29 Jun 2021 21:45:25 +0200 Subject: [PATCH] added intl for datetime formatting to pubspec --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 76c2b99..4964c6f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: flutter: sdk: flutter - + intl: ^0.17.0 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2