Skip to content

Commit 8620888

Browse files
authored
Merge pull request #222 from flutter-news-app-full-source-code/release/v1.9.0
build(deps): Bump app version to 1.9.0
2 parents a0ceb42 + a86c63a commit 8620888

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

lib/user_content/engagement/widgets/headline_actions_row.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import 'package:flutter_news_app_mobile_client_full_source_code/headlines-feed/b
77
import 'package:flutter_news_app_mobile_client_full_source_code/l10n/app_localizations.dart';
88
import 'package:flutter_news_app_mobile_client_full_source_code/user_content/engagement/view/comments_bottom_sheet.dart';
99
import 'package:flutter_news_app_mobile_client_full_source_code/user_content/engagement/widgets/inline_reaction_selector.dart';
10-
import 'package:ui_kit/ui_kit.dart';
1110

1211
/// {@template headline_actions_row}
1312
/// A widget that displays a row of engagement actions for a headline tile.

pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@ packages:
185185
dependency: "direct main"
186186
description:
187187
path: "."
188-
ref: "8e02a696ee8921c68160cd15bd1c55effb5212a7"
189-
resolved-ref: "8e02a696ee8921c68160cd15bd1c55effb5212a7"
188+
ref: "v1.4.0"
189+
resolved-ref: d26d4bfecf4c93cdcdda91dbc06c0a71f272b3f0
190190
url: "https://github.com/flutter-news-app-full-source-code/core.git"
191191
source: git
192-
version: "1.3.1"
192+
version: "1.4.0"
193193
coverage:
194194
dependency: transitive
195195
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_news_app_mobile_client_full_source_code
22
description: Complete, production-ready source code for a feature-rich Flutter news app mobile client.
3-
version: 1.6.0
3+
version: 1.9.0
44
publish_to: none
55
repository: https://github.com/flutter-news-app-full-source-code/flutter-news-app-mobile-client-full-source-code
66
homepage: https://flutter-news-app-full-source-code.github.io/docs/
@@ -147,7 +147,7 @@ dependency_overrides:
147147
core:
148148
git:
149149
url: https://github.com/flutter-news-app-full-source-code/core.git
150-
ref: 8e02a696ee8921c68160cd15bd1c55effb5212a7
150+
ref: v1.4.0
151151
http_client:
152152
git:
153153
url: https://github.com/flutter-news-app-full-source-code/http-client.git

0 commit comments

Comments
 (0)