From 4cadd021f2476b55cb778f67d1f0abb3903c97b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:12:14 -0600 Subject: [PATCH] chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 (#83) * chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 Bumps [very_good_analysis](https://github.com/VeryGoodOpenSource/very_good_analysis) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/VeryGoodOpenSource/very_good_analysis/releases) - [Changelog](https://github.com/VeryGoodOpenSource/very_good_analysis/blob/main/CHANGELOG.md) - [Commits](https://github.com/VeryGoodOpenSource/very_good_analysis/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: very_good_analysis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * update analysis files * fixing analysis warning --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Arra --- .github/dependabot.yaml | 4 ++++ analysis_options.yaml | 2 +- example/analysis_options.yaml | 2 +- example/pubspec.yaml | 2 +- lib/src/sliver_centralized.dart | 2 +- pubspec.yaml | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 63b035c..2910c69 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -9,3 +9,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "pub" + directory: "/example" + schedule: + interval: "daily" diff --git a/analysis_options.yaml b/analysis_options.yaml index bb72091..c2f4cbb 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -1 +1 @@ -include: package:very_good_analysis/analysis_options.6.0.0.yaml +include: package:very_good_analysis/analysis_options.7.0.0.yaml diff --git a/example/analysis_options.yaml b/example/analysis_options.yaml index 3a6b5d4..c59316b 100644 --- a/example/analysis_options.yaml +++ b/example/analysis_options.yaml @@ -1,4 +1,4 @@ -include: package:very_good_analysis/analysis_options.6.0.0.yaml +include: package:very_good_analysis/analysis_options.7.0.0.yaml linter: rules: public_member_api_docs: false diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 440a754..957eb8c 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - very_good_analysis: ^6.0.0 + very_good_analysis: ^7.0.0 flutter: uses-material-design: true diff --git a/lib/src/sliver_centralized.dart b/lib/src/sliver_centralized.dart index e52b32c..b0dbf33 100644 --- a/lib/src/sliver_centralized.dart +++ b/lib/src/sliver_centralized.dart @@ -6,7 +6,7 @@ import 'package:flutter/material.dart'; /// This is useful for centering a child in a [CustomScrollView]. /// {@endtemplate} class SliverCentralized extends StatefulWidget { - /// Constructs a [SliverCentralized].
+ /// Constructs a [SliverCentralized]. /// {@macro sliver_centralized} const SliverCentralized({ required this.child, diff --git a/pubspec.yaml b/pubspec.yaml index 7fa1d6c..f8989e4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,4 +20,4 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - very_good_analysis: ^6.0.0 + very_good_analysis: ^7.0.0