File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,20 @@ environment:
1414 flutter : " >=3.3.0"
1515
1616dependencies :
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
2727dev_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
Original file line number Diff line number Diff line change 1+ // Ignore this warning for test files.
12// ignore_for_file: invalid_use_of_protected_member
23
34import 'package:flutter/material.dart' ;
You can’t perform that action at this time.
0 commit comments