Skip to content

Commit 7b16863

Browse files
committed
+Update readme
1 parent 006e0f1 commit 7b16863

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
lines changed

ARTICLE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
[![banner](https://github.com/dev-cetera/df_log/blob/v0.3.20/doc/assets/banner.png?raw=true)](https://github.com/dev-cetera)
2+
[![banner](https://github.com/dev-cetera/df_log/blob/main/doc/assets/banner.png?raw=true)](https://github.com/dev-cetera)
33

44
An honest, beginner-friendly look at df_log - a package that aims to make your console debugging, analytics, and crash reporting smarter, not just more complicated.
55

@@ -43,7 +43,7 @@ void main() {
4343

4444
This is what's printed:
4545

46-
[![Visual Studio Code Terminal](https://github.com/dev-cetera/df_log/blob/v0.3.20/doc/assets/screenshot1.png?raw=true)](https://github.com/dev-cetera)
46+
![Visual Studio Code Terminal](https://github.com/dev-cetera/df_log/blob/main/doc/assets/screenshot1.png?raw=true)
4747

4848
This is the first "Aha!" moment. You instantly get three upgrades:
4949

@@ -83,7 +83,7 @@ void main() {
8383

8484
This is what's printed:
8585

86-
Visual Studio Code Terminal
86+
![Visual Studio Code Terminal](https://github.com/dev-cetera/df_log/blob/main/doc/assets/screenshot2.png?raw=true)
8787

8888
### 2. Precision Filtering with Tags
8989

@@ -118,7 +118,7 @@ void main() {
118118

119119
This is what's printed:
120120

121-
Visual Studio Code Terminal
121+
![Visual Studio Code Terminal](https://github.com/dev-cetera/df_log/blob/main/doc/assets/screenshot3.png?raw=true)
122122

123123
As you can see, we can use `Log.activeTags`, `Log.addTags` and `Log.removeTags` to add or remove any tags we like. Typically for debugging, it's best to just specify which tags you want active at the start of your main function.
124124

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ Dart & Flutter Packages by dev-cetera.com & contributors.
1111

1212
---
1313

14-
[![banner](https://github.com/dev-cetera/df_safer_dart/blob/v0.3.20/doc/assets/banner.png?raw=true)](https://github.com/dev-cetera)
14+
[![banner](https://github.com/dev-cetera/df_log/blob/v0.3.20/doc/assets/banner.png?raw=true)](https://github.com/dev-cetera)
1515

1616
<!-- BEGIN _README_CONTENT -->
1717

18-
## Summary
19-
2018
A package that provides a simple, powerful, and beautiful logging utility for better debugging in Dart and Flutter.
2119

2220
## Features

_README_CONTENT.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
## Summary
2-
3-
A package that provides a simple, powerful, and beautiful logging utility for better debugging in Dart and Flutter.
1+
`df_log` is a massive upgrade from `print()`. It makes your console output beautiful, readable, and powerful, turning your logs into a central event bus for debugging, analytics, and crash reporting. It’s for the developer who wants the simplicity of `print()` but with more clarity, context, and control.
42

53
## Features
64

@@ -17,6 +15,15 @@ A package that provides a simple, powerful, and beautiful logging utility for be
1715

1816
<img src="https://raw.githubusercontent.com/dev-cetera/df_log/main/example/example.png" alt="Example image" width="400">
1917

18+
## 🚀 Getting Started
19+
20+
For an introduction, please refer to this article:
21+
22+
- **MEDIUM.COM** [Dart Logging: Your New Best Friend](https://medium.com/@dev-cetera/dart-logging-your-new-best-friend-7e0dbd701dc7)
23+
- **DEV.TO** [Dart Logging: Your New Best Friend](https://dev.to/dev_cetera/dart-logging-your-new-best-friebd-ae1)
24+
- **GITHUB** [Dart Logging: Your New Best Friend](https://github.com/dev-cetera/df_log/blob/main/ARTICLE.md)
25+
26+
2027
## Usage
2128

2229
### 1. Categorized Logs

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ homepage: https://dev-cetera.com/
1515
repository: https://github.com/robmllze/df_log
1616
funding:
1717
- https://www.buymeacoffee.com/dev_cetera
18-
- https://www.patreon.com/c/RobertMollentze
18+
- https://www.patreon.com/RobertMollentze
1919
- https://github.com/sponsors/robmllze
2020
description: A package that provides logging utilities for better debugging.
2121
version: 0.3.21

0 commit comments

Comments
 (0)