Commit 4e547344 authored by 张宏's avatar 张宏

1

parent 76444de3
...@@ -83,7 +83,7 @@ class _MyAppState extends State<MyApp> { ...@@ -83,7 +83,7 @@ class _MyAppState extends State<MyApp> {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
return ScreenUtilInit( return ScreenUtilInit(
designSize: Size(750, 1334), designSize: Size(1900, 1076),
builder: (context, child) { builder: (context, child) {
return MultiBlocProvider( return MultiBlocProvider(
providers: [ providers: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment