Renan

Results 117 comments of Renan

This is hackatoberfest spam. I hope your tshirts never arrive.

Sorry for popping in so late into the discussion, but I seriously think that we should slow down on breaking core API. I agree that `HasGameReference` is better than `HasGameRef`...

Couldn't reproduce it on both windows and mac. We have a bug in the logic of the example when there are 3+ keys pressed, but nothing related to anything in...

Hello Mr Panchiwala, Thanks for opening this PR and sharing your tackle with Flutter. After Looking into your package I see that it is still not that very popular, nor...

IMO we should move forward with https://codewithandrea.com/articles/ (since that section is supposed to be for blogs and the channel has been included via #722) regardless of the 'courses' link. It...

Looks promising, event more if you plan to support custom themes to the app and make the change on `functions.php` a WP plugin.

An idea is to abstract a service client layer into a package, in this way, both package and plugin together would make really easy to connect any app to a...

Details on what should be done: The template resides on [very_good_flutter_plugin](https://github.com/VeryGoodOpenSource/very_good_flutter_plugin/), so the platform implementation for macos and ios should be changed there. Then, after a new version of the...

Enums of two values can be like booleans. Cant that be a flag instead of an option? Then we have possibility of abbr for an even shorter syntax? suggestions ```bash...

@alestiago Agreed! As long it is a flag defaulting to false, either is ok for me.