nsid 0.4.1 nsid: ^0.4.1 copied to clipboard
Core library for parsing NSIDs in the AT Protocol standard.
Release Note #
v0.4.1 #
- Bump SDK constraint to '^3.3.0'.
v0.3.0 #
- Added
.of
constructor. It does not validate the given arguments and returns an immutable NSID object. (#1112) - Added override for
==
and.hashCode
. It's possible to safely compare NSID objects with each other.
v0.2.0 #
- Drop support for null unsafe Dart, bump SDK constraint to '^3.0.0'. (#599)
- Dart3 modifier applied.
v0.0.3 #
- Fixed brand logo.
v0.0.1 #
- First Release.