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