automock 1.0.0 copy "automock: ^1.0.0" to clipboard
automock: ^1.0.0 copied to clipboard

outdated

An automatic mock server to speed up your initial development.

Automock #

An automatic mock server to speed up your initial development.

Example #

final File file = File('swagger.json');
final String swagger = await file.readAsString();

final MockServer mockServer = MockServer(8080, swagger);
await mockServer.start();
2
likes
0
pub points
0%
popularity

Publisher

verified publishermauriciotogneri.com

An automatic mock server to speed up your initial development.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on automock