Skip to content

Commit

Permalink
Merge pull request #3410 from rrousselGit/update-constraints
Browse files Browse the repository at this point in the history
Update SDK constraints
  • Loading branch information
rrousselGit authored Mar 10, 2024
2 parents c13c24e + d4a5d0e commit 6b32bd9
Show file tree
Hide file tree
Showing 31 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion benchmarks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0-0 <4.0.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_riverpod/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A new Flutter project.
publish_to: "none"

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_riverpod/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ funding:
- https://github.com/sponsors/rrousselGit/

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks_riverpod/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A new Flutter project.
publish_to: "none"

environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0-0 <4.0.0"
flutter: ">=1.17.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks_riverpod/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ funding:
- https://github.com/sponsors/rrousselGit/

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/riverpod/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: riverpod_example
publish_to: "none"

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"

dependencies:
crypto: ^3.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/riverpod/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ funding:
- https://github.com/sponsors/rrousselGit/

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"

dependencies:
collection: ^1.18.0
Expand Down
2 changes: 1 addition & 1 deletion packages/riverpod_analyzer_utils_tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A sample command-line application.
publish_to: none

environment:
sdk: ">=2.18.0 <3.0.0"
sdk: ">=2.18.0 <4.0.0"

dependencies:
analyzer: ">=5.12.0 <7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/riverpod_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ funding:
- https://github.com/sponsors/rrousselGit/

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"

dependencies:
meta: ^1.7.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A sample command-line application.
publish_to: none

environment:
sdk: ">=2.18.4 <3.0.0"
sdk: ">=2.18.4 <4.0.0"

dependencies:
riverpod:
Expand Down
2 changes: 1 addition & 1 deletion packages/riverpod_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ funding:
- https://github.com/sponsors/rrousselGit/

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"

dependencies:
analyzer: ">=5.12.0 <7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/riverpod_graph/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ funding:
- https://github.com/sponsors/rrousselGit/

environment:
sdk: ">=2.15.0 <3.0.0"
sdk: ">=2.15.0 <4.0.0"

dependencies:
analyzer: ">=5.12.0 <7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/riverpod_lint/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ funding:
- https://github.com/sponsors/rrousselGit/

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"

dependencies:
analyzer: ">=6.0.0 <7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: melos_root
publish_to: none

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"
dev_dependencies:
melos: ^3.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import { trimSnippet } from "../../../../src/components/CodeSnippet";

```yaml title="pubspec.yaml"
environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.12.0 <4.0.0"
flutter: ">=2.0.0"

dependencies:
Expand All @@ -61,7 +61,7 @@ dependencies:

```yaml title="pubspec.yaml"
environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0-0 <4.0.0"
flutter: ">=2.0.0"
dependencies:
Expand All @@ -77,7 +77,7 @@ dependencies:

```yaml title="pubspec.yaml"
environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0-0 <4.0.0"
dependencies:
riverpod: ^1.0.0-dev.10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Wenn die Entscheidung getroffen wurde, welches Paket verwendet werden soll, füg

```yaml title="pubspec.yaml"
environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.12.0 <4.0.0"
flutter: ">=2.0.0"

dependencies:
Expand All @@ -60,7 +60,7 @@ Dann führe `flutter pub get` aus.

```yaml title="pubspec.yaml"
environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.12.0 <4.0.0"
flutter: ">=2.0.0"
dependencies:
Expand All @@ -76,7 +76,7 @@ Dann führe `flutter pub get` aus.

```yaml title="pubspec.yaml"
environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0-0 <4.0.0"
dependencies:
riverpod: ^2.1.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Una vez que sepas qué paquete deseas instalar, procede a añadir lo siguiente a

```yaml title="pubspec.yaml"
environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.12.0 <4.0.0"
flutter: ">=2.0.0"

dependencies:
Expand All @@ -55,7 +55,7 @@ Luego ejecuta `flutter pub get`.

```yaml title="pubspec.yaml"
environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.12.0 <4.0.0"
flutter: ">=2.0.0"
dependencies:
Expand All @@ -71,7 +71,7 @@ Luego ejecuta `flutter pub get`.

```yaml title="pubspec.yaml"
environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0-0 <4.0.0"
dependencies:
riverpod: ^2.1.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Une fois la librarie choisie, vous pouvez modifier votre `pubspec.yaml` pour y i

```yaml title="pubspec.yaml"
environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.12.0 <4.0.0"
flutter: ">=2.0.0"

dependencies:
Expand All @@ -55,7 +55,7 @@ Exécutez ensuite la commande `flutter pub get`.

```yaml title="pubspec.yaml"
environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0-0 <4.0.0"
flutter: ">=2.0.0"
dependencies:
Expand All @@ -71,7 +71,7 @@ Exécutez ensuite la commande `flutter pub get`.

```yaml title="pubspec.yaml"
environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0-0 <4.0.0"
dependencies:
riverpod: ^1.0.0-dev.10
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: my_app_name
environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"

dependencies:
riverpod: ^2.1.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: my_app_name
environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"

dependencies:
riverpod: ^2.1.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: my_app_name
environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: my_app_name
environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: my_app_name
environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: my_app_name
environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: my_app_name
environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"

dependencies:
riverpod: ^2.1.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: my_app_name
environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"

dependencies:
riverpod: ^2.1.3
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: my_app_name
environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: my_app_name
environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: my_app_name
environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: my_app_name
environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { trimSnippet } from "../../../../src/components/CodeSnippet";

```yaml title="pubspec.yaml"
environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.12.0 <4.0.0"
flutter: ">=2.0.0"

dependencies:
Expand All @@ -59,7 +59,7 @@ dependencies:

```yaml title="pubspec.yaml"
environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.12.0 <4.0.0"
flutter: ">=2.0.0"
dependencies:
Expand All @@ -75,7 +75,7 @@ dependencies:

```yaml title="pubspec.yaml"
environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0-0 <4.0.0"
dependencies:
riverpod: ^2.1.3
Expand Down

0 comments on commit 6b32bd9

Please sign in to comment.