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
1616import 'package:flutter_news_app_web_dashboard_full_source_code/dashboard/bloc/dashboard_bloc.dart' ;
1717import 'package:flutter_news_app_web_dashboard_full_source_code/l10n/app_localizations.dart' ;
1818import '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' ;
2019import 'package:flutter_news_app_web_dashboard_full_source_code/shared/shared.dart' ;
2120import 'package:go_router/go_router.dart' ;
2221import 'package:kv_storage_service/kv_storage_service.dart' ;
@@ -217,8 +216,9 @@ class _AppViewState extends State<_AppView> {
217216 ), // Match cardRadius from theme
218217 ),
219218 child: ConstrainedBox (
220- constraints:
221- const BoxConstraints (maxWidth: AppConstants .kMaxAppWidth),
219+ constraints: const BoxConstraints (
220+ maxWidth: AppConstants .kMaxAppWidth,
221+ ),
222222 child: MaterialApp .router (
223223 debugShowCheckedModeBanner: false ,
224224 routerConfig: _router,
You can’t perform that action at this time.
0 commit comments