Skip to content

Commit b3dbc0c

Browse files
committed
+Update dependencies
1 parent c80e24a commit b3dbc0c

3 files changed

Lines changed: 29 additions & 14 deletions

File tree

.gitignore

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,29 @@
1010
## ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
1111
##.title~
1212

13-
**/.dart_tool/
13+
# MacOS.
1414
**/.DS_Store
15-
**/build/
16-
**/pubspec.lock
17-
**/.github/.git
18-
**/.metadata
15+
16+
# Dart & Flutter.
17+
**/.dart_tool/
1918
**/.flutter-plugins
2019
**/.flutter-plugins-dependencies
20+
**/.metadata
21+
**/.pub-cache/
22+
**/.pub/
23+
**/build/
2124
**/pubspec_overrides.yaml
25+
**/pubspec.lock
26+
**/custom_lint.log
27+
28+
# GitHub.
29+
**/.github/.git
2230

23-
# Don't support IntelliJ.
24-
**/*.iml
25-
**/*.idea/
31+
# Firebase.
32+
**/.firebase
33+
**/firebase-debug.log
2634

27-
# custom_lint
28-
**/custom_lint.log
35+
# Android
36+
/android/app/debug
37+
/android/app/profile
38+
/android/app/release

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Dart & Flutter Packages by dev-cetera.com & contributors.
1111

1212
---
1313

14+
[![banner](https://github.com/dev-cetera/df_safer_dart/blob/v0.3.19/doc/assets/banner.png?raw=true)](https://github.com/dev-cetera)
15+
1416
<!-- BEGIN _README_CONTENT -->
1517

1618
## Summary

pubspec.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ name: df_log
1414
homepage: https://dev-cetera.com/
1515
repository: https://github.com/robmllze/df_log
1616
funding:
17-
- https://www.buymeacoffee.com/dev_cetera
17+
- https://www.buymeacoffee.com/dev_cetera
18+
- https://www.patreon.com/c/RobertMollentze
19+
- https://github.com/sponsors/robmllze
1820
description: A package that provides logging utilities for better debugging.
19-
version: 0.3.19
21+
version: 0.3.20
2022
topics:
2123
- console
2224
- debugging
@@ -33,14 +35,15 @@ environment:
3335

3436
dependencies:
3537
path: ^1.9.1
36-
df_safer_dart: ^0.16.2
3738
uuid: ^4.5.1
3839
meta: ^1.16.0
3940

41+
df_safer_dart: ^0.17.0
42+
4043
## -----------------------------------------------------------------------------
4144

4245
dev_dependencies:
4346
lints: ^6.0.0
4447
custom_lint: ^0.7.5
45-
df_safer_dart_lints: ^0.3.2
48+
df_safer_dart_lints: ^0.3.3
4649

0 commit comments

Comments
 (0)