File tree Expand file tree Collapse file tree 5 files changed +11
-0
lines changed
Expand file tree Collapse file tree 5 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ /// Defines application-wide constants.
2+ abstract final class AppConstants {
3+ /// The maximum width the application should occupy on large screens.
4+ static const double kMaxAppWidth = 1000 ;
5+ }
Original file line number Diff line number Diff line change 1+ export 'app_constants.dart' ;
Original file line number Diff line number Diff line change 1+ export 'app_user_role_l10n.dart' ;
12export 'content_status_l10n.dart' ;
3+ export 'feed_decorator_type_l10n.dart' ;
24export 'source_type_l10n.dart' ;
35export 'string_truncate.dart' ;
Original file line number Diff line number Diff line change 1+ export 'throttled_fetching_service.dart' ;
Original file line number Diff line number Diff line change 1+ export 'constants/constants.dart' ;
12export 'extensions/extensions.dart' ;
3+ export 'services/services.dart' ;
You can’t perform that action at this time.
0 commit comments