From 841f23ba6a81c91348a0c5769303ca47cd59bb95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Overg=C3=A5rd=20Nielsen?= Date: Tue, 2 Jan 2024 16:02:19 +0100 Subject: [PATCH] Downgrade min flutter to 3.10.0 and min dart to 3.0.0 --- common/pubspec.yaml | 2 +- example/pubspec.yaml | 2 +- ffigen/pubspec.yaml | 2 +- flutter/realm_flutter/example/pubspec.yaml | 4 ++-- flutter/realm_flutter/pubspec.yaml | 4 ++-- flutter/realm_flutter/tests/pubspec.yaml | 4 ++-- generator/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/common/pubspec.yaml b/common/pubspec.yaml index 177b16cd1c..ae91417696 100644 --- a/common/pubspec.yaml +++ b/common/pubspec.yaml @@ -12,7 +12,7 @@ issue_tracker: https://github.com/realm/realm-dart/issues publish_to: none environment: - sdk: ^3.1.0 + sdk: ^3.0.0 dependencies: objectid: ^3.0.0 diff --git a/example/pubspec.yaml b/example/pubspec.yaml index ea3493ac95..8b35d376c5 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -4,7 +4,7 @@ description: A simple command-line application using Realm Dart SDK. publish_to: none environment: - sdk: ^3.1.0 + sdk: ^3.0.0 dependencies: realm_dart: diff --git a/ffigen/pubspec.yaml b/ffigen/pubspec.yaml index ff75bcd9a9..afb0f0ec18 100644 --- a/ffigen/pubspec.yaml +++ b/ffigen/pubspec.yaml @@ -5,7 +5,7 @@ description: >- publish_to: none environment: - sdk: ^3.1.0 + sdk: ^3.0.0 dev_dependencies: ffigen: ^9.0.1 \ No newline at end of file diff --git a/flutter/realm_flutter/example/pubspec.yaml b/flutter/realm_flutter/example/pubspec.yaml index 5fd74583ee..9976df42a7 100644 --- a/flutter/realm_flutter/example/pubspec.yaml +++ b/flutter/realm_flutter/example/pubspec.yaml @@ -7,8 +7,8 @@ version: 1.6.1 publish_to: "none" environment: - sdk: ^3.1.0 - flutter: ^3.13.0 + sdk: ^3.0.0 + flutter: ^3.10.0 dependencies: flutter: diff --git a/flutter/realm_flutter/pubspec.yaml b/flutter/realm_flutter/pubspec.yaml index 26c8a1b4ee..2615cf3cc0 100644 --- a/flutter/realm_flutter/pubspec.yaml +++ b/flutter/realm_flutter/pubspec.yaml @@ -9,8 +9,8 @@ issue_tracker: https://github.com/realm/realm-dart/issues publish_to: none environment: - sdk: ^3.1.0 - flutter: ^3.13.0 + sdk: ^3.0.0 + flutter: ^3.10.0 dependencies: flutter: diff --git a/flutter/realm_flutter/tests/pubspec.yaml b/flutter/realm_flutter/tests/pubspec.yaml index 01eb62b33c..6d5bbd643d 100644 --- a/flutter/realm_flutter/tests/pubspec.yaml +++ b/flutter/realm_flutter/tests/pubspec.yaml @@ -6,8 +6,8 @@ publish_to: "none" version: 1.6.1 environment: - sdk: ^3.1.0 - flutter: ^3.13.0 + sdk: ^3.0.0 + flutter: ^3.10.0 dependencies: flutter: diff --git a/generator/pubspec.yaml b/generator/pubspec.yaml index ae806a7a54..3ec41f5a64 100644 --- a/generator/pubspec.yaml +++ b/generator/pubspec.yaml @@ -12,7 +12,7 @@ issue_tracker: https://github.com/realm/realm-dart/issues publish_to: none environment: - sdk: ^3.1.0 + sdk: ^3.0.0 dependencies: analyzer: ^6.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index 7ef10105ba..36886e5930 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,7 +9,7 @@ issue_tracker: https://github.com/realm/realm-dart/issues publish_to: none environment: - sdk: ^3.1.0 + sdk: ^3.0.0 dependencies: args: ^2.3.0