Skip to content

Commit 75ca057

Browse files
committed
chore: bump dependencies + fix warning
1 parent db9cd55 commit 75ca057

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

pubspec.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ environment:
1414
flutter: ">=3.3.0"
1515

1616
dependencies:
17-
clock: ^1.1.1
18-
collection: ^1.18.0
19-
device_info_plus: ^11.0.0
17+
clock: ^1.1.2
18+
collection: ^1.19.1
19+
device_info_plus: ^11.3.3
2020
flutter:
2121
sdk: flutter
22-
http: ^1.2.2
23-
package_info_plus: ^8.0.3
24-
shared_preferences: ^2.3.2
22+
http: ^1.3.0
23+
package_info_plus: ^8.3.0
24+
shared_preferences: ^2.5.2
2525
uuid: ^4.5.1
2626

2727
dev_dependencies:
2828
custom_lint: ">=0.5.4 <0.8.0"
29-
fd_lints: ^2.3.0
29+
fd_lints: ^2.4.0
3030
flutter_test:
3131
sdk: flutter
32-
meta: ^1.12.0
32+
meta: ^1.16.0
3333
mocktail: ^1.0.4

test/src/traceable_widget_mixin_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Ignore this warning for test files.
12
// ignore_for_file: invalid_use_of_protected_member
23

34
import 'package:flutter/material.dart';

0 commit comments

Comments
 (0)