@ -163,7 +163,6 @@ class MyApp extends StatelessWidget {
child: ScreenUtilInit(
designSize: Size(375, 812),
builder: () => MaterialApp(
title: "",
debugShowCheckedModeBanner: false,
theme: ThemeData(
primarySwatch: Colors.blue,
@ -956,7 +956,7 @@ class _Settlement extends State<Settlement> {
selectedBtn,
null,
0,
promotion != null ? pro.id : (productId ?? null),
pro.id??productId,
productSkuId ?? "",
actProductId ?? "",
actProductSkuId ?? "",
@ -3,7 +3,7 @@ description: 一心回乡.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 2.0.33+21
version: 2.0.34+22
environment:
sdk: ">=2.7.0 <3.0.0"