Mateus Felipe C. C. Pinto

Results 237 comments of Mateus Felipe C. C. Pinto
trafficstars

The work has been continued on the `v0.2` branch instead of `nnbd`, which will be deleted.

I started working on this, but I still don't know how I'm going to fake/mock the camera itself. If anyone has an idea, help would be welcome.

The work started on branch [v0.2](https://github.com/mateusfccp/magiceye/tree/v0.2). I am also making a simplification of the API and I'm going to try to solve #2 and #4 for this version, while deferring...

Hey, @jamesdixon. Sorry for the delay. I started to work on the [0.2 version](https://github.com/mateusfccp/magiceye/tree/v0.2), but sadly I got so much occupied that I have barely any free time to work...

Hey, @BriscoPeas93, thanks for reporting! Does it happen when it's the first publication or when it's already published and there's a new version in review? Or both? Could you give...

@BriscoPeas93 According to the [App Store](https://apps.apple.com/us/app/bonbiz-food/id1462750263), the published version is `4.0.3`, the same version that is returned by the iTunes Lookup API used in this package... Are you sure the...

This seems to be caused by https://github.com/flutter/flutter/issues/62591, so apparently there's nothing I can do to solve this for now. I am going to simply remove `flutter analyze` from the CI...

There are a few cases where I don't use trailing comma. 1. Single arguments, when the argument is a single token: ```dart // Single token single argument foo(10); //

Any plans on this? It always bothered me that we have two ways of accomplishing the same thing, and I myself often use both ways, in an inconsistent manner. It...

I am completely in favor of considering `avoid_dynamic_calls` a lint rule, along with #125. Even if we don't remove `dynamic` entirely form the language (which I am also in favor...