Skip to content

Commit

Permalink
refactor/clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mo7amedaliEbaid committed Oct 16, 2023
1 parent db4a49e commit c8991ac
Show file tree
Hide file tree
Showing 5 changed files with 734 additions and 695 deletions.
6 changes: 3 additions & 3 deletions lib/app.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'dart:developer';
//import 'dart:developer';

import 'package:animated_theme_switcher/animated_theme_switcher.dart';
import 'package:flutter/material.dart';
Expand All @@ -11,8 +11,8 @@ class MyApp extends StatelessWidget {

@override
Widget build(BuildContext context) {
log(MediaQuery.sizeOf(context).height.toString());
log(MediaQuery.sizeOf(context).width.toString());
// log(MediaQuery.sizeOf(context).height.toString());
// log(MediaQuery.sizeOf(context).width.toString());
return Consumer(
builder: (context, ref, _) {
return ThemeProvider(
Expand Down
Loading

0 comments on commit c8991ac

Please sign in to comment.