From 1e90fdb9dcefbddf3b2ddea1626a633c5d088eff Mon Sep 17 00:00:00 2001 From: Android and Web developper Date: Tue, 6 Jun 2023 09:50:24 +0200 Subject: [PATCH 1/8] Update pubspec.yaml --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 580eb4b..e9d49cc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,13 +4,13 @@ version: 2.1.0 homepage: https://github.com/m3uzz/date_time_picker environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=2.17.0 <3.0.0" dependencies: flutter: sdk: flutter - intl: ^0.17.0 + intl: ^0.18.1 dev_dependencies: flutter_test: From 557a4b474d70a134b2a1921dff059f105a2d1cc7 Mon Sep 17 00:00:00 2001 From: "jessy.monnot" Date: Tue, 6 Jun 2023 10:44:11 +0200 Subject: [PATCH 2/8] null safety --- example/pubspec.yaml | 6 +++--- lib/date_time_picker.dart | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 0dfe731..10484b0 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=2.17.0 <3.0.0" dependencies: flutter: @@ -26,14 +26,14 @@ dependencies: flutter_localizations: sdk: flutter - intl: ^0.17.0 + intl: ^0.18.1 date_time_picker: #^2.1.0 path: ../ # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^0.1.3 + cupertino_icons: ^1.0.5 dev_dependencies: flutter_test: diff --git a/lib/date_time_picker.dart b/lib/date_time_picker.dart index 0ea0dfc..4014b88 100644 --- a/lib/date_time_picker.dart +++ b/lib/date_time_picker.dart @@ -133,7 +133,7 @@ class DateTimePicker extends FormField { /// to [initialValue] or the empty string. /// /// For documentation about the various parameters, see the [TextField] class - /// and [new TextField], the constructor. + /// and [TextField], the constructor. DateTimePicker({ Key? key, this.type = DateTimePickerType.date, @@ -177,7 +177,7 @@ class DateTimePicker extends FormField { TextAlignVertical? textAlignVertical, bool autofocus = false, bool readOnly = false, - ToolbarOptions? toolbarOptions, + //ToolbarOptions? toolbarOptions, bool showCursor = false, bool obscureText = false, bool autocorrect = true, @@ -306,7 +306,7 @@ class DateTimePicker extends FormField { //textDirection: textDirection, textCapitalization: textCapitalization, autofocus: autofocus, - toolbarOptions: toolbarOptions, + //toolbarOptions: toolbarOptions, showCursor: showCursor, obscureText: obscureText, autocorrect: autocorrect, From eb8ec1eda6bffb66724fce24ee972f801b10d7b7 Mon Sep 17 00:00:00 2001 From: Android and Web developper Date: Tue, 6 Jun 2023 10:45:15 +0200 Subject: [PATCH 3/8] version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index e9d49cc..c1c44cd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: date_time_picker description: A Flutter widget to display a date time form field to show a date or clock dialog. -version: 2.1.0 +version: 2.1.1 homepage: https://github.com/m3uzz/date_time_picker environment: From 55c170c49c4c48557b4d689c71e45fbc79c1f573 Mon Sep 17 00:00:00 2001 From: Android and Web developper Date: Tue, 6 Jun 2023 10:45:43 +0200 Subject: [PATCH 4/8] Update pubspec.yaml --- example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 10484b0..cc152b6 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -28,7 +28,7 @@ dependencies: intl: ^0.18.1 - date_time_picker: #^2.1.0 + date_time_picker: #^2.1.1 path: ../ # The following adds the Cupertino Icons font to your application. From e0aba9c714cea790714d09b43cf81103f9f2ddc6 Mon Sep 17 00:00:00 2001 From: Android and Web developper Date: Tue, 3 Dec 2024 11:24:31 +0100 Subject: [PATCH 5/8] Update pubspec.yaml --- example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index cc152b6..80e3740 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -26,7 +26,7 @@ dependencies: flutter_localizations: sdk: flutter - intl: ^0.18.1 + intl: ^0.19.0 date_time_picker: #^2.1.1 path: ../ From 9ebcc309e575d93607d87a19a3ff8af6c5d811ec Mon Sep 17 00:00:00 2001 From: Android and Web developper Date: Tue, 3 Dec 2024 11:24:57 +0100 Subject: [PATCH 6/8] Update pubspec.yaml --- example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 80e3740..456c3e7 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.0+1 +version: 1.1.0+1 environment: sdk: ">=2.17.0 <3.0.0" From b7fbed11e6ed28da65c5ccf24c85018b339f5e3b Mon Sep 17 00:00:00 2001 From: Android and Web developper Date: Tue, 3 Dec 2024 11:27:38 +0100 Subject: [PATCH 7/8] Update pubspec.yaml --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index c1c44cd..7975ce7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: date_time_picker description: A Flutter widget to display a date time form field to show a date or clock dialog. -version: 2.1.1 +version: 2.1.2 homepage: https://github.com/m3uzz/date_time_picker environment: @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter - intl: ^0.18.1 + intl: ^0.19.0 dev_dependencies: flutter_test: From f92447ff82fda7c1bfec78f9ab7bfc1d7ae5ad21 Mon Sep 17 00:00:00 2001 From: Android and Web developper Date: Wed, 11 Jun 2025 10:30:15 +0000 Subject: [PATCH 8/8] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7975ce7..c9e0764 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter - intl: ^0.19.0 + intl: ^0.20.2 dev_dependencies: flutter_test: