Henrique Passos Arrazão

Results 8 comments of Henrique Passos Arrazão

Some news about the explicit null? I think the best solution and easiest way to solve this issue would be create an "ExplicityNull()" object. Example: ```dart final notDonationsQuery = ProductForCatalogQuery(...

I think this should be changed from "enhancement" to "bug"

Exactly, it could have an option to not generate certain files

Yes, only those who have dyslexia know how bad it is, please!

I'm not sure what the type the `json.encode` returns but I guess It's returning a string. Try to remove it and maintain only the object, without the `json.encode()`

The plugin sets the 'oninput' of the element, so just remove it ```js import { mask } from "vue-the-mask"; export default { directives: { mask(el, binding) { binding.value ? mask(el,...

I have a form inside the BottomSheet and when the users tap to close it pops up a message warning them that they didn't save their progress if so, the...

I'm experiencing a similar issue, if I "Get.offAll" from the first screen, the controller never disposes, any news about this issue?