5/11/6
This commit is contained in:
@@ -33,7 +33,7 @@ class SplashScreen extends StatelessWidget {
|
||||
? splashScreenController.zoomInAnimation.value
|
||||
: splashScreenController.zoomOutAnimation.value,
|
||||
child: Image.asset(
|
||||
'assets/images/logo.png',
|
||||
'assets/images/logo.gif',
|
||||
width: Get.width * .3,
|
||||
height: Get.width * .3,
|
||||
),
|
||||
@@ -58,9 +58,9 @@ class SplashScreen extends StatelessWidget {
|
||||
),
|
||||
AnimatedTextKit(animatedTexts: [
|
||||
TypewriterAnimatedText(
|
||||
'Powered By ${AppInformation.companyName}',
|
||||
'Powered By ${AppInformation.appName}',
|
||||
textStyle:
|
||||
AppStyle.title.copyWith(color: AppColor.secondaryColor),
|
||||
AppStyle.title.copyWith(color: AppColor.primaryColor),
|
||||
speed: const Duration(milliseconds: 200),
|
||||
),
|
||||
], isRepeatingAnimation: true)
|
||||
|
||||
Reference in New Issue
Block a user