From cab071809e57fb4c9578083648f355307f042cd9 Mon Sep 17 00:00:00 2001 From: broodjeaap89 Date: Sun, 11 Jul 2021 18:09:29 +0200 Subject: [PATCH] switched to specific git commit of the flutter_datetime_picker dependency, to get rid of a warning message --- pubspec.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index f9c3a30..83b3175 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -29,7 +29,10 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.3 fluttericon: ^2.0.0 - flutter_datetime_picker: ^1.5.1 + flutter_datetime_picker: + git: + url: https://github.com/AlexHartford/flutter_datetime_picker.git + ref: "df4ed6fc2e24725604e90f79aedb98a7af7fb04d" yaml: ^3.1.0 dev_dependencies: