Skip to content

Commit f7b90a1

Browse files
committed
refactor(dependencies): migrate to flutter-news-app-full-source-code packages
- Replace headlines-toolkit dependencies with flutter-news-app-full-source-code equivalents - Update repository URL and description in pubspec.yaml - Add new dependencies for auth, data, http client, and UI kit - Remove old ht_ prefixed dependencies
1 parent 96c3f6d commit f7b90a1

File tree

2 files changed

+146
-146
lines changed

2 files changed

+146
-146
lines changed

pubspec.lock

Lines changed: 117 additions & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,42 @@ packages:
99
url: "https://pub.dev"
1010
source: hosted
1111
version: "2.13.0"
12+
auth_api:
13+
dependency: "direct main"
14+
description:
15+
path: "."
16+
ref: HEAD
17+
resolved-ref: "94cf789316c23569b7b7d641a5243848749aa079"
18+
url: "https://github.com/flutter-news-app-full-source-code/auth-api.git"
19+
source: git
20+
version: "0.0.0"
21+
auth_client:
22+
dependency: "direct main"
23+
description:
24+
path: "."
25+
ref: HEAD
26+
resolved-ref: "8e331975e2df63e2eb6f06d9059309397375bb19"
27+
url: "https://github.com/flutter-news-app-full-source-code/auth-client.git"
28+
source: git
29+
version: "0.0.0"
30+
auth_inmemory:
31+
dependency: "direct main"
32+
description:
33+
path: "."
34+
ref: HEAD
35+
resolved-ref: f48dc0555b1a28ed3c51215f3a93403dbbc46ea0
36+
url: "https://github.com/flutter-news-app-full-source-code/auth-inmemory"
37+
source: git
38+
version: "0.0.0"
39+
auth_repository:
40+
dependency: "direct main"
41+
description:
42+
path: "."
43+
ref: HEAD
44+
resolved-ref: "390e33098a8e6cbe30934386f4c0fe5b48783b0a"
45+
url: "https://github.com/flutter-news-app-full-source-code/auth-repository.git"
46+
source: git
47+
version: "0.0.0"
1248
bloc:
1349
dependency: "direct main"
1450
description:
@@ -49,6 +85,15 @@ packages:
4985
url: "https://pub.dev"
5086
source: hosted
5187
version: "1.19.1"
88+
core:
89+
dependency: "direct main"
90+
description:
91+
path: "."
92+
ref: HEAD
93+
resolved-ref: "3022edcb06d7c55ea81f25126b7f8c28c9105d4c"
94+
url: "https://github.com/flutter-news-app-full-source-code/core.git"
95+
source: git
96+
version: "0.0.0"
5297
crypto:
5398
dependency: transitive
5499
description:
@@ -57,6 +102,42 @@ packages:
57102
url: "https://pub.dev"
58103
source: hosted
59104
version: "3.0.6"
105+
data_api:
106+
dependency: "direct main"
107+
description:
108+
path: "."
109+
ref: HEAD
110+
resolved-ref: "2b5691784f32b86e5c9d7d9999fa6dc11fb9a3a0"
111+
url: "https://github.com/flutter-news-app-full-source-code/data-api.git"
112+
source: git
113+
version: "0.0.0"
114+
data_client:
115+
dependency: "direct main"
116+
description:
117+
path: "."
118+
ref: HEAD
119+
resolved-ref: "8800311dad6e94bff7fb7a738c8583483bee33ca"
120+
url: "https://github.com/flutter-news-app-full-source-code/data-client.git"
121+
source: git
122+
version: "0.0.0"
123+
data_inmemory:
124+
dependency: "direct main"
125+
description:
126+
path: "."
127+
ref: HEAD
128+
resolved-ref: f12b8a78ee3ca0ca18b356e4c89f1d9171e2be61
129+
url: "https://github.com/flutter-news-app-full-source-code/data-inmemory.git"
130+
source: git
131+
version: "0.0.0"
132+
data_repository:
133+
dependency: "direct main"
134+
description:
135+
path: "."
136+
ref: HEAD
137+
resolved-ref: "5a7bd9f597e98209bc7f5ac897cf64552306c02f"
138+
url: "https://github.com/flutter-news-app-full-source-code/data-repository.git"
139+
source: git
140+
version: "0.0.0"
60141
data_table_2:
61142
dependency: "direct main"
62143
description:
@@ -200,123 +281,6 @@ packages:
200281
url: "https://pub.dev"
201282
source: hosted
202283
version: "6.2.1"
203-
ht_auth_api:
204-
dependency: "direct main"
205-
description:
206-
path: "."
207-
ref: HEAD
208-
resolved-ref: a2fc2a651494831a461fff96807141bdba9cc28b
209-
url: "https://github.com/headlines-toolkit/ht-auth-api.git"
210-
source: git
211-
version: "0.0.0"
212-
ht_auth_client:
213-
dependency: "direct main"
214-
description:
215-
path: "."
216-
ref: HEAD
217-
resolved-ref: a003eb493db4fc134db419a721ee2fda0b598032
218-
url: "https://github.com/headlines-toolkit/ht-auth-client.git"
219-
source: git
220-
version: "0.0.0"
221-
ht_auth_inmemory:
222-
dependency: "direct main"
223-
description:
224-
path: "."
225-
ref: HEAD
226-
resolved-ref: ea9ad0361b1e0beab4690959889b7056091d29dc
227-
url: "https://github.com/headlines-toolkit/ht-auth-inmemory"
228-
source: git
229-
version: "0.0.0"
230-
ht_auth_repository:
231-
dependency: "direct main"
232-
description:
233-
path: "."
234-
ref: HEAD
235-
resolved-ref: b7de5cc86d432b17710c83a1bf8de105bb4fa00d
236-
url: "https://github.com/headlines-toolkit/ht-auth-repository.git"
237-
source: git
238-
version: "0.0.0"
239-
ht_data_api:
240-
dependency: "direct main"
241-
description:
242-
path: "."
243-
ref: HEAD
244-
resolved-ref: "16630c8717646663e52eee3ebedc4daa35ec4d39"
245-
url: "https://github.com/headlines-toolkit/ht-data-api.git"
246-
source: git
247-
version: "0.0.0"
248-
ht_data_client:
249-
dependency: "direct main"
250-
description:
251-
path: "."
252-
ref: HEAD
253-
resolved-ref: e566ee6eae5261c00d0987972efc77a37a0c4c3a
254-
url: "https://github.com/headlines-toolkit/ht-data-client.git"
255-
source: git
256-
version: "0.0.0"
257-
ht_data_inmemory:
258-
dependency: "direct main"
259-
description:
260-
path: "."
261-
ref: HEAD
262-
resolved-ref: abef81e5294d70ace82d3e87f1efc94fca6a8445
263-
url: "https://github.com/headlines-toolkit/ht-data-inmemory.git"
264-
source: git
265-
version: "0.0.0"
266-
ht_data_repository:
267-
dependency: "direct main"
268-
description:
269-
path: "."
270-
ref: HEAD
271-
resolved-ref: f19fe64c67a2febdef853b15f6df9c63240ad48e
272-
url: "https://github.com/headlines-toolkit/ht-data-repository.git"
273-
source: git
274-
version: "0.0.0"
275-
ht_http_client:
276-
dependency: "direct main"
277-
description:
278-
path: "."
279-
ref: HEAD
280-
resolved-ref: "3c50cd082406d4cacafe60ad097ba6fa6ba891eb"
281-
url: "https://github.com/headlines-toolkit/ht-http-client.git"
282-
source: git
283-
version: "0.0.0"
284-
ht_kv_storage_service:
285-
dependency: "direct main"
286-
description:
287-
path: "."
288-
ref: HEAD
289-
resolved-ref: "2378d6698df1cdeb7c5a17470f94fb8a5a99ca01"
290-
url: "https://github.com/headlines-toolkit/ht-kv-storage-service.git"
291-
source: git
292-
version: "0.0.0"
293-
ht_kv_storage_shared_preferences:
294-
dependency: "direct main"
295-
description:
296-
path: "."
297-
ref: HEAD
298-
resolved-ref: "3c65be5424cfe155ec0f35f9a61ddf5c3bdae5cf"
299-
url: "https://github.com/headlines-toolkit/ht-kv-storage-shared-preferences.git"
300-
source: git
301-
version: "0.0.0"
302-
ht_shared:
303-
dependency: "direct main"
304-
description:
305-
path: "."
306-
ref: HEAD
307-
resolved-ref: "2f78ac83c319242822250088c1edb11324404cb3"
308-
url: "https://github.com/headlines-toolkit/ht-shared.git"
309-
source: git
310-
version: "0.0.0"
311-
ht_ui_kit:
312-
dependency: "direct main"
313-
description:
314-
path: "."
315-
ref: HEAD
316-
resolved-ref: "1c13e5accfa5fad7d262fbc5693780eac6f03fd9"
317-
url: "https://github.com/headlines-toolkit/ht-ui-kit.git"
318-
source: git
319-
version: "0.0.0"
320284
http:
321285
dependency: transitive
322286
description:
@@ -325,6 +289,15 @@ packages:
325289
url: "https://pub.dev"
326290
source: hosted
327291
version: "1.4.0"
292+
http_client:
293+
dependency: "direct main"
294+
description:
295+
path: "."
296+
ref: HEAD
297+
resolved-ref: d4b48d57a441a12450724ff14a9796cc0f701754
298+
url: "https://github.com/flutter-news-app-full-source-code/http-client.git"
299+
source: git
300+
version: "0.0.0"
328301
http_parser:
329302
dependency: transitive
330303
description:
@@ -349,6 +322,24 @@ packages:
349322
url: "https://pub.dev"
350323
source: hosted
351324
version: "4.9.0"
325+
kv_storage_service:
326+
dependency: "direct main"
327+
description:
328+
path: "."
329+
ref: HEAD
330+
resolved-ref: "9ab4ec1467a3e97303f26afe193d29a56e42a8f6"
331+
url: "https://github.com/flutter-news-app-full-source-code/kv-storage-service.git"
332+
source: git
333+
version: "0.0.0"
334+
kv_storage_shared_preferences:
335+
dependency: "direct main"
336+
description:
337+
path: "."
338+
ref: HEAD
339+
resolved-ref: f39ef951681e27eadab926fdcf7ece8fc1319a05
340+
url: "https://github.com/flutter-news-app-full-source-code/kv-storage-shared-preferences.git"
341+
source: git
342+
version: "0.0.0"
352343
logging:
353344
dependency: "direct main"
354345
description:
@@ -578,6 +569,15 @@ packages:
578569
url: "https://pub.dev"
579570
source: hosted
580571
version: "1.4.0"
572+
ui_kit:
573+
dependency: "direct main"
574+
description:
575+
path: "."
576+
ref: HEAD
577+
resolved-ref: "21297142a410dd4e0b8af7aa16178ccb3fcdd867"
578+
url: "https://github.com/flutter-news-app-full-source-code/ui-kit.git"
579+
source: git
580+
version: "0.0.0"
581581
uuid:
582582
dependency: "direct main"
583583
description:

pubspec.yaml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: ht_dashboard
2-
description: "A Flutter web application for comprehensive content management and administration within the Headlines Toolkit ecosystem."
1+
name: flutter_news_app_web_dashboard_full_source_code
2+
description: "A Flutter web application for comprehensive content management and administration within the Flutter News App Full Source Code Toolkit."
33
publish_to: none
4-
repository: https://github.com/headlines-toolkit/ht-dashboard
4+
repository: https://github.com/flutter-news-app-full-source-code/flutter-news-app-web-dashboard-full-source-code
55

66
environment:
77
sdk: ^3.8.0
@@ -21,45 +21,45 @@ dependencies:
2121
sdk: flutter
2222
go_router: ^16.0.0
2323
google_fonts: ^6.2.1
24-
ht_auth_api:
24+
auth_api:
2525
git:
26-
url: https://github.com/headlines-toolkit/ht-auth-api.git
27-
ht_auth_client:
26+
url: https://github.com/flutter-news-app-full-source-code/auth-api.git
27+
auth_client:
2828
git:
29-
url: https://github.com/headlines-toolkit/ht-auth-client.git
30-
ht_auth_inmemory:
29+
url: https://github.com/flutter-news-app-full-source-code/auth-client.git
30+
auth_inmemory:
3131
git:
32-
url: https://github.com/headlines-toolkit/ht-auth-inmemory
33-
ht_auth_repository:
32+
url: https://github.com/flutter-news-app-full-source-code/auth-inmemory
33+
auth_repository:
3434
git:
35-
url: https://github.com/headlines-toolkit/ht-auth-repository.git
36-
ht_data_api:
35+
url: https://github.com/flutter-news-app-full-source-code/auth-repository.git
36+
data_api:
3737
git:
38-
url: https://github.com/headlines-toolkit/ht-data-api.git
39-
ht_data_client:
38+
url: https://github.com/flutter-news-app-full-source-code/data-api.git
39+
data_client:
4040
git:
41-
url: https://github.com/headlines-toolkit/ht-data-client.git
42-
ht_data_inmemory:
41+
url: https://github.com/flutter-news-app-full-source-code/data-client.git
42+
data_inmemory:
4343
git:
44-
url: https://github.com/headlines-toolkit/ht-data-inmemory.git
45-
ht_data_repository:
44+
url: https://github.com/flutter-news-app-full-source-code/data-inmemory.git
45+
data_repository:
4646
git:
47-
url: https://github.com/headlines-toolkit/ht-data-repository.git
48-
ht_http_client:
47+
url: https://github.com/flutter-news-app-full-source-code/data-repository.git
48+
http_client:
4949
git:
50-
url: https://github.com/headlines-toolkit/ht-http-client.git
51-
ht_kv_storage_service:
50+
url: https://github.com/flutter-news-app-full-source-code/http-client.git
51+
kv_storage_service:
5252
git:
53-
url: https://github.com/headlines-toolkit/ht-kv-storage-service.git
54-
ht_kv_storage_shared_preferences:
53+
url: https://github.com/flutter-news-app-full-source-code/kv-storage-service.git
54+
kv_storage_shared_preferences:
5555
git:
56-
url: https://github.com/headlines-toolkit/ht-kv-storage-shared-preferences.git
57-
ht_shared:
56+
url: https://github.com/flutter-news-app-full-source-code/kv-storage-shared-preferences.git
57+
core:
5858
git:
59-
url: https://github.com/headlines-toolkit/ht-shared.git
60-
ht_ui_kit:
59+
url: https://github.com/flutter-news-app-full-source-code/core.git
60+
ui_kit:
6161
git:
62-
url: https://github.com/headlines-toolkit/ht-ui-kit.git
62+
url: https://github.com/flutter-news-app-full-source-code/ui-kit.git
6363
intl: ^0.20.2
6464
logging: ^1.3.0
6565
timeago: ^3.7.1

0 commit comments

Comments
 (0)