dummy_api_overlay 0.1.1 copy "dummy_api_overlay: ^0.1.1" to clipboard
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 ListenableBuilder with AnimatedBuilder for Flutter <3.4 compatibility.
  • Replaced FilledButton with ElevatedButton for Flutter <3.3 compatibility.
  • Removed surfaceTintColor and activeThumbColor parameters 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 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
42
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter developer overlay for mocking REST API responses during development. Supports http and dio without modifying production code.

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