๐Ÿ“ฆ techouse / qs

๐Ÿ“„ pubspec.yaml ยท 38 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38name: qs_dart
description: A query string encoding and decoding library for Dart. Ported from qs for JavaScript.
version: 1.6.1
homepage: https://techouse.github.io/qs/
repository: https://github.com/techouse/qs
issue_tracker: https://github.com/techouse/qs/issues
documentation: https://pub.dev/documentation/qs_dart/latest/
funding:
  - https://github.com/sponsors/techouse
  - https://paypal.me/ktusar

environment:
  sdk: ^3.0.0

dependencies:
  collection: ^1.18.0
  equatable: ^2.0.7
  meta: ^1.9.1
  weak_map: ^4.0.1

dev_dependencies:
  cli_script: ^1.0.0
  euc: ^1.0.6+8
  lints: ^6.0.0
  path: ^1.9.0
  test: ^1.25.5

topics:
  - url
  - query
  - query-string
  - encode
  - decode

screenshots:
  - description: The qs_dart package logo.
    path: logo.png