File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ void main() {
32
32
}
33
33
34
34
class MyApp extends StatelessWidget {
35
- const MyApp ({Key ? key}) : super ( key: key );
35
+ const MyApp ({super . key} );
36
36
37
37
@override
38
38
Widget build (BuildContext context) => Provider (
Original file line number Diff line number Diff line change @@ -81,10 +81,10 @@ packages:
81
81
dependency: "direct dev"
82
82
description:
83
83
name: flutter_lints
84
- sha256: b543301ad291598523947dc534aaddc5aaad597b709d2426d3a0e0d44c5cb493
84
+ sha256: "3105dc8492f6183fb076ccf1f351ac3d60564bff92e20bfc4af9cc1651f4e7e1"
85
85
url: "https://pub.dev"
86
86
source: hosted
87
- version: "1 .0.4 "
87
+ version: "6 .0.0 "
88
88
flutter_test:
89
89
dependency: "direct dev"
90
90
description: flutter
@@ -118,10 +118,10 @@ packages:
118
118
dependency: transitive
119
119
description:
120
120
name: lints
121
- sha256: a2c3d198cb5ea2e179926622d433331d8b58374ab8f29cdda6e863bd62fd369c
121
+ sha256: a5e2b223cb7c9c8efdc663ef484fdd95bb243bff242ef5b13e26883547fce9a0
122
122
url: "https://pub.dev"
123
123
source: hosted
124
- version: "1 .0.1 "
124
+ version: "6 .0.0 "
125
125
matcher:
126
126
dependency: transitive
127
127
description:
@@ -240,5 +240,5 @@ packages:
240
240
source: hosted
241
241
version: "15.0.2"
242
242
sdks:
243
- dart: ">=3.8.0-0 <4.0.0"
243
+ dart: ">=3.8.0 <4.0.0"
244
244
flutter: ">=3.18.0-18.0.pre.54"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dev_dependencies:
40
40
# activated in the `analysis_options.yaml` file located at the root of your
41
41
# package. See that file for information about deactivating specific lint
42
42
# rules and activating additional ones.
43
- flutter_lints : ^1 .0.0
43
+ flutter_lints : ^6 .0.0
44
44
45
45
# For information on the generic Dart part of this file, see the
46
46
# following page: https://dart.dev/tools/pub/pubspec
Original file line number Diff line number Diff line change 23
23
* OTHER DEALINGS IN THE SOFTWARE.
24
24
*/
25
25
26
- library disks ;
26
+ library ;
27
27
28
28
export 'src/exceptions/unsupported_platform_exception.dart' ;
29
29
export 'src/models/disk.dart' ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies:
17
17
dev_dependencies :
18
18
flutter_test :
19
19
sdk : flutter
20
- flutter_lints : ^2 .0.1
20
+ flutter_lints : ^6 .0.0
21
21
mockito : ^5.3.1
22
22
build_runner : ^2.2.1
23
23
You can’t perform that action at this time.
0 commit comments