Diego Tori

Results 88 comments of Diego Tori

@daadu if these changes look good, then I suggest moving forward with them. So far, I don't see anything egregious with the changes, except for minor nits.

@pq you're welcome. I figured that other folks will run into the same issues that I ran into when I saw the related Decoding Flutter [video](https://www.youtube.com/watch?v=bzWaMpD1LHY). In other words, when...

@bwilkerson There were no examples where you're using a widget that provides a listener surface when using it in a `StatelessWidget`, (i.e. `BlocConsumer`), which is one of the scenarios that...

@bwilkerson IMHO, they should be added to the lint's existing description as supplementary examples, since this has the potential of creating landmines throughout one's code. The best way to avoid...

@goderbauer I can definitely scale down the `MyRetryWidget` example. I think the gap in documentation remains the same: if you have a `StatelessWidget` that injects a `BuildContext` to a `Function`,...

@zenled Gentle reminder regarding this pull request. Thanks in advance.

@zenled is this package still supported? Just wondering since it's been over two months since this PR. Thanks in advance.

`ChewieController` has `deviceOrientationsOnEnterFullScreen` and `deviceOrientationsAfterFullScreen`. What you can do is you can monitor changes to the current orientation by mixing in `WidgetsBindingObserver` to a `StatefulWidget` that displays `Chewie`. Every time...

@gazialankus that is true. I'll have to think about how best to implement it without creating unintended consequences. In other words, this has to be opt-in and it shouldn't for...

Can you please submit a example project demonstrating this issue? That way I can better diagnose it. Thanks.