mockzilla 1.0.2 copy "mockzilla: ^1.0.2" to clipboard
mockzilla: ^1.0.2 copied to clipboard

A solution for configuring and running a local HTTP server as part of a Flutter app.

Changelog #

1.0.2 (2025-04-10) #

Bug Fixes #

  • Bump freezed dependency from 2.X -> 3.x (b8df550)

1.0.1 (2025-01-17) #

Bug Fixes #

  • Hides FlutterCallbackProvider from exported symbols (93149c8)
  • Loosens dependency constraints (93149c8)

1.0.0 (2025-01-09) #

⚠️ BREAKING CHANGES #

  • Removes delayVariance, and failureProbability fields from endpoint configurations (ff272ae)
  • Replaces delayMean with mean field for endpoint configurations (ff272ae)
  • Removes Web Api fields (these are replaced with dashboard overrides) (ff272ae)
  • Updates startMockzilla to return runtime information (ff272ae)

Features #

  • Adds support for Mockzilla Desktop (ff272ae)
  • Improves handling of port conflicts (ff272ae)
  • Adds support for SPM (bbcd7ba)

Bug Fixes #

  • Fixes an issue in the marshalling of request headers for bridge models to Dart (ff272ae)

1.0.0-dev.1 #

  • Fixes an issue in the marshalling of request headers from bridge models to Dart.
  • Upgrades dependencies of federated plugins
    • mockzilla_android from 1.0.0-dev.0 -> 1.0.0-dev.1
    • mockzilla_ios from 1.0.0-dev.0 -> 1.0.0-dev.1

1.0.0-dev.0 #

  • Updates underlying KMP library to 2.0.1.
  • Supports Mockzilla Desktop Application.
  • Bumps dependencies of federated plugins
    • mockzilla_platform_interface from ^0.2.0 -> ^1.0.0-dev.0
    • mockzilla_android from ^0.1.1 -> ^1.0.0-dev.0
    • mockzilla_ios from ^0.1.1 -> ^1.0.0-dev.0

0.1.2 #

  • Updates example app to include request body in fetch packages request.

0.1.1 #

  • Adds default value of {"Content-Type": "application/json"} for parameter headers in MockzillaHttpResponse.
  • Bumps dependencies of federated plugins
    • mockzilla_platform_interface from ^0.1.0 -> ^0.2.0
    • mockzilla_android from ^0.1.0 -> ^0.1.1
    • mockzilla_ios from ^0.1.0 -> ^0.1.1

0.1.0 #

  • Initial open-source release.
8
likes
160
points
1.52k
downloads

Publisher

verified publisherapadmi.com

Weekly Downloads

A solution for configuring and running a local HTTP server as part of a Flutter app.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#http #server #tool #mockzilla

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, mockzilla_android, mockzilla_ios, mockzilla_platform_interface

More

Packages that depend on mockzilla