File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Implementing remaining features.
9
9
- Updated the search page to use shared widgets for initial, loading, and error states.
10
10
- Simplified the search bar by integrating it directly into the AppBar.
11
11
- Added a search button to the AppBar to trigger the search.
12
+ - Refactored the headlines search feature to support infinite scrolling.
12
13
13
14
## Next Steps
14
15
Original file line number Diff line number Diff line change 25
25
- Uses shared widgets for initial, loading, and error states.
26
26
- Integrated search bar directly into the AppBar.
27
27
- Search button in the AppBar to trigger the search.
28
+ - Infinite scrolling.
28
29
- Error handling within BLoCs, with specific error states.
29
30
- Page/View pattern for UI components.
30
31
Original file line number Diff line number Diff line change @@ -165,10 +165,10 @@ packages:
165
165
dependency: transitive
166
166
description:
167
167
name: flex_seed_scheme
168
- sha256: d3ba3c5c92d2d79d45e94b4c6c71d01fac3c15017da1545880c53864da5dfeb0
168
+ sha256: b06d8b367b84cbf7ca5c5603c858fa5edae88486c4e4da79ac1044d73b6c62ec
169
169
url: "https://pub.dev"
170
170
source: hosted
171
- version: "3.5.0 "
171
+ version: "3.5.1 "
172
172
flutter:
173
173
dependency: "direct main"
174
174
description: flutter
@@ -242,7 +242,7 @@ packages:
242
242
description:
243
243
path: "."
244
244
ref: main
245
- resolved-ref: "825cc8641c5e6190f130684173b64f3c102fb0c1"
245
+ resolved-ref: e8f593445383cb02d948d88370cddfc722c769be
246
246
url: "https://github.com/headlines-toolkit/ht-headlines-client.git"
247
247
source: git
248
248
version: "0.0.0"
@@ -251,7 +251,7 @@ packages:
251
251
description:
252
252
path: "."
253
253
ref: main
254
- resolved-ref: fc055f560e6e68cc6f61847fd2e7ade250174454
254
+ resolved-ref: eaf98cb0379c1661f3137b88121b79630bf11069
255
255
url: "https://github.com/headlines-toolkit/ht-headlines-inmemory.git"
256
256
source: git
257
257
version: "0.0.0"
@@ -260,7 +260,7 @@ packages:
260
260
description:
261
261
path: "."
262
262
ref: main
263
- resolved-ref: c85b5dd9fa57067449418ccc32f20bcd8a7684d9
263
+ resolved-ref: "2de02a4f69b4f0a9e867eb61f88e84ee239dcbb2"
264
264
url: "https://github.com/headlines-toolkit/ht-headlines-repository.git"
265
265
source: git
266
266
version: "0.0.0"
Original file line number Diff line number Diff line change 1
1
name : ht_main
2
2
description : main headlines toolkit mobile app.
3
- version : 0.20 .0
3
+ version : 0.21 .0
4
4
publish_to : none
5
5
repository : https://github.com/headlines-toolkit/ht-main
6
6
environment :
You can’t perform that action at this time.
0 commit comments