Closed kNoAPP closed 3 months ago
@kNoAPP I believe this is the result of having an outdated frontend_server_client
package (this is a transitive dependency, you won't have it in your own pubspec).
Can you run a flutter pub upgrade
? Or, you can try adding frontend_server_client: ^4.0.0
to your dependencies
in your pubspec and running flutter pub get
.
If you are already on version 4.0.0 please let me know and I can investigate further.
@jakemac53 Works like a charm. Thank you.
Issue present after Flutter 3.24.0:
Ran via GitHub Actions, was working fine at Flutter 3.22.0 and earlier.