Skip to content

Commit

Permalink
build(deps): bump very_good_analysis from 6.0.0 to 7.0.0 (#52)
Browse files Browse the repository at this point in the history
* build(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](VeryGoodOpenSource/very_good_analysis@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] <[email protected]>

* refactor: remove unnecessary library name

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arturo Grau <[email protected]>
  • Loading branch information
dependabot[bot] and arturograu authored Dec 23, 2024
1 parent 3b7df44 commit 47326a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions lib/country_flags.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
/// A library to generate country flag widgets.
///
/// The flags can be genereated based on a language code or a country code.
library country_flags;

export 'src/country_flags.dart';
export 'src/flag_code.dart';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
golden_toolkit: ^0.15.0
very_good_analysis: ">=5.0.0+1 <7.0.0"
very_good_analysis: ">=5.0.0+1 <8.0.0"

flutter:
assets:
Expand Down

0 comments on commit 47326a4

Please sign in to comment.