This commit is contained in:
Hamza-Ayed
2024-05-11 17:21:24 +03:00
parent 34c7eea513
commit 940fe26b87
83 changed files with 25 additions and 52 deletions

View File

@@ -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)