url_params 1.0.0 copy "url_params: ^1.0.0" to clipboard
url_params: ^1.0.0 copied to clipboard

outdated

This package helps to add query parameters to a Dart that appends the '?param1=one&param2=two' to the url.

A library for Dart developers.

Created from templates made available by Stagehand under a BSD-style license.

Usage #

A simple usage example:

import 'package:url_params/src/base.dart';

main() {
  var query = URLParams();
  query.append('key', 'value');
  var result = query.toUrl('https://cdn.example.io');
  print(result);
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

3
likes
0
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

This package helps to add query parameters to a Dart that appends the '?param1=one&param2=two' to the url.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on url_params