Klemen Tusar
Klemen Tusar
@afontenot Python’s built-in `urlencode` doesn’t handle lists-of-dicts the way jQuery’s `$.param` does. A little over a year ago I faced a similar problem and decided to bite the bullet and...
I think it's related to the comment I made here https://github.com/flutter/flutter/issues/140869#issuecomment-2494267915 about `PopScope.onPopInvokedWithResult` getting called twice when popping a route since v14.0.0 which introduced https://github.com/flutter/packages/pull/6495. The 1st time it's called...
@CodingAleCR, thanks for highlighting these. Here are some of my comments on the issues listed above: - **3.** is not an issue. Unlike suggested ```dart if (body != null) {...
@CodingAleCR you could potentially merge these tests with the ones in #167