dummy_api_overlay 0.1.1
dummy_api_overlay: ^0.1.1 copied to clipboard
Flutter developer overlay for mocking REST API responses during development. Supports http and dio without modifying production code.
0.1.1 #
- Lowered minimum Flutter requirement from 3.10.0 to 3.0.0 (Dart >=2.17.0).
- Replaced
ListenableBuilderwithAnimatedBuilderfor Flutter <3.4 compatibility. - Replaced
FilledButtonwithElevatedButtonfor Flutter <3.3 compatibility. - Removed
surfaceTintColorandactiveThumbColorparameters not available before Flutter 3.3. - Widened dependency constraints:
http,uuid,shared_preferences,dio.
0.1.0 #
- Initial release.
- Draggable floating overlay button that opens a full-screen mock rule manager.
- Support for both
httpanddioHTTP clients. - URL matching: exact, prefix, contains, and regex patterns.
- Per-rule enable/disable toggle and global master switch.
- Rules persisted via
shared_preferences— survive hot restart. - JSON export and import for sharing rule sets across team members.
- JSON formatter built into the response body editor.
- Overlay is a no-op in release mode by default (
enabled: kDebugMode).