Renan

Results 117 comments of Renan

Not for now, woudl love to see a code to at least convert form that format. Up for a PR?

After some exploration and conversation, we decided that this is a wontfix. Reasons: 1 - There is a matter of what value we are giving. There are some actions that...

Hello @Nolence 👋 Sorry for the very late reply. It is already possible to replicate the `.separated` behavior by using the [separatorBuilder](https://pub.dev/documentation/very_good_infinite_list/latest/very_good_infinite_list/InfiniteList/separatorBuilder.html) option.

> is there a technical reason why someone has not built a wrapper kind of thing around ListView instead of recreating it? There is! For this particular case (adding a...

These two codes will not behave equally. The closure passed "create" is, by default, executed lazily, which makes, in the first code snippet, the repository instances to be instantiated only...

Hello everybody. I spent some time looking into this. Seems like the [flutter action ](https://github.com/subosito/flutter-action) takes care of caching [everything under ./pub-cache](https://github.com/subosito/flutter-action/blob/main/setup.sh#L210), the problem is that the cache key never...

`.isOdd` or `.isEven` can also be useful.

On the Flame engine we don't use widgets. Having a generated path with the package name would be helpful. It was possible to get that before #229 (via `.keyName` property...

This seems to be an enhancement to scale behavior.