chore: update version number in pubspec.yaml and local.properties to 1.3.42+38
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:rasadyar_core/core.dart';
|
||||
|
||||
|
||||
import 'logic.dart';
|
||||
|
||||
class SplashPage extends GetView<SplashLogic> {
|
||||
@@ -15,7 +14,6 @@ class SplashPage extends GetView<SplashLogic> {
|
||||
child: Stack(
|
||||
alignment: Alignment.center,
|
||||
children: [
|
||||
|
||||
ObxValue((data) {
|
||||
return ScaleTransition(
|
||||
scale: data.value!,
|
||||
@@ -24,7 +22,7 @@ class SplashPage extends GetView<SplashLogic> {
|
||||
child: Assets.images.innerSplash.image(
|
||||
width: 190,
|
||||
height: 190,
|
||||
)
|
||||
),
|
||||
),
|
||||
);
|
||||
}, controller.scaleAnimation),
|
||||
@@ -35,7 +33,7 @@ class SplashPage extends GetView<SplashLogic> {
|
||||
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 1),
|
||||
child: Assets.images.outterSplash.image()
|
||||
child: Assets.images.outterSplash.image(),
|
||||
),
|
||||
);
|
||||
}, controller.rotationAnimation),
|
||||
|
||||
Reference in New Issue
Block a user