charlatan icon indicating copy to clipboard operation
charlatan copied to clipboard

A library for configuring and providing fake http responses to your dio HTTP client.

Results 2 charlatan issues
Sort by recently updated
recently updated
newest added

**TLDR:** We should support a way (possibly via a hook on the `Charlatan` object) to output additional logs on things like attempted matches and failed matches such that the end...

The [map](https://github.com/Betterment/charlatan/blob/main/lib/src/charlatan.dart#L14) with `CharlatanHttpResponseDefinition`s is private, I would like to have an exposed method for clearing this map. I would like to use this method in `tearDown` so I don't...

enhancement
good first issue
help wanted