Skip to content

Commit

Permalink
feat(tablet-ui): add a layout when the app is running on a tablet
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed May 18, 2023
1 parent a56ae82 commit 0199efd
Show file tree
Hide file tree
Showing 13 changed files with 604 additions and 378 deletions.
3 changes: 3 additions & 0 deletions lib/chabo.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import 'package:chabo/bloc/scroll_status/scroll_status_bloc.dart';
import 'package:chabo/bloc/status/status_bloc.dart';
import 'package:chabo/bloc/theme/theme_bloc.dart';
import 'package:chabo/cubits/floating_actions_cubit.dart';
import 'package:chabo/helpers/device_helper.dart';
import 'package:chabo/screens/forecast_screen.dart';
import 'package:chabo/service/notification_service.dart';
import 'package:chabo/service/storage_service.dart';
Expand All @@ -27,6 +28,8 @@ class Chabo extends StatelessWidget {

@override
Widget build(BuildContext context) {
DeviceHelper.computePreferredOrientation(context);

return MultiBlocProvider(
providers: [
/// Bloc intended to manage the theme of the App
Expand Down
283 changes: 0 additions & 283 deletions lib/dialogs/chabo_about_dialog.dart

This file was deleted.

Loading

0 comments on commit 0199efd

Please sign in to comment.