Update flutter for 3.27.4

This commit is contained in:
Bryan Oltman
2025-02-06 11:37:10 -05:00
parent fabbf1a9c7
commit 99c794d234
2 changed files with 2 additions and 2 deletions
@@ -95,7 +95,7 @@ class CodePushClient {
httpClient ?? http.Client(),
{...standardHeaders, ...?customHeaders},
),
hostedUri = hostedUri ?? Uri.https('api.shorebird.dev');
hostedUri = hostedUri ?? Uri.https('api-dev.shorebird.dev');
/// The standard headers applied to all requests.
static const standardHeaders = <String, String>{'x-version': packageVersion};