Michel Feinstein

Results 192 comments of Michel Feinstein

Check the Flutter repo for "Contributing", there they explain how to setup your environment, download the code and etc. One of the steps is to use the Flutter tool to...

Take a look at [here](https://github.com/flutter/flutter/wiki/Tree-hygiene), it makes a reference to: ``` flutter update-packages ```

@neiljaywarner there are situations where flavors are critical. Imagine a project that needs a Cloud Firestore data base for production and another for development, or as in my case, several...

Well, do you see how this would be possible for my use case? I have 6 different white label apps (and growing), that I want to share the same Firebase,...

I am on that thread as well, I linked it in my first comment. I opened this issue so the docs could be updated in the meantime, and people have...

Maybe there could be additional syntax to avoid ambiguity, only in cases where it could lead to ambiguities, something like: code --- code; Or ;;code code;

built_value has this mechanism, also AutoValue for Java allows us to extract a builder from an immutable object. It would be nice to have a `PersonBuilder` generated for us, if...

Perdão mas eu não entendi bem o caso de uso aqui. A meu ver o pagador vai ver no App do banco dele que um Pix foi feito, assim como...

Entendo, mas hoje em dia se faz auditorias, fiscalização e etc. com pagamentos de cartão de crédito, boleto, DOC, TED e dinheiro vivo. Até onde eu sei todos eles não...

It's not a bad solution, I will try it for now, it's just that I am like a "one man startup" so I avoid as much as possible having to...