Skip to content

Commit e5a59be

Browse files
author
Diogo Baltazar
committed
troca de url para consulta na api, novo servidor servindo em cache então mais rapidez no retorno do cardapio
1 parent aab392f commit e5a59be

File tree

2 files changed

+9
-16
lines changed

2 files changed

+9
-16
lines changed

lib/http/webclient.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ import 'interceptors/logging_interceptor.dart';
66
final Client client =
77
InterceptedClient.build(interceptors: [LoggingInterceptor()]);
88

9-
const String baseUrl = 'zzumgq.deta.dev';
9+
const String baseUrl = 'api-ru-uffs.herokuapp.com';

pubspec.lock

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.2"
10+
version: "2.6.1"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,14 +21,14 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.2.0"
24+
version: "1.1.0"
2525
charcode:
2626
dependency: transitive
2727
description:
2828
name: charcode
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "1.3.1"
31+
version: "1.2.0"
3232
clock:
3333
dependency: transitive
3434
description:
@@ -94,21 +94,14 @@ packages:
9494
name: matcher
9595
url: "https://pub.dartlang.org"
9696
source: hosted
97-
version: "0.12.11"
98-
material_color_utilities:
99-
dependency: transitive
100-
description:
101-
name: material_color_utilities
102-
url: "https://pub.dartlang.org"
103-
source: hosted
104-
version: "0.1.3"
97+
version: "0.12.10"
10598
meta:
10699
dependency: transitive
107100
description:
108101
name: meta
109102
url: "https://pub.dartlang.org"
110103
source: hosted
111-
version: "1.7.0"
104+
version: "1.3.0"
112105
path:
113106
dependency: transitive
114107
description:
@@ -169,7 +162,7 @@ packages:
169162
name: test_api
170163
url: "https://pub.dartlang.org"
171164
source: hosted
172-
version: "0.4.8"
165+
version: "0.3.0"
173166
typed_data:
174167
dependency: transitive
175168
description:
@@ -183,6 +176,6 @@ packages:
183176
name: vector_math
184177
url: "https://pub.dartlang.org"
185178
source: hosted
186-
version: "2.1.1"
179+
version: "2.1.0"
187180
sdks:
188-
dart: ">=2.14.0 <3.0.0"
181+
dart: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)