Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update new api of app #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .github/logo-uffs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<img width="800" src=".github/logo.png" title="Logo do projeto"><br />
<img width="800" src=".github/logo-uffs.png" title="Logo do projeto"><br />
<img src="https://img.shields.io/maintenance/yes/2022?style=for-the-badge" title="Status do projeto">
<a href="https://github.com/mascDriver/app_ru_uffs/actions/workflows/build.yml"><img src="https://github.com/mascDriver/app_ru_uffs/actions/workflows/build.yml/badge.svg" title="Status do build"></a>
<img src="https://img.shields.io/github/workflow/status/mascDriver/app_ru_uffs/build?label=Build&logo=github&logoColor=white&style=for-the-badge" title="Status do projeto">
</p>

# app-ru-uffs
Expand Down
2 changes: 1 addition & 1 deletion lib/http/webclient.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ import 'interceptors/logging_interceptor.dart';
final Client client =
InterceptedClient.build(interceptors: [LoggingInterceptor()]);

const String baseUrl = 'zzumgq.deta.dev';
const String baseUrl = 'api-ru-uffs.herokuapp.com';
23 changes: 8 additions & 15 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.2"
version: "2.6.1"
boolean_selector:
dependency: transitive
description:
Expand All @@ -21,14 +21,14 @@ packages:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.1.0"
charcode:
dependency: transitive
description:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.1"
version: "1.2.0"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -94,21 +94,14 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.11"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
version: "0.12.10"
meta:
dependency: transitive
description:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.0"
version: "1.3.0"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -169,7 +162,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.8"
version: "0.3.0"
typed_data:
dependency: transitive
description:
Expand All @@ -183,6 +176,6 @@ packages:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
version: "2.1.0"
sdks:
dart: ">=2.14.0 <3.0.0"
dart: ">=2.12.0 <3.0.0"