nsid 1.0.3
nsid: ^1.0.3 copied to clipboard
Core library for parsing NSIDs in the AT Protocol standard.
Release Note #
1.0.3 #
- DEPRECATED: This package has been deprecated. All functionality has been moved to the
at_primitives
package. Please migrate toat_primitives
for future updates and support.
1.0.2 #
- Fix SDK constraint to '">=3.8.0 <4.0.0"'.
1.0.1 #
- chore: optimized docs.
1.0.0 #
- Bump SDK constraint to '^3.8.0'.
0.4.1 #
- Bump SDK constraint to '^3.3.0'.
0.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.
0.2.0 #
- Drop support for null unsafe Dart, bump SDK constraint to '^3.0.0'. (#599)
- Dart3 modifier applied.
0.0.3 #
- Fixed brand logo.
0.0.1 #
- First Release.