去除无用文件

This commit is contained in:
toly
2020-08-28 15:06:57 +08:00
parent 9d4b6e0196
commit 57ab320fb6
16 changed files with 27 additions and 26 deletions

View File

@@ -54,7 +54,7 @@ class _UnitSplashState extends State<UnitSplash> with TickerProviderStateMixin {
setState(() {
_animEnd = true;
Future.delayed(Duration(milliseconds: 500)).then((e) {
Navigator.of(context).pushReplacementNamed(Router.nav);
Navigator.of(context).pushReplacementNamed(UnitRouter.nav);
});
});
}
@@ -128,7 +128,7 @@ class _UnitSplashState extends State<UnitSplash> with TickerProviderStateMixin {
child: Container(
height: 120,
child: FlutterLogo(
colors: primaryColor,
// colors: primaryColor,
size: 60,
),
)),