File tree Expand file tree Collapse file tree 6 files changed +9
-5
lines changed
Expand file tree Collapse file tree 6 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 99 directory : " /"
1010 schedule :
1111 interval : " daily"
12+ - package-ecosystem : " pub"
13+ directory : " /example"
14+ schedule :
15+ interval : " daily"
Original file line number Diff line number Diff line change 1- include : package:very_good_analysis/analysis_options.6 .0.0.yaml
1+ include : package:very_good_analysis/analysis_options.7 .0.0.yaml
Original file line number Diff line number Diff line change 1- include : package:very_good_analysis/analysis_options.6 .0.0.yaml
1+ include : package:very_good_analysis/analysis_options.7 .0.0.yaml
22linter :
33 rules :
44 public_member_api_docs : false
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies:
1919dev_dependencies :
2020 flutter_test :
2121 sdk : flutter
22- very_good_analysis : ^6 .0.0
22+ very_good_analysis : ^7 .0.0
2323
2424flutter :
2525 uses-material-design : true
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import 'package:flutter/material.dart';
66/// This is useful for centering a child in a [CustomScrollView] .
77/// {@endtemplate}
88class SliverCentralized extends StatefulWidget {
9- /// Constructs a [SliverCentralized] . <br />
9+ /// Constructs a [SliverCentralized] .
1010 /// {@macro sliver_centralized}
1111 const SliverCentralized ({
1212 required this .child,
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ dependencies:
2020dev_dependencies :
2121 flutter_test :
2222 sdk : flutter
23- very_good_analysis : ^6 .0.0
23+ very_good_analysis : ^7 .0.0
You can’t perform that action at this time.
0 commit comments