automock 1.2.0 copy "automock: ^1.2.0" to clipboard
automock: ^1.2.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 Automock automock = Automock(
  port: 8080,
  swaggerJson: swagger,
);
await automock.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)

Dependencies

json_annotation, mockserver

More

Packages that depend on automock