dummy_api_overlay 0.1.0 copy "dummy_api_overlay: ^0.1.0" to clipboard
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 http and dio HTTP 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).
0
likes
150
points
40
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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_preferences persistence.

Repository (GitHub)
View/report issues

Topics

#developer-tools #api #mock #http #debugging

License

MIT (license)

Dependencies

dio, flutter, http, shared_preferences, uuid

More

Packages that depend on dummy_api_overlay