Cleveroad / Cleveroad/cr_logger

an exception is being thrown when using a list in a post body

Open
#21 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
16
Forks
24
PR merge metrics
No merged PRs in 30d

Description

```dart
final response = await client.put(
'/route',
body: [
{'id': id}
],
);
```

when i send an array/list in the body it throws an exception where `List>` not subtype of `Map`
when showing the request in the logs screen

httpclient used is Dio

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.