From 24f13985191c33feaa0c80867318a9920b7f50e0 Mon Sep 17 00:00:00 2001 From: Andris Balodis Date: Tue, 26 Oct 2021 15:12:09 +0300 Subject: [PATCH 1/3] Updated pubspec.yaml dependencies to latest --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 57ae94bd..42f861bf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,10 +6,10 @@ homepage: https://github.com/builttoroam/device_calendar/tree/master dependencies: flutter: sdk: flutter - meta: ^1.1.8 + meta: ^1.7.0 collection: ^1.15.0 sprintf: ^6.0.0 - timezone: ^0.7.0 + timezone: ^0.8.0 flutter_native_timezone: ^2.0.0 dev_dependencies: From 6dd2148788819abf463c5b0c9bb4bda5e6bba3d1 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sun, 7 Nov 2021 21:36:40 +0800 Subject: [PATCH 2/3] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 42f861bf..2c9a2237 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - pedantic: ^1.11.0 + lints: ^1.0.1 # The following section is specific to Flutter. flutter: From e3678ae782f48eb38963d699f08f77d33b0e3ed9 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sun, 7 Nov 2021 21:37:12 +0800 Subject: [PATCH 3/3] Delete analysis_options.yaml --- analysis_options.yaml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 analysis_options.yaml diff --git a/analysis_options.yaml b/analysis_options.yaml deleted file mode 100644 index d4fcc1ad..00000000 --- a/analysis_options.yaml +++ /dev/null @@ -1 +0,0 @@ -include: package:pedantic/analysis_options.yaml \ No newline at end of file