From f92fcb1cfefb5af5a8edacfe05faeff915d50416 Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Sat, 16 Dec 2023 19:03:05 +0100 Subject: [PATCH] Update README --- pubspec.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 540005e..cafca20 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,14 +1,13 @@ name: date_field description: A widget in the form of a field that lets people choose a date, a time or both. -version: 3.0.6 -homepage: 'https://github.com/GaspardMerten/date_field' +version: 3.1.0 +homepage: "https://github.com/GaspardMerten/date_field" environment: - sdk: '>=2.15.0 <3.0.0' + sdk: ">=2.15.0 <3.0.0" dependencies: flutter: sdk: flutter intl: ^0.18.0 -