chore: update version number in pubspec.yaml and local.properties to 1.3.42+38

This commit is contained in:
2025-12-29 11:38:51 +03:30
parent 57704399b9
commit 7d6be4f3f4
3 changed files with 5 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
sdk.dir=C:\\Users\\Housh11\\AppData\\Local\\Android\\sdk
flutter.sdk=C:\\src\\flutter
flutter.buildMode=debug
flutter.versionName=1.3.41
flutter.versionCode=37
flutter.versionName=1.3.42
flutter.versionCode=38

View File

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

View File

@@ -1,7 +1,7 @@
name: rasadyar_app
description: "A new Flutter project."
publish_to: "none"
version: 1.3.41+37
version: 1.3.42+38
environment:
sdk: ^3.10.0