Skip to content
Merged
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
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,11 @@ packages:
dependency: "direct main"
description:
path: "."
ref: e66e076572bd326e50e9d5286ef5059ff658ed65
resolved-ref: e66e076572bd326e50e9d5286ef5059ff658ed65
ref: "v1.4.0"
resolved-ref: d26d4bfecf4c93cdcdda91dbc06c0a71f272b3f0
url: "https://github.com/flutter-news-app-full-source-code/core.git"
source: git
version: "1.3.1"
version: "1.4.0"
coverage:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_news_app_api_server_full_source_code
description: The complete backend API server for the Flutter News App Toolkit, built with Dart Frog. Powers authentication, data management, user settings, and more.
repository: https://github.com/flutter-news-app-full-source-code/flutter-news-app-api-server-full-source-code
publish_to: none
version: 1.2.0
version: 1.4.0

environment:
sdk: ^3.9.0
Expand Down Expand Up @@ -62,7 +62,7 @@ dependency_overrides:
core:
git:
url: https://github.com/flutter-news-app-full-source-code/core.git
ref: e66e076572bd326e50e9d5286ef5059ff658ed65
ref: v1.4.0
data_mongodb:
git:
url: https://github.com/flutter-news-app-full-source-code/data-mongodb.git
Expand Down
Loading