Skip to content

Commit 2ac34fb

Browse files
committed
fix
1 parent a47170d commit 2ac34fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ void main() async {
2626
runApp(
2727
GetxApp(
2828
// 设计稿尺寸 单位:dp
29-
designSize: const Size(1000, 1000),
29+
designSize: const Size(390, 844),
3030
// Getx Log
3131
enableLog: kDebugMode,
3232
// 默认的跳转动画

0 commit comments

Comments
 (0)