because the precise Flutter version is no longer available in `pubspec.yaml`. ```yaml environment: sdk: '>=3.3.4 <4.0.0' flutter: '>=3.38.5 <3.44.0' ``` Ranges do not work, it needs to be a single version there. Otherwise, [Reproducible Builds](https://izzyondroid.org/about/security/ReproducibleBuilds/) are not possible.
because the precise Flutter version is no longer available in
pubspec.yaml.Ranges do not work, it needs to be a single version there. Otherwise, Reproducible Builds are not possible.