File tree Expand file tree Collapse file tree 3 files changed +223
-145
lines changed Expand file tree Collapse file tree 3 files changed +223
-145
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import 'package:flutter_news_app_web_dashboard_full_source_code/content_manageme
16
16
import 'package:flutter_news_app_web_dashboard_full_source_code/dashboard/bloc/dashboard_bloc.dart' ;
17
17
import 'package:flutter_news_app_web_dashboard_full_source_code/l10n/app_localizations.dart' ;
18
18
import 'package:flutter_news_app_web_dashboard_full_source_code/router/router.dart' ;
19
- import 'package:flutter_news_app_web_dashboard_full_source_code/shared/services/throttled_fetching_service.dart' ;
20
19
import 'package:flutter_news_app_web_dashboard_full_source_code/shared/shared.dart' ;
21
20
import 'package:go_router/go_router.dart' ;
22
21
import 'package:kv_storage_service/kv_storage_service.dart' ;
@@ -217,8 +216,9 @@ class _AppViewState extends State<_AppView> {
217
216
), // Match cardRadius from theme
218
217
),
219
218
child: ConstrainedBox (
220
- constraints:
221
- const BoxConstraints (maxWidth: AppConstants .kMaxAppWidth),
219
+ constraints: const BoxConstraints (
220
+ maxWidth: AppConstants .kMaxAppWidth,
221
+ ),
222
222
child: MaterialApp .router (
223
223
debugShowCheckedModeBanner: false ,
224
224
routerConfig: _router,
You can’t perform that action at this time.
0 commit comments