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

A lightweight Dart utility for generating query parameter URLs from nested maps and lists. Supports deeply nested structures and encodes values properly.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add simplified_uri

With Flutter:

 $ flutter pub add simplified_uri

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

dependencies:
  simplified_uri: ^1.0.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:simplified_uri/simplified_uri.dart';
1
likes
160
points
8
downloads

Publisher

verified publisherauramel.ru

Weekly Downloads

A lightweight Dart utility for generating query parameter URLs from nested maps and lists. Supports deeply nested structures and encodes values properly.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on simplified_uri