charlatan 0.5.0 copy "charlatan: ^0.5.0" to clipboard
charlatan: ^0.5.0 copied to clipboard

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

0.5.0 - 2025-02-24 #

๐Ÿš€ Features #

  • feat: automate versioning and releases (NOBUMP) (3e0b6351e429da236b5fd54c145cc955fa4a6e59) [btrautmann]

๐Ÿ› Fixes #

  • fix(caserycrogers): export (MINOR) (ea96282a9a4cb69e023b7d68167d6a9d5f7393d6) [caseycrogers]

๐Ÿงน Chores #

  • chore: add policy to point to mobile-oss-policy.yml (NOBUMP) (c6d0a169cdcc4fcd74ef38c337f6e1e75e5ef200) [btrautmann]

0.4.0 - 2023-04-13 #

  • Add charlatanResponse helper to concisely create CharlatanResponseBuilder values
  • Remove statusCode from when* methods
  • Change type of CharlatanResponseBuilder from FutureOr<Object?> Function(CharlatanHttpRequest request, { int statusCode = 200 }) to FutureOr<CharlatanHttpResponse> Function(CharlatanHttpRequest request)

0.3.1 - 2023-04-13 #

  • Export CharlatanHttpRequest and CharlatanRequestMatcher

0.3.0 - 2023-04-11 #

  • Add whenMatch for more complex matching scenarios
  • Remove CharlatanHttpRequest#pathParameters

0.2.0 - 2023-02-16 #

  • Upgrade dio to 5.0.0

0.1.0 - 2022-02-11 #

  • Upgrade dio and test
  • Upgrade to dart 2.15.0

0.0.1 - 2021-12-16 #

  • Initial version.
16
likes
160
points
18.6k
downloads

Publisher

verified publisherbetterment.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

collection, dio, meta, uri

More

Packages that depend on charlatan