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 a8c5ad3 commit 1bf790dCopy full SHA for 1bf790d
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 1.0.0
2
+- Stable nullsafety
3
+
4
## 1.0.0-nullsafety.0
5
- Convert to nullsafety. Credits to @DevNico
6
pubspec.yaml
@@ -1,11 +1,11 @@
name: logger
description: Small, easy to use and extensible logger which prints beautiful logs.
-version: 1.0.0-nullsafety.0
+version: 1.0.0
homepage: https://github.com/leisim/logger
environment:
7
- sdk: ">=2.12.0-0 <3.0.0"
+ sdk: ">=2.12.0 <3.0.0"
8
9
dev_dependencies:
10
- test: ^1.16.0-nullsafety.10
11
- pedantic: ^1.10.0-nullsafety.3
+ test: ^1.16.8
+ pedantic: ^1.11.0
0 commit comments