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

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

With Flutter:

 $ flutter 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.6.0

Alternatively, your editor might support dart pub get or flutter 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/url_params.dart';
3
likes
150
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

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, dio, logger, path

More

Packages that depend on url_params