File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ void main() async {
34
34
App (
35
35
htAuthenticationRepository: authenticationRepository,
36
36
htHeadlinesRepository: headlinesRepository,
37
- // AppBloc instance is no longer created or passed here
38
37
),
39
38
);
40
39
}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import 'package:ht_main/router/routes.dart'; // Keep Routes
17
17
/// authentication state changes.
18
18
GoRouter createRouter ({required ValueNotifier <AppStatus > authStatusNotifier}) {
19
19
return GoRouter (
20
- refreshListenable: authStatusNotifier,
20
+ refreshListenable: authStatusNotifier,
21
21
initialLocation: Routes .headlinesFeed,
22
22
debugLogDiagnostics: true , // Enable verbose logging for debugging redirects
23
23
// --- Redirect Logic ---
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.32.1
3
+ version : 0.32.2
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