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 5883573 commit c132b78Copy full SHA for c132b78
CHANGELOG.md
@@ -1,2 +1,9 @@
1
+## 1.0.1
2
+### Changed
3
+ * Updated documentation
4
+### Fixed
5
+* Unhandled Exception: Null check operator used on a null value (#1 by itxtoledo)
6
+
7
8
## 1.0.0
9
- Initial version
pubspec.yaml
@@ -3,7 +3,7 @@ description: A decoder for Bitcoins Lightning Network BOLT11 invoices for use in
homepage: https://github.com/fusion44/dart_bolt11_decoder
repository: https://github.com/fusion44/dart_bolt11_decoder
issue_tracker: https://github.com/fusion44/dart_bolt11_decoder/issues
-version: 1.0.0
+version: 1.0.1
environment:
sdk: '>=2.12.0 <3.0.0'
0 commit comments