fluri 1.2.2 copy "fluri: ^1.2.2" to clipboard
fluri: ^1.2.2 copied to clipboard

outdatedDart 1 only

Fluri is a fluent URI library built to make URI mutation easy.

Changelog #

1.2.0 #

  • Feature: Support for multi-value parameters.

    See the [readme][https://github.com/Workiva/fluri/blob/master/README.md] for usage examples.

  • Dart SDK: In order to support multi-value parameters, the minimum required Dart SDK version is now 1.15.0 since that is when the queryParametersAll field was added to the Uri class.

1.1.1 #

  • Bug Fix: FluriMixin now defaults to an empty URI when uri is set to null.

1.1.0 #

New Features:

  • appendToPath(path) - append a path literal to the current path.
  • addPathSegment(segment) - add a single path segment to the current path.
  • setQueryParam(param, value) - set a single query parameter.
  • Fluri.from(other) - construct a Fluri instance from another.
  • Fluri.fromUri(uri) - construct a Fluri instance from a Uri instance.

1.0.1 #

No source changes in this release.

  • Add code coverage reporting.
  • Minor fixes and improvements to the readme.
  • Code formatting improvements thanks to dartfmt.

1.0.0 #

  • Initial version of Fluri: a fluent URI library for Dart built to make URI mutation easy.
4
likes
0
pub points
83%
popularity

Publisher

verified publisherworkiva.com

Fluri is a fluent URI library built to make URI mutation easy.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on fluri