Closed Rapougnac closed 1 week ago
This also fixes a bug where if you pass empty query parameters, the resulted URL would look like something like this https://example.org?
https://example.org?
-/-
Please delete options that are not relevant.
dart analyze
make analyze
dart format --set-exit-if-changed -l 160 ./lib
make format
Description
This also fixes a bug where if you pass empty query parameters, the resulted URL would look like something like this
https://example.org?
Connected issues & other potential problems
-/-
Type of change
Please delete options that are not relevant.
Checklist:
dart analyze
ormake analyze
and fixed all issuesdart format --set-exit-if-changed -l 160 ./lib
ormake format
and fixed all issues