We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127e012 commit d8fe0f6Copy full SHA for d8fe0f6
lib/bootstrap.dart
@@ -44,7 +44,6 @@ Future<Widget> bootstrap(
44
httpClient = HtHttpClient(
45
baseUrl: appConfig.baseUrl,
46
tokenProvider: () => authenticationRepository.getAuthToken(),
47
- isWeb: kIsWeb,
48
logger: logger,
49
);
50
authClient = HtAuthApi(httpClient: httpClient);
pubspec.lock
@@ -434,7 +434,7 @@ packages:
434
description:
435
path: "."
436
ref: HEAD
437
- resolved-ref: "6484a5641c3d633d286ea5848c5b7cf1e723ebc1"
+ resolved-ref: "3c50cd082406d4cacafe60ad097ba6fa6ba891eb"
438
url: "https://github.com/headlines-toolkit/ht-http-client.git"
439
source: git
440
version: "0.0.0"
0 commit comments