flutter_fixtures
library
Classes
-
DataQuery<Input, Output>
-
Abstract interface for data queries
-
DataSelectorDelay
-
Represents a delay duration for data selection operations
-
DataSelectorType
-
Defines the strategy for selecting a fixture from a collection
-
DataSelectorView
-
Interface for UI components that allow users to pick a fixture
-
Default
-
Selector that uses the fixture marked as default
-
DioDataQuery
-
Implementation of DataQuery for Dio HTTP client
-
FixtureCollection
-
Represents a collection of fixture documents
-
FixtureDocument
-
Represents a single fixture document
-
FixturesDialogView
-
A dialog-based implementation of DataSelectorView
-
FixtureSelectionMemory
-
In-memory store to remember selected fixture options per fixture collection.
-
FixturesInterceptor
-
Dio interceptor that provides mock responses using fixtures
-
Pick
-
Selector that lets the user pick the fixture through a UI
-
Random
-
Selector that picks a random fixture
Mixins
-
FixtureSelector
-
Mixin that provides fixture functionality for data sources