Skip to content

Commit 664b63c

Browse files
authored
Updates for 2.8! (#961)
1 parent be34b0b commit 664b63c

File tree

54 files changed

+220
-237
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+220
-237
lines changed

add_to_app/books/flutter_module_books/pubspec.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packages:
2828
name: async
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "2.8.1"
31+
version: "2.8.2"
3232
boolean_selector:
3333
dependency: transitive
3434
description:
@@ -42,7 +42,7 @@ packages:
4242
name: characters
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.1.0"
45+
version: "1.2.0"
4646
charcode:
4747
dependency: transitive
4848
description:
@@ -136,7 +136,7 @@ packages:
136136
name: matcher
137137
url: "https://pub.dartlang.org"
138138
source: hosted
139-
version: "0.12.10"
139+
version: "0.12.11"
140140
meta:
141141
dependency: transitive
142142
description:
@@ -218,7 +218,7 @@ packages:
218218
name: test_api
219219
url: "https://pub.dartlang.org"
220220
source: hosted
221-
version: "0.4.2"
221+
version: "0.4.3"
222222
typed_data:
223223
dependency: transitive
224224
description:
@@ -232,7 +232,7 @@ packages:
232232
name: vector_math
233233
url: "https://pub.dartlang.org"
234234
source: hosted
235-
version: "2.1.0"
235+
version: "2.1.1"
236236
watcher:
237237
dependency: transitive
238238
description:

add_to_app/fullscreen/flutter_module/pubspec.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ packages:
77
name: archive
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "3.1.2"
10+
version: "3.1.6"
1111
async:
1212
dependency: transitive
1313
description:
1414
name: async
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.8.1"
17+
version: "2.8.2"
1818
boolean_selector:
1919
dependency: transitive
2020
description:
@@ -28,7 +28,7 @@ packages:
2828
name: characters
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.1.0"
31+
version: "1.2.0"
3232
charcode:
3333
dependency: transitive
3434
description:
@@ -118,7 +118,7 @@ packages:
118118
name: matcher
119119
url: "https://pub.dartlang.org"
120120
source: hosted
121-
version: "0.12.10"
121+
version: "0.12.11"
122122
meta:
123123
dependency: transitive
124124
description:
@@ -146,14 +146,14 @@ packages:
146146
name: platform
147147
url: "https://pub.dartlang.org"
148148
source: hosted
149-
version: "3.0.0"
149+
version: "3.0.2"
150150
process:
151151
dependency: transitive
152152
description:
153153
name: process
154154
url: "https://pub.dartlang.org"
155155
source: hosted
156-
version: "4.2.3"
156+
version: "4.2.4"
157157
provider:
158158
dependency: "direct main"
159159
description:
@@ -214,7 +214,7 @@ packages:
214214
name: test_api
215215
url: "https://pub.dartlang.org"
216216
source: hosted
217-
version: "0.4.2"
217+
version: "0.4.3"
218218
typed_data:
219219
dependency: transitive
220220
description:
@@ -228,14 +228,14 @@ packages:
228228
name: vector_math
229229
url: "https://pub.dartlang.org"
230230
source: hosted
231-
version: "2.1.0"
231+
version: "2.1.1"
232232
vm_service:
233233
dependency: transitive
234234
description:
235235
name: vm_service
236236
url: "https://pub.dartlang.org"
237237
source: hosted
238-
version: "7.1.1"
238+
version: "7.3.0"
239239
webdriver:
240240
dependency: transitive
241241
description:
@@ -244,5 +244,5 @@ packages:
244244
source: hosted
245245
version: "3.0.0"
246246
sdks:
247-
dart: ">=2.12.0 <3.0.0"
247+
dart: ">=2.14.0 <3.0.0"
248248
flutter: ">=2.0.0"

add_to_app/plugin/flutter_module_using_plugin/pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.1"
10+
version: "2.8.2"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,7 +21,7 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.1.0"
24+
version: "1.2.0"
2525
charcode:
2626
dependency: transitive
2727
description:
@@ -92,7 +92,7 @@ packages:
9292
name: matcher
9393
url: "https://pub.dartlang.org"
9494
source: hosted
95-
version: "0.12.10"
95+
version: "0.12.11"
9696
meta:
9797
dependency: transitive
9898
description:
@@ -181,7 +181,7 @@ packages:
181181
name: test_api
182182
url: "https://pub.dartlang.org"
183183
source: hosted
184-
version: "0.4.2"
184+
version: "0.4.3"
185185
typed_data:
186186
dependency: transitive
187187
description:
@@ -237,7 +237,7 @@ packages:
237237
name: vector_math
238238
url: "https://pub.dartlang.org"
239239
source: hosted
240-
version: "2.1.0"
240+
version: "2.1.1"
241241
sdks:
242-
dart: ">=2.12.0 <3.0.0"
242+
dart: ">=2.14.0 <3.0.0"
243243
flutter: ">=1.22.0"

add_to_app/prebuilt_module/flutter_module/pubspec.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ packages:
77
name: archive
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "3.1.2"
10+
version: "3.1.6"
1111
async:
1212
dependency: transitive
1313
description:
1414
name: async
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.8.1"
17+
version: "2.8.2"
1818
boolean_selector:
1919
dependency: transitive
2020
description:
@@ -28,7 +28,7 @@ packages:
2828
name: characters
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.1.0"
31+
version: "1.2.0"
3232
charcode:
3333
dependency: transitive
3434
description:
@@ -118,7 +118,7 @@ packages:
118118
name: matcher
119119
url: "https://pub.dartlang.org"
120120
source: hosted
121-
version: "0.12.10"
121+
version: "0.12.11"
122122
meta:
123123
dependency: transitive
124124
description:
@@ -146,14 +146,14 @@ packages:
146146
name: platform
147147
url: "https://pub.dartlang.org"
148148
source: hosted
149-
version: "3.0.0"
149+
version: "3.0.2"
150150
process:
151151
dependency: transitive
152152
description:
153153
name: process
154154
url: "https://pub.dartlang.org"
155155
source: hosted
156-
version: "4.2.3"
156+
version: "4.2.4"
157157
provider:
158158
dependency: "direct main"
159159
description:
@@ -214,7 +214,7 @@ packages:
214214
name: test_api
215215
url: "https://pub.dartlang.org"
216216
source: hosted
217-
version: "0.4.2"
217+
version: "0.4.3"
218218
typed_data:
219219
dependency: transitive
220220
description:
@@ -228,14 +228,14 @@ packages:
228228
name: vector_math
229229
url: "https://pub.dartlang.org"
230230
source: hosted
231-
version: "2.1.0"
231+
version: "2.1.1"
232232
vm_service:
233233
dependency: transitive
234234
description:
235235
name: vm_service
236236
url: "https://pub.dartlang.org"
237237
source: hosted
238-
version: "7.1.1"
238+
version: "7.3.0"
239239
webdriver:
240240
dependency: transitive
241241
description:
@@ -244,5 +244,5 @@ packages:
244244
source: hosted
245245
version: "3.0.0"
246246
sdks:
247-
dart: ">=2.12.0 <3.0.0"
247+
dart: ">=2.14.0 <3.0.0"
248248
flutter: ">=1.16.0"

animations/lib/src/misc/animated_list.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// found in the LICENSE file.
44

55
import 'package:flutter/material.dart';
6-
import 'package:flutter/widgets.dart';
76

87
class AnimatedListDemo extends StatefulWidget {
98
const AnimatedListDemo({Key? key}) : super(key: key);

animations/lib/src/misc/card_swipe.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
import 'dart:ui';
6-
75
import 'package:flutter/material.dart';
86
import 'package:flutter/physics.dart';
97

animations/lib/src/misc/carousel.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
import 'package:flutter/foundation.dart';
65
import 'package:flutter/material.dart';
7-
import 'package:flutter/widgets.dart';
86

97
class CarouselDemo extends StatelessWidget {
108
CarouselDemo({Key? key}) : super(key: key);

animations/pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.1"
10+
version: "2.8.2"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,7 +21,7 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.1.0"
24+
version: "1.2.0"
2525
charcode:
2626
dependency: transitive
2727
description:
@@ -87,7 +87,7 @@ packages:
8787
name: matcher
8888
url: "https://pub.dartlang.org"
8989
source: hosted
90-
version: "0.12.10"
90+
version: "0.12.11"
9191
meta:
9292
dependency: transitive
9393
description:
@@ -148,7 +148,7 @@ packages:
148148
name: test_api
149149
url: "https://pub.dartlang.org"
150150
source: hosted
151-
version: "0.4.2"
151+
version: "0.4.3"
152152
typed_data:
153153
dependency: transitive
154154
description:
@@ -162,6 +162,6 @@ packages:
162162
name: vector_math
163163
url: "https://pub.dartlang.org"
164164
source: hosted
165-
version: "2.1.0"
165+
version: "2.1.1"
166166
sdks:
167-
dart: ">=2.12.0 <3.0.0"
167+
dart: ">=2.14.0 <3.0.0"

0 commit comments

Comments
 (0)