David Chopin
David Chopin
…onthLabel" when the user clicks "next" or "previous". It appears that "didScrollToDateSegmentWith" alone, and not "willScrollToDateSegmentWith" is called when we use JTACMonthView.scrollToSegment. So I moved the code that updates the...
This commit simply updates the apple_maps_flutter version so that the app can build on Flutter 2.10 or greater. This fix was implemented in [apple_maps_flutter release 1.0.2](https://github.com/LuisThein/apple_maps_flutter/releases/tag/v1.0.2). I'm unsure if the...
…lController - DC This would close issue #425.
It would be useful to be able to check whether the `pageController` of our `CarouselController` is currently scrolling. As for our use case, my team is using `CarouselController.nextPage` and `CarouselController.previousPage`...
**History check** Please confirm that you've checked issues history and you didn't find anything which may solve your issue. **Describe the bug** The Picture in Picture button has half the...
I am running it on macOS Mojave version 10.14.4 and iTunes version 12.9.4.94 and Discord version 0.0.255.
In my flutter tests, I am wanting to be able to assert that a `TypeError` was thrown. To do this, I have to do something like: ```dart test('fromJson throws TypeError...
This allows for transparent backgrounds on NodeOutputViews and NodeRollingViews. Would close #42.
In my flutter tests, I am wanting to be able to assert that a `TypeError` was thrown. To do this, I have to do something like: ```dart test('fromJson throws TypeError...
**Is your feature request related to a problem? Please describe.** We are using the play pause button alongside `CurrentPosition`, `ProgressBar`, etc. at the bottom edge of the video player. The...