flutter_fixtures_dio library
Classes
- FixtureOrigin
- Served by FixturesInterceptor from a fixture document.
- FixturesInterceptor
-
Dio interceptor that serves fixture responses through a
FixturePipeline. - LiveOrigin
- Not stamped by this package: the network, or another interceptor.
- RecorderInterceptor
-
The Dio adapter for the record-and-replay seam (
TrafficRecorder). - ReplayOrigin
- Served by RecorderInterceptor from a recording session.
- ResponseOrigin
- Where a Dio response came from, as stamped by this package's interceptors — read it once instead of re-deriving it from header strings and recorder state.