mockzilla_ui_mobile 0.0.4
mockzilla_ui_mobile: ^0.0.4 copied to clipboard
Embedded UI for controlling the mockzilla server at runtime
Warning: This plugin is still experimental and may contain bugs! The API is also subject to change
A Flutter plugin providing inbuilt UI for configuring the Mockzilla server at runtime.
Android | iOS | |
---|---|---|
Support | SDK 21+ (Target SDK 36) | 13.0+ |
Full documentation available here!
Setup Mockzilla #
This plugin is an additional tool to be used in conjunction with the core Mockzilla package which must be setup first.
Launch the Ui #
Once your server is running launch the UI from your app.
MockzillaUiMobile.launchManagementUi()
This will launch the Ui overlay allowing a user to configure the mocked endpoints.
See full example here.