Bottle of Otter

Results 4 issues of Bottle of Otter

The function declaration of both `window.setInterval` and `window.setTimeout` look the same i.e., ```dart external int setInterval( TimerHandler handler, JSAny? arguments, [ int timeout, ]); ``` And [according to MDN](https://developer.mozilla.org/en-US/docs/Web/API/Window/setInterval), the...

area-api-bug

A lot of beginners encounter circular import error so often so that it would be nice && wise to have a command like `!circular-import` just like `!return` giving the user...

**Description** I realized that `BoxShadow` does not have `BoxShadow.inherit` & other global values. There may be more properties missing the implementation for these 5 global values. Looking at MDN, I...

discussion
feature

**Description** It is confusing whether the duration in things like `Transition` is in seconds or milliseconds, and dart has `Duration` so it makes sense to use it. I propose two...

feature