at_uri 0.4.0 copy "at_uri: ^0.4.0" to clipboard
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 from String to NSID. You need to do .collection.toString() when you want a string of collection. (#1551)

v0.3.2 #

  • Merge AT URI regex. (#1300)

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.3 #

v0.2.2 #

  • Override == and hashCode. (#797)

v0.2.1 #

  • Improved documents. (#677)

v0.2.0 #

  • Drop support for null unsafe Dart, bump SDK constraint to '^3.0.0'. (#599)
  • Dart3 modifier applied.

v0.1.1 #

  • Added homepage in pubspec.yaml. (#549)

v0.1.0 #

  • Updated SDK to ">=2.17.0 <4.0.0". (#406)

v0.0.3 #

  • Fixed bug in toString of AtUri. (#149)

v0.0.2 #

  • Fixed brand logo.

v0.0.1 #

  • First Release.
  • Added ensureValidAtUri and InvalidAtUriError. (#140)
1
likes
160
pub points
6%
popularity
screenshot

Publisher

verified publisheratprotodart.com

Core library for parsing AT URI in the AT Protocol standard.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#atproto #bluesky #uri #util

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

BSD-3-Clause (license)

Dependencies

at_identifier, nsid

More

Packages that depend on at_uri