mirror of
https://github.com/dstark5/Openlib.git
synced 2025-09-22 02:20:13 +08:00
removed media query
This commit is contained in:
@ -39,14 +39,14 @@ class MyApp extends StatelessWidget {
|
|||||||
return DynamicColorBuilder(
|
return DynamicColorBuilder(
|
||||||
builder: (ColorScheme? lightDynamic, ColorScheme? darkDynamic) {
|
builder: (ColorScheme? lightDynamic, ColorScheme? darkDynamic) {
|
||||||
return MaterialApp(
|
return MaterialApp(
|
||||||
builder: (BuildContext context, Widget? child) {
|
// builder: (BuildContext context, Widget? child) {
|
||||||
return MediaQuery(
|
// return MediaQuery(
|
||||||
data: MediaQuery.of(context).copyWith(
|
// data: MediaQuery.of(context).copyWith(
|
||||||
textScaleFactor: 1.0,
|
// textScaleFactor: 1.0,
|
||||||
),
|
// ),
|
||||||
child: child!,
|
// child: child!,
|
||||||
);
|
// );
|
||||||
},
|
// },
|
||||||
debugShowCheckedModeBanner: false,
|
debugShowCheckedModeBanner: false,
|
||||||
title: 'Openlib',
|
title: 'Openlib',
|
||||||
theme: ThemeData(
|
theme: ThemeData(
|
||||||
|
@ -145,6 +145,14 @@ packages:
|
|||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "5.3.0"
|
version: "5.3.0"
|
||||||
|
dynamic_color:
|
||||||
|
dependency: "direct main"
|
||||||
|
description:
|
||||||
|
name: dynamic_color
|
||||||
|
sha256: de4798a7069121aee12d5895315680258415de9b00e717723a1bd73d58f0126d
|
||||||
|
url: "https://pub.dev"
|
||||||
|
source: hosted
|
||||||
|
version: "1.6.6"
|
||||||
epub_view:
|
epub_view:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
Reference in New Issue
Block a user