Skip to content

Commit 8b5ebbe

Browse files
committed
+Update dependencies
1 parent e00bae9 commit 8b5ebbe

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

_tests/analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ analyzer:
4343
- build/**
4444

4545
errors:
46+
unused_label: ignore
4647
always_declare_return_types: error
4748
avoid_renaming_method_parameters: error
4849
avoid_type_to_string: error

analysis_options.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ analyzer:
4343
- build/**
4444

4545
errors:
46+
unused_label: ignore
4647
always_declare_return_types: error
4748
avoid_renaming_method_parameters: error
4849
avoid_type_to_string: error

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository: https://github.com/robmllze/df_cleanup
1616
funding:
1717
- https://www.buymeacoffee.com/dev_cetera
1818
description: A flexible solution for managing the cleanup of resources in Flutter.
19-
version: 0.4.5
19+
version: 0.4.6
2020
topics:
2121
- cancel
2222
- dispose

0 commit comments

Comments
 (0)