Christian Uldall Pedersen
Christian Uldall Pedersen
In our Flutter project we have enabled always_specify_types since we prefer type annotations in general. This linter rule is however a bit too verbose in our opinion. Specifically the rule...
It seems like the new ToJsonString intrinsic function is not yet available in Troposphere: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ToJsonString.html An example use-case for the function is to be able to use the return value...
### Use case When using the `webview_flutter` package in a web build built with `--wasm` the `` doesn't have the `credentialless` attribute set, and so won't load if the iframe'ed...
This PR makes it possible to specify whether the `` should have the attribute `credentialless` set to true or false. * https://github.com/flutter/flutter/issues/151557 ## Pre-launch Checklist - [x] I read the...
The prebuild flutter package has almost doubled in size between 3.29.3 and 3.32.0: ``` $ ls -lah flutter_linux_3.29.3-stable.tar.xz -rw-rw-r-- 1 cup cup 733M Apr 14 19:26 flutter_linux_3.29.3-stable.tar.xz $ ls -lah...
**What version of protobuf and what language are you using?** Version: 4.31.1 Language: Java **What operating system (Linux, Windows, ...) and version?** Linux **What runtime / compiler are you using...