switched to specific git commit of the flutter_datetime_picker dependency, to get rid of a warning message
This commit is contained in:
parent
4fe9d9d08f
commit
cab071809e
1 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue