mockturtl

Results 22 comments of mockturtl

> Describing inout as exact is sensible I think tatumizer is suggesting `exact` will make a better (easier to understand) syntax for invariance. (Compare: "let `xy` mean neither x, nor...

It's also necessary to choose the `us-east1`, `us-west1`, or `us-central1` region ("US excluding Virginia"). https://cloud.google.com/free/docs/frequently-asked-questions#always-free The docs and defaults could do a better job of steering you to the free...

https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive Seems to say `drawable`: ```xml ```

> I saw in the commits that originally the mipmap directory was used, but @markmooibroek changed it because of some issues (?). @nioncode Link? The [blame](https://github.com/fluttercommunity/flutter_launcher_icons/blame/6658e07374527056cc1b8bc6110c56974769b214/lib/android.dart#L13) indicates they've always been...

Confirmed `drawable` is working as intended. `gradlew clean` seems to help flush the cache between test runs.

@pulyaevskiy Thanks for your patience, again. I've been tied up with other things. Looking over it now.

Note to self: [`@Deprecated, @deprecated`](https://github.com/dart-lang/bleeding_edge-DEPRECATED-USE-SDK-INSTEAD/blob/master/dart/sdk/lib/core/annotations.dart#L8)

> New API does not provide write access to the env map for better encapsulation. I agree this is a good idea. I really want to keep the top-level getter...

> Otherwise, it turns out that the interface has a button "allow access to notifications" but when you click on it nothing happens I encountered an issue that sounds similar,...