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 @@ -89,11 +89,11 @@ packages:
dependency: "direct main"
description:
path: "."
ref: c075c3daed1f4ff849dc0326b0343b2d5ba5a922
resolved-ref: c075c3daed1f4ff849dc0326b0343b2d5ba5a922
ref: "v1.5.0"
resolved-ref: b40e262bf60ec146b6c907ef5ae1881176e85d5e
url: "https://github.com/flutter-news-app-full-source-code/core.git"
source: git
version: "1.4.0"
version: "1.5.0"
crypto:
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_web_dashboard_full_source_code
description: "A Flutter web application for comprehensive content management and administration within the Flutter News App Full Source Code Toolkit."
repository: https://github.com/flutter-news-app-full-source-code/flutter-news-app-web-dashboard-full-source-code
publish_to: none
version: 1.6.0
version: 1.7.0

environment:
sdk: ^3.9.0
Expand Down Expand Up @@ -95,7 +95,7 @@ dependency_overrides:
core:
git:
url: https://github.com/flutter-news-app-full-source-code/core.git
ref: c075c3daed1f4ff849dc0326b0343b2d5ba5a922
ref: v1.5.0
http_client:
git:
url: https://github.com/flutter-news-app-full-source-code/http-client.git
Expand Down
Loading