dummy_api_overlay 0.1.0
dummy_api_overlay: ^0.1.0 copied to clipboard
A Flutter developer tool that adds a draggable overlay button to your app, letting you mock REST API responses without touching production code. Supports both the http and dio packages with shared_pre [...]
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).