From cb7682d0def76b0f68f79ba73deda08f4b70d85d Mon Sep 17 00:00:00 2001 From: Denis Andrasec Date: Tue, 9 Apr 2024 14:42:51 +0200 Subject: [PATCH 1/3] add dupported platforms to sqflite --- sqflite/pubspec.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sqflite/pubspec.yaml b/sqflite/pubspec.yaml index bdf8a4441a..5e5edfb5dc 100644 --- a/sqflite/pubspec.yaml +++ b/sqflite/pubspec.yaml @@ -9,6 +9,11 @@ environment: sdk: '>=2.17.0 <4.0.0' flutter: '>=3.3.0' # matching sqflite +platforms: + android: + ios: + macos: + dependencies: sentry: 7.18.0 sqflite: ^2.0.0 From 82701f27274855c042eafca963deab9d946aca55 Mon Sep 17 00:00:00 2001 From: Denis Andrasec Date: Tue, 9 Apr 2024 14:45:38 +0200 Subject: [PATCH 2/3] add file platforms --- file/pubspec.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/file/pubspec.yaml b/file/pubspec.yaml index cc7adacc4e..3e4b43a692 100644 --- a/file/pubspec.yaml +++ b/file/pubspec.yaml @@ -9,6 +9,13 @@ documentation: https://docs.sentry.io/platforms/dart/configuration/integrations/ environment: sdk: '>=2.19.0 <4.0.0' +platforms: + android: + ios: + macos: + linux: + windows: + dependencies: sentry: 7.18.0 meta: ^1.3.0 From e49b496a5f7b1e47141b43aac1a20f980d53e26f Mon Sep 17 00:00:00 2001 From: Denis Andrasec Date: Mon, 15 Apr 2024 10:58:53 +0200 Subject: [PATCH 3/3] add supported platforms to all packages --- dart/pubspec.yaml | 8 ++++++++ dio/pubspec.yaml | 8 ++++++++ drift/pubspec.yaml | 8 ++++++++ flutter/pubspec.yaml | 8 ++++++++ hive/pubspec.yaml | 8 ++++++++ isar/pubspec.yaml | 8 ++++++++ logging/pubspec.yaml | 8 ++++++++ 7 files changed, 56 insertions(+) diff --git a/dart/pubspec.yaml b/dart/pubspec.yaml index d14d8bacc3..87dd6ef93c 100644 --- a/dart/pubspec.yaml +++ b/dart/pubspec.yaml @@ -11,6 +11,14 @@ documentation: https://docs.sentry.io/platforms/dart/ environment: sdk: '>=2.17.0 <4.0.0' +platforms: + android: + ios: + macos: + linux: + windows: + web: + dependencies: http: '>=0.13.0 <2.0.0' meta: ^1.3.0 diff --git a/dio/pubspec.yaml b/dio/pubspec.yaml index aade33f1f0..86fde090e9 100644 --- a/dio/pubspec.yaml +++ b/dio/pubspec.yaml @@ -9,6 +9,14 @@ documentation: https://docs.sentry.io/platforms/dart/integrations/dio/ environment: sdk: '>=2.17.0 <4.0.0' +platforms: + android: + ios: + macos: + linux: + windows: + web: + dependencies: dio: ^5.0.0 sentry: 7.19.0 diff --git a/drift/pubspec.yaml b/drift/pubspec.yaml index c52e2937f1..d1c44549e9 100644 --- a/drift/pubspec.yaml +++ b/drift/pubspec.yaml @@ -8,6 +8,14 @@ issue_tracker: https://github.com/getsentry/sentry-dart/issues environment: sdk: '>=2.17.0 <4.0.0' +platforms: + android: + ios: + macos: + linux: + windows: + web: + dependencies: sentry: 7.19.0 meta: ^1.3.0 diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 55a23a6fa4..acf38d8f06 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -10,6 +10,14 @@ environment: sdk: '>=2.17.0 <4.0.0' flutter: '>=3.0.0' +platforms: + android: + ios: + macos: + linux: + windows: + web: + dependencies: flutter: sdk: flutter diff --git a/hive/pubspec.yaml b/hive/pubspec.yaml index 86d39fcf91..d2bd685a39 100644 --- a/hive/pubspec.yaml +++ b/hive/pubspec.yaml @@ -8,6 +8,14 @@ issue_tracker: https://github.com/getsentry/sentry-dart/issues environment: sdk: '>=2.17.0 <4.0.0' +platforms: + android: + ios: + macos: + linux: + windows: + web: + dependencies: sentry: 7.19.0 hive: ^2.2.3 diff --git a/isar/pubspec.yaml b/isar/pubspec.yaml index f87180882f..66bde801bd 100644 --- a/isar/pubspec.yaml +++ b/isar/pubspec.yaml @@ -9,6 +9,14 @@ environment: sdk: '>=2.17.0 <4.0.0' flutter: '>=3.3.0' +platforms: + android: + ios: + macos: + linux: + windows: + web: + dependencies: isar: ^3.1.0 isar_flutter_libs: ^3.1.0 # contains Isar Core diff --git a/logging/pubspec.yaml b/logging/pubspec.yaml index f7a0384d2e..4bbe3b14c6 100644 --- a/logging/pubspec.yaml +++ b/logging/pubspec.yaml @@ -9,6 +9,14 @@ documentation: https://docs.sentry.io/platforms/dart/integrations/logging/ environment: sdk: '>=2.17.0 <4.0.0' +platforms: + android: + ios: + macos: + linux: + windows: + web: + dependencies: logging: ^1.0.0 sentry: 7.19.0