Ben Getsug

Results 8 comments of Ben Getsug

I'd really like to be able to use value objects in place of `String`s to make my `Map`s a bit more clear. When this feature is complete will I be...

I'm also using this within a TabBarView containing a ListView and lose the state of the headers when navigating to another screen and back (i.e. I pick one of my...

Swapping `LIstView` for a `CustomScrollView` and switching to https://github.com/letsar/flutter_sticky_header appears to have resolved the issue for me.

I'm using Google Cloud Run for my gRPC service, which dies when the 15-minute maximum timeout limit is reached. (Though up to 60-minute timeouts are available in beta.) This triggers...

@supermuka feel free to use my fork referenced in PR (#443): https://github.com/s2nventures/angular_components

From the `pod` output, the issue appears to be with the `Podspec` for `MLKitVision`. Even the latest version (4.2.0) is still locked to `GTMSessionFetcher/Core` 1.1. Since the ML Kit SDK...

I'm experiencing this (or something very similar) on macOS (developing for macOS). When I _set_ a breakpoint, my app freezes so bad I can't even hot restart. This occurs intermittently...

A workaround I found yesterday was to use the debugger feature of the Dart DevTools web app...at least setting the breakpoints in there...when was done with my session, I still...