at_uri 0.4.0 at_uri: ^0.4.0 copied to clipboard
Core library for parsing AT URI in the AT Protocol standard.
Release Note #
v0.4.0 #
- Change the type
.collection
property fromString
toNSID
. You need to do.collection.toString()
when you want a string of collection. (#1551)
v0.3.1 #
- Bump SDK constraint to '^3.3.0'.
v0.3.0 #
- Added a default constructor that allows
const
to be specified. Instances created with this default constructor do not parse the given URI in advance, but parse it as needed. (#1159)
v0.2.0 #
- Drop support for null unsafe Dart, bump SDK constraint to '^3.0.0'. (#599)
- Dart3 modifier applied.
v0.0.2 #
- Fixed brand logo.