We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf94da commit 22597f1Copy full SHA for 22597f1
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 2.6.2
2
+
3
+* PrettyPrinter: Fixed the showing of internal `package:logger` log lines in the stack trace on Flutter/Dart Web.
4
+ Closes [#102](https://github.com/SourceHorizon/logger/issues/102).
5
+* Lowered the `meta` package version requirement.
6
7
## 2.6.1
8
9
* AdvancedFileOutput: Fixed race condition while flushing the buffer (`StateError`).
pubspec.yaml
@@ -1,6 +1,6 @@
name: logger
description: Small, easy to use and extensible logger which prints beautiful logs.
-version: 2.6.1
+version: 2.6.2
repository: https://github.com/SourceHorizon/logger
topics:
0 commit comments