Skip to content

Commit fee9301

Browse files
committed
Updating pubspec yaml with new dart sdk and flutter requirements to require flutter 3.0
1 parent 19db3d9 commit fee9301

File tree

4 files changed

+23
-22
lines changed

4 files changed

+23
-22
lines changed

example/pubspec.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ packages:
4242
name: collection
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.15.0"
45+
version: "1.16.0"
4646
cupertino_icons:
4747
dependency: "direct main"
4848
description:
@@ -56,7 +56,7 @@ packages:
5656
name: fake_async
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "1.2.0"
59+
version: "1.3.0"
6060
flutter:
6161
dependency: "direct main"
6262
description: flutter
@@ -101,7 +101,7 @@ packages:
101101
name: material_color_utilities
102102
url: "https://pub.dartlang.org"
103103
source: hosted
104-
version: "0.1.3"
104+
version: "0.1.4"
105105
meta:
106106
dependency: transitive
107107
description:
@@ -115,7 +115,7 @@ packages:
115115
name: path
116116
url: "https://pub.dartlang.org"
117117
source: hosted
118-
version: "1.8.0"
118+
version: "1.8.1"
119119
rive:
120120
dependency: transitive
121121
description:
@@ -129,7 +129,7 @@ packages:
129129
path: ".."
130130
relative: true
131131
source: path
132-
version: "0.1.1"
132+
version: "0.1.3"
133133
sky_engine:
134134
dependency: transitive
135135
description: flutter
@@ -141,7 +141,7 @@ packages:
141141
name: source_span
142142
url: "https://pub.dartlang.org"
143143
source: hosted
144-
version: "1.8.1"
144+
version: "1.8.2"
145145
stack_trace:
146146
dependency: transitive
147147
description:
@@ -176,7 +176,7 @@ packages:
176176
name: test_api
177177
url: "https://pub.dartlang.org"
178178
source: hosted
179-
version: "0.4.8"
179+
version: "0.4.9"
180180
typed_data:
181181
dependency: transitive
182182
description:
@@ -190,7 +190,7 @@ packages:
190190
name: vector_math
191191
url: "https://pub.dartlang.org"
192192
source: hosted
193-
version: "2.1.1"
193+
version: "2.1.2"
194194
sdks:
195-
dart: ">=2.14.0 <3.0.0"
196-
flutter: ">=1.7.8"
195+
dart: ">=2.17.0 <3.0.0"
196+
flutter: ">=3.0.0"

example/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ description: A new Flutter application.
1414
version: 1.0.0+1
1515

1616
environment:
17-
sdk: ">=2.1.0 <3.0.0"
17+
sdk: '>=2.17.0 <3.0.0'
18+
flutter: ">=3.0.0"
1819

1920
dependencies:
2021
rive_loading:

pubspec.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ packages:
4242
name: collection
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.15.0"
45+
version: "1.16.0"
4646
fake_async:
4747
dependency: transitive
4848
description:
4949
name: fake_async
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "1.2.0"
52+
version: "1.3.0"
5353
flutter:
5454
dependency: "direct main"
5555
description: flutter
@@ -94,7 +94,7 @@ packages:
9494
name: material_color_utilities
9595
url: "https://pub.dartlang.org"
9696
source: hosted
97-
version: "0.1.3"
97+
version: "0.1.4"
9898
meta:
9999
dependency: transitive
100100
description:
@@ -108,7 +108,7 @@ packages:
108108
name: path
109109
url: "https://pub.dartlang.org"
110110
source: hosted
111-
version: "1.8.0"
111+
version: "1.8.1"
112112
rive:
113113
dependency: "direct main"
114114
description:
@@ -127,7 +127,7 @@ packages:
127127
name: source_span
128128
url: "https://pub.dartlang.org"
129129
source: hosted
130-
version: "1.8.1"
130+
version: "1.8.2"
131131
stack_trace:
132132
dependency: transitive
133133
description:
@@ -162,7 +162,7 @@ packages:
162162
name: test_api
163163
url: "https://pub.dartlang.org"
164164
source: hosted
165-
version: "0.4.8"
165+
version: "0.4.9"
166166
typed_data:
167167
dependency: transitive
168168
description:
@@ -176,7 +176,7 @@ packages:
176176
name: vector_math
177177
url: "https://pub.dartlang.org"
178178
source: hosted
179-
version: "2.1.1"
179+
version: "2.1.2"
180180
sdks:
181-
dart: ">=2.14.0 <3.0.0"
182-
flutter: ">=1.7.8"
181+
dart: ">=2.17.0 <3.0.0"
182+
flutter: ">=3.0.0"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version: 0.1.3
44
homepage: https://github.com/jaumard/rive_loading
55

66
environment:
7-
sdk: '>=2.12.0 <3.0.0'
8-
flutter: ">=1.7.8"
7+
sdk: '>=2.17.0 <3.0.0'
8+
flutter: ">=3.0.0"
99

1010
dependencies:
1111
rive: ">=0.8.4 <1.0.0"

0 commit comments

Comments
 (0)