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

outdated

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add url_params

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  url_params: ^1.0.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:url_params/params.dart';
3
likes
0
points
29
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)

Dependencies

logger, path

More

Packages that depend on url_params