diff --git a/dart/example/pubspec.yaml b/dart/example/pubspec.yaml index e344bbe25a..a2a712d40f 100644 --- a/dart/example/pubspec.yaml +++ b/dart/example/pubspec.yaml @@ -5,11 +5,11 @@ version: 1.0.0 publish_to: none environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' dependencies: sentry: path: ../../dart dev_dependencies: - lints: ^2.0.0 + lints: '>=2.0.0 <4.0.0' diff --git a/dart/example_web/pubspec.yaml b/dart/example_web/pubspec.yaml index 7bcb64d06e..469d25b8a6 100644 --- a/dart/example_web/pubspec.yaml +++ b/dart/example_web/pubspec.yaml @@ -4,7 +4,7 @@ description: An absolute bare-bones web app. publish_to: 'none' environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' dependencies: sentry: diff --git a/dart/pubspec.yaml b/dart/pubspec.yaml index bc2ef30452..ee254f30dc 100644 --- a/dart/pubspec.yaml +++ b/dart/pubspec.yaml @@ -9,7 +9,7 @@ issue_tracker: https://github.com/getsentry/sentry-dart/issues documentation: https://docs.sentry.io/platforms/dart/ environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' platforms: android: diff --git a/dio/pubspec.yaml b/dio/pubspec.yaml index 9862c54b69..5cf1fbe1f7 100644 --- a/dio/pubspec.yaml +++ b/dio/pubspec.yaml @@ -7,7 +7,7 @@ issue_tracker: https://github.com/getsentry/sentry-dart/issues documentation: https://docs.sentry.io/platforms/dart/integrations/dio/ environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' platforms: android: diff --git a/drift/pubspec.yaml b/drift/pubspec.yaml index d468e90a12..bb97c65760 100644 --- a/drift/pubspec.yaml +++ b/drift/pubspec.yaml @@ -6,7 +6,7 @@ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' platforms: android: diff --git a/e2e_test/pubspec.yaml b/e2e_test/pubspec.yaml index 0f53c54ca5..0dd8f933aa 100644 --- a/e2e_test/pubspec.yaml +++ b/e2e_test/pubspec.yaml @@ -5,13 +5,13 @@ version: 1.0.0 publish_to: none environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' dependencies: sentry: path: ./../dart - http: ^0.13.0 + http: '>=0.13.0 <=1.2.1' dev_dependencies: - lints: ^2.0.0 + lints: '>=2.0.0 <4.0.0' diff --git a/flutter/example/pubspec.yaml b/flutter/example/pubspec.yaml index ef571be2a7..60e8b4cbb9 100644 --- a/flutter/example/pubspec.yaml +++ b/flutter/example/pubspec.yaml @@ -5,7 +5,7 @@ version: 8.0.0 publish_to: 'none' # Remove this line if you wish to publish to pub.dev environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' flutter: '>=3.0.0' dependencies: @@ -21,14 +21,14 @@ dependencies: sentry_drift: sentry_isar: universal_platform: ^1.0.0 - feedback: ^2.0.0 + feedback: '>=2.0.0 <4.0.0' provider: ^6.0.0 dio: any # This gets constrained by `sentry_dio` sqflite: any # This gets constrained by `sentry_sqflite` logging: any # This gets constrained by `sentry_logging` drift: any # This gets constrained by `sentry_drift` isar: any # This gets constrained by `sentry_isar` - package_info_plus: ^4.0.0 + package_info_plus: '>=1.0.0 <9.0.0' path_provider: ^2.0.0 #sqflite_common_ffi: ^2.0.0 #sqflite_common_ffi_web: ^0.3.0 @@ -37,7 +37,7 @@ dependencies: sqlite3_flutter_libs: ^0.5.0 dev_dependencies: - flutter_lints: ^2.0.0 + flutter_lints: '>=2.0.0 <4.0.0' sentry_dart_plugin: ^1.1.0 integration_test: sdk: flutter diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 040bbc47cb..9dbca44b64 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -7,7 +7,7 @@ issue_tracker: https://github.com/getsentry/sentry-dart/issues documentation: https://docs.sentry.io/platforms/flutter/ environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' flutter: '>=3.0.0' platforms: diff --git a/hive/pubspec.yaml b/hive/pubspec.yaml index 6aeaed7f68..b1e3f2e85d 100644 --- a/hive/pubspec.yaml +++ b/hive/pubspec.yaml @@ -6,7 +6,7 @@ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' platforms: android: @@ -22,7 +22,7 @@ dependencies: meta: ^1.3.0 dev_dependencies: - lints: ^2.0.0 + lints: '>=2.0.0 <4.0.0' test: ^1.21.0 yaml: ^3.1.0 # needed for version match (code and pubspec) mockito: ^5.1.0 diff --git a/isar/pubspec.yaml b/isar/pubspec.yaml index fb83755493..d6329132ff 100644 --- a/isar/pubspec.yaml +++ b/isar/pubspec.yaml @@ -6,7 +6,7 @@ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' flutter: '>=3.3.0' platforms: diff --git a/logging/pubspec.yaml b/logging/pubspec.yaml index b9855f47de..ebeda35397 100644 --- a/logging/pubspec.yaml +++ b/logging/pubspec.yaml @@ -7,7 +7,7 @@ issue_tracker: https://github.com/getsentry/sentry-dart/issues documentation: https://docs.sentry.io/platforms/dart/integrations/logging/ environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' platforms: android: diff --git a/min_version_test/pubspec.yaml b/min_version_test/pubspec.yaml index 8fdfe47329..2bd9ddc7db 100644 --- a/min_version_test/pubspec.yaml +++ b/min_version_test/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.17.0' + sdk: '>=2.17.1 <4.0.0' flutter: '3.0.0' # Dependencies specify other packages that your package needs in order to work. diff --git a/scripts/flutter_symbol_collector/pubspec.yaml b/scripts/flutter_symbol_collector/pubspec.yaml index 0464e16e0d..d9b7cbb349 100644 --- a/scripts/flutter_symbol_collector/pubspec.yaml +++ b/scripts/flutter_symbol_collector/pubspec.yaml @@ -16,9 +16,9 @@ dependencies: meta: ^1.11.0 path: ^1.8.3 platform: ^3.1.3 - posix: ^5.0.0 + posix: '>=5.0.0 <7.0.0' dev_dependencies: - lints: ^2.0.0 + lints: '>=2.0.0 <4.0.0' test: ^1.21.0 diff --git a/sqflite/pubspec.yaml b/sqflite/pubspec.yaml index 32d060abef..f33e4d33a1 100644 --- a/sqflite/pubspec.yaml +++ b/sqflite/pubspec.yaml @@ -6,7 +6,7 @@ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' flutter: '>=3.3.0' # matching sqflite platforms: