From 8fe267d345e66b19d86a5125c58bdf88a790291b Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Tue, 18 Feb 2025 23:44:41 +0100 Subject: [PATCH] downgrade dart to 3.6.0 because of incoherent dartfmt from 3.7.0 --- plugins/aves_magnifier/pubspec.yaml | 2 +- plugins/aves_map/pubspec.yaml | 2 +- plugins/aves_model/pubspec.yaml | 2 +- plugins/aves_platform_meta/pubspec.yaml | 2 +- plugins/aves_report/pubspec.yaml | 2 +- plugins/aves_report_console/pubspec.yaml | 2 +- plugins/aves_report_crashlytics/pubspec.yaml | 2 +- plugins/aves_screen_state/pubspec.yaml | 2 +- plugins/aves_services/pubspec.yaml | 2 +- plugins/aves_services_google/pubspec.yaml | 2 +- plugins/aves_services_none/pubspec.yaml | 2 +- plugins/aves_ui/pubspec.yaml | 2 +- plugins/aves_utils/pubspec.yaml | 2 +- plugins/aves_video/pubspec.yaml | 2 +- plugins/aves_video_mpv/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/plugins/aves_magnifier/pubspec.yaml b/plugins/aves_magnifier/pubspec.yaml index d7f5034b1..5a22afaa3 100644 --- a/plugins/aves_magnifier/pubspec.yaml +++ b/plugins/aves_magnifier/pubspec.yaml @@ -3,7 +3,7 @@ version: 0.0.1 publish_to: none environment: - sdk: ^3.7.0 + sdk: ">=3.6.0 <4.0.0" # incoherent dartfmt from 3.7.0 resolution: workspace dependencies: diff --git a/plugins/aves_map/pubspec.yaml b/plugins/aves_map/pubspec.yaml index c2f94e8d3..e8a54adcf 100644 --- a/plugins/aves_map/pubspec.yaml +++ b/plugins/aves_map/pubspec.yaml @@ -3,7 +3,7 @@ version: 0.0.1 publish_to: none environment: - sdk: ^3.7.0 + sdk: ">=3.6.0 <4.0.0" # incoherent dartfmt from 3.7.0 resolution: workspace dependencies: diff --git a/plugins/aves_model/pubspec.yaml b/plugins/aves_model/pubspec.yaml index 2036a9d8a..7487d164e 100644 --- a/plugins/aves_model/pubspec.yaml +++ b/plugins/aves_model/pubspec.yaml @@ -3,7 +3,7 @@ version: 0.0.1 publish_to: none environment: - sdk: ^3.7.0 + sdk: ">=3.6.0 <4.0.0" # incoherent dartfmt from 3.7.0 resolution: workspace dependencies: diff --git a/plugins/aves_platform_meta/pubspec.yaml b/plugins/aves_platform_meta/pubspec.yaml index 4d7c793f8..7b5fadc0b 100644 --- a/plugins/aves_platform_meta/pubspec.yaml +++ b/plugins/aves_platform_meta/pubspec.yaml @@ -3,7 +3,7 @@ version: 0.0.1 publish_to: none environment: - sdk: ^3.7.0 + sdk: ">=3.6.0 <4.0.0" # incoherent dartfmt from 3.7.0 resolution: workspace dependencies: diff --git a/plugins/aves_report/pubspec.yaml b/plugins/aves_report/pubspec.yaml index eb67268a5..4eaa74db7 100644 --- a/plugins/aves_report/pubspec.yaml +++ b/plugins/aves_report/pubspec.yaml @@ -3,7 +3,7 @@ version: 0.0.1 publish_to: none environment: - sdk: ^3.7.0 + sdk: ">=3.6.0 <4.0.0" # incoherent dartfmt from 3.7.0 resolution: workspace dependencies: diff --git a/plugins/aves_report_console/pubspec.yaml b/plugins/aves_report_console/pubspec.yaml index 27c9efd26..abf380132 100644 --- a/plugins/aves_report_console/pubspec.yaml +++ b/plugins/aves_report_console/pubspec.yaml @@ -3,7 +3,7 @@ version: 0.0.1 publish_to: none environment: - sdk: ^3.7.0 + sdk: ">=3.6.0 <4.0.0" # incoherent dartfmt from 3.7.0 resolution: workspace dependencies: diff --git a/plugins/aves_report_crashlytics/pubspec.yaml b/plugins/aves_report_crashlytics/pubspec.yaml index dafbc0159..470f71d41 100644 --- a/plugins/aves_report_crashlytics/pubspec.yaml +++ b/plugins/aves_report_crashlytics/pubspec.yaml @@ -3,7 +3,7 @@ version: 0.0.1 publish_to: none environment: - sdk: ^3.7.0 + sdk: ">=3.6.0 <4.0.0" # incoherent dartfmt from 3.7.0 resolution: workspace dependencies: diff --git a/plugins/aves_screen_state/pubspec.yaml b/plugins/aves_screen_state/pubspec.yaml index c55dda1cd..b3436e782 100644 --- a/plugins/aves_screen_state/pubspec.yaml +++ b/plugins/aves_screen_state/pubspec.yaml @@ -3,7 +3,7 @@ version: 0.0.1 publish_to: none environment: - sdk: ^3.7.0 + sdk: ">=3.6.0 <4.0.0" # incoherent dartfmt from 3.7.0 resolution: workspace dependencies: diff --git a/plugins/aves_services/pubspec.yaml b/plugins/aves_services/pubspec.yaml index 2684ea5bb..aee063f64 100644 --- a/plugins/aves_services/pubspec.yaml +++ b/plugins/aves_services/pubspec.yaml @@ -3,7 +3,7 @@ version: 0.0.1 publish_to: none environment: - sdk: ^3.7.0 + sdk: ">=3.6.0 <4.0.0" # incoherent dartfmt from 3.7.0 resolution: workspace dependencies: diff --git a/plugins/aves_services_google/pubspec.yaml b/plugins/aves_services_google/pubspec.yaml index b90e34f35..f42401375 100644 --- a/plugins/aves_services_google/pubspec.yaml +++ b/plugins/aves_services_google/pubspec.yaml @@ -3,7 +3,7 @@ version: 0.0.1 publish_to: none environment: - sdk: ^3.7.0 + sdk: ">=3.6.0 <4.0.0" # incoherent dartfmt from 3.7.0 resolution: workspace dependencies: diff --git a/plugins/aves_services_none/pubspec.yaml b/plugins/aves_services_none/pubspec.yaml index c6d78be81..6c15e0458 100644 --- a/plugins/aves_services_none/pubspec.yaml +++ b/plugins/aves_services_none/pubspec.yaml @@ -3,7 +3,7 @@ version: 0.0.1 publish_to: none environment: - sdk: ^3.7.0 + sdk: ">=3.6.0 <4.0.0" # incoherent dartfmt from 3.7.0 resolution: workspace dependencies: diff --git a/plugins/aves_ui/pubspec.yaml b/plugins/aves_ui/pubspec.yaml index 876aebe7e..0d730fd54 100644 --- a/plugins/aves_ui/pubspec.yaml +++ b/plugins/aves_ui/pubspec.yaml @@ -3,7 +3,7 @@ version: 0.0.1 publish_to: none environment: - sdk: ^3.7.0 + sdk: ">=3.6.0 <4.0.0" # incoherent dartfmt from 3.7.0 resolution: workspace dependencies: diff --git a/plugins/aves_utils/pubspec.yaml b/plugins/aves_utils/pubspec.yaml index f6e59e356..60f2b2da0 100644 --- a/plugins/aves_utils/pubspec.yaml +++ b/plugins/aves_utils/pubspec.yaml @@ -3,7 +3,7 @@ version: 0.0.1 publish_to: none environment: - sdk: ^3.7.0 + sdk: ">=3.6.0 <4.0.0" # incoherent dartfmt from 3.7.0 resolution: workspace dependencies: diff --git a/plugins/aves_video/pubspec.yaml b/plugins/aves_video/pubspec.yaml index ef4b90ce6..903cca2f7 100644 --- a/plugins/aves_video/pubspec.yaml +++ b/plugins/aves_video/pubspec.yaml @@ -3,7 +3,7 @@ version: 0.0.1 publish_to: none environment: - sdk: ^3.7.0 + sdk: ">=3.6.0 <4.0.0" # incoherent dartfmt from 3.7.0 resolution: workspace dependencies: diff --git a/plugins/aves_video_mpv/pubspec.yaml b/plugins/aves_video_mpv/pubspec.yaml index 0c8acab55..d0f76d6f1 100644 --- a/plugins/aves_video_mpv/pubspec.yaml +++ b/plugins/aves_video_mpv/pubspec.yaml @@ -3,7 +3,7 @@ version: 0.0.1 publish_to: none environment: - sdk: ^3.7.0 + sdk: ">=3.6.0 <4.0.0" # incoherent dartfmt from 3.7.0 resolution: workspace dependencies: diff --git a/pubspec.yaml b/pubspec.yaml index 67af10ab9..6597b130d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,7 +14,7 @@ environment: # this project bundles Flutter SDK via `flutter_wrapper` # cf https://github.com/passsy/flutter_wrapper flutter: 3.29.0 - sdk: ^3.7.0 + sdk: ">=3.6.0 <4.0.0" # incoherent dartfmt from 3.7.0 workspace: - plugins/aves_magnifier - plugins/aves_map