Timm Preetz

Results 37 comments of Timm Preetz

@Djcharles26 Running into the same issue on M1 with Docker. Did you find a workaround? For now I'll just build an image from scratch.

I just ran into a similar issue: ```dart abstract class I { int get value; } class X extends Route implements I { final value = 3; } void foo(Route...

I was also looking for suggestion number 3: having a callback to get the progress of the dismiss action. Wondering whether we should split these up into individual tickets though,...

For anyone else who might stumble across this ticket while wanting to support file uploads in web views on Android, here's our code we used to add capturing camera pictures...

@stephanmantel Does this look good to you?

@stephanmantel Rebased on the `develop` branch here.

@stephanmantel Anything I can further help with to move this one forward?