Skip to content

Commit a0d97af

Browse files
committed
+Update docs
1 parent 3bb6c5d commit a0d97af

7 files changed

Lines changed: 2 additions & 2 deletions

File tree

ARTICLE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This is what's printed:
4343
This is the first "Aha!" moment. You instantly get three upgrades:
4444

4545
- You can tell at a glance that this was a success: The `Log.ok` provides the category icon 🟢 and `#ok` tag.
46-
- You know exactly where this log came from: It came from `example.dart` and within the function main at line`#4`.
46+
- You know exactly where this log came from: It came from `my_app.dart` and within the function main at line`#4`.
4747
- In supported consoles, the output is beautifully colored, making it easy to scan.
4848

4949
You've already saved yourself minutes of future debugging time!

doc/assets/example.png

-5.99 KB
Loading

doc/assets/screenshot1.png

-2.78 KB
Loading

doc/assets/screenshot2.png

-13.3 KB
Loading

doc/assets/screenshot3.png

-3.52 KB
Loading

doc/assets/screenshot4.png

-3.21 KB
Loading

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ funding:
1818
- https://www.patreon.com/RobertMollentze
1919
- https://github.com/sponsors/robmllze
2020
description: A package that provides logging utilities for better debugging.
21-
version: 0.3.25
21+
version: 0.3.26
2222
topics:
2323
- console
2424
- debugging

0 commit comments

Comments
 (0)