switched to specific git commit of the flutter_datetime_picker dependency, to get rid of a warning message

This commit is contained in:
broodjeaap89 2021-07-11 18:09:29 +02:00
parent 4fe9d9d08f
commit cab071809e

View file

@ -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: