Skip to content

Commit 280bd31

Browse files
committed
+Update dependencies
1 parent 54b9ed6 commit 280bd31

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ void main() {
142142

143143
---
144144

145-
Please refer to the [API reference](https://pub.dev/documentation/df_log/) for more information.
145+
☝️ Please refer to the [API reference](https://pub.dev/documentation/df_log/) for more information.
146146

147147
---
148148

@@ -169,6 +169,7 @@ If you're enjoying this package and find it valuable, consider showing your appr
169169

170170
<a href="https://www.buymeacoffee.com/dev_cetera" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" height="40"></a>
171171

172-
## License
172+
## 🧑‍⚖️ License
173173

174174
This project is released under the [MIT License](https://raw.githubusercontent.com/dev-cetera/df_log/main/LICENSE). See [LICENSE](https://raw.githubusercontent.com/dev-cetera/df_log/main/LICENSE) for more information.
175+

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository: https://github.com/robmllze/df_log
1616
funding:
1717
- https://www.buymeacoffee.com/dev_cetera
1818
description: A package that provides logging utilities for better debugging.
19-
version: 0.3.17
19+
version: 0.3.18
2020
topics:
2121
- console
2222
- debugging
@@ -33,7 +33,7 @@ environment:
3333

3434
dependencies:
3535
path: ^1.9.1
36-
df_safer_dart: ^0.15.1
36+
df_safer_dart: ^0.15.2
3737
uuid: ^4.5.1
3838
meta: ^1.16.0
3939

0 commit comments

Comments
 (0)