You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the IRI class is a very thin wrapper over the built in Uri class in Dart. I'd like to build out a much more robust implementation of RFC 3987 which defines the standards associated with IRI's.
At some point I would probably like to move this into it's own library to allow for better layering along with some other aspects of this library but for now it probably makes sense to develop it within the context of this package.
The text was updated successfully, but these errors were encountered:
Right now, the IRI class is a very thin wrapper over the built in
Uri
class in Dart. I'd like to build out a much more robust implementation of RFC 3987 which defines the standards associated with IRI's.At some point I would probably like to move this into it's own library to allow for better layering along with some other aspects of this library but for now it probably makes sense to develop it within the context of this package.
The text was updated successfully, but these errors were encountered: