Richard Mathieson

Results 11 issues of Richard Mathieson

Hi, I'm using PageRouteBuilder to push a widget with villain animations. The entrance animations work fine, however when i use Navigator.of(context).pop(), the exit animations don't appear. Here's the push: ```await...

Hey there! Thanks for the great driver, works great. Any plans to support generics? It would be awesome if, for instance, `ReadTransaction` had something like the following signature: ```go ReadTransaction[T...

Hey, sorry to be the bearer of bad news again; but after switching to `main` to try out the fix for #224, I've been experiencing rather large delays at what...

bug

Hey there! Loving the new updates to this package, API has become much cleaner with the recent releases. I find that I'm constantly using `state.pathBlueprintSegments.contains(...)` and `state.pathParameters.containsKey(...)` etc... So thought...

enhancement
help wanted
proposal

Debating whether `chuckIndex` vs. `index` (the index that the new element would otherwise be in) is a more logical API. Let me know your thoughts + any changes I should...

> @rlch the reason I don't want to really entertain the idea of "toggling" the dev log is that it can be opened in any possible way that nvim allows...

**Describe the bug** ``` More than one device connected; please specify a device with the '-d ' flag, or use '-d all' to act on all devices. macOS (desktop) •...

**Is your feature request related to a problem? Please describe.** I have a native Rust plugin to handle JWT authorization, but would like to skip the authorization logic if, for...

triage
raised by user

Could be useful (+ might clean up the code if used within `SeparatedRow` and `SeparatedColumn`) to have a `SeparatedFlex` with the `separatorBuilder` parameter taking a function of type `Function(Axis)`.

In Flutter, colors are instead created by using hex integers as such: ```dart Color(0xFFF2F2F2) ``` It would be great to have (opt-in?) support for this if possible.