Matt Larsuma
Matt Larsuma
Tools: - flutter 2.8.1 - mockito ^5.0.17 - infinite_scroll_pagination ^3.1.0 Using mockito's GenerateMocks annotation, `@GenerateMocks([PagingController])`, results in the following error and build_runner failure: ``` Invalid @GenerateMocks annotation: Mockito cannot generate...
Is your feature request related to a problem? Please describe. Attempting to use the @include or @Skip directives in `graphql_flutter` results in a PartialDataException. This would be a great feature...
**Is your feature request related to a problem? Please describe.** Attempting to use the @include or @skip directives result in a `PartialDataException`. This would be a great feature for re-using...
I'm struggling with updating FlutterMentions' defaultText property. I have no problem when setting it initially, but I am re-using this widget for "Replies" and "Sub-replies" and setting the "reply to"...
- This PR: - Upgrades `webview_flutter` to v3 - Upgrades other packages to highest patch version - Sets flutter SDK to latest stable version and make appropriate changes throughout -...