dart-lang / dart-pad

An online Dart editor with support for console, web, and Flutter apps
https://dartpad.dev
BSD 3-Clause "New" or "Revised" License
1.71k stars 555 forks source link

Add support for `mocktail` package #2116

Open mousedownmike opened 2 years ago

mousedownmike commented 2 years ago

Please add support for the mocktail package.

Mock library for Dart inspired by mockito.

Mocktail focuses on providing a familiar, simple API for creating mocks in Dart (with null-safety) without the need for manual mocks or code generation.

Having DartPad access would assist with creating interactive documentation for the project.

johnpryan commented 2 years ago

This depends on the test package, which DartPad doesn't support right now.

mousedownmike commented 2 years ago

Thanks for the update, relates to #1348