Cleveroad / Cleveroad/cr_logger
an exception is being thrown when using a list in a post body
Open
- 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.