From 7d6be4f3f4fad6c9f5db99d5b11f83e1892de500 Mon Sep 17 00:00:00 2001 From: "mr.mojtaba" Date: Mon, 29 Dec 2025 11:38:51 +0330 Subject: [PATCH] chore: update version number in pubspec.yaml and local.properties to 1.3.42+38 --- android/local.properties | 4 ++-- lib/presentation/pages/splash/view.dart | 6 ++---- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/android/local.properties b/android/local.properties index a2b3710..f0fbc5c 100644 --- a/android/local.properties +++ b/android/local.properties @@ -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 \ No newline at end of file +flutter.versionName=1.3.42 +flutter.versionCode=38 \ No newline at end of file diff --git a/lib/presentation/pages/splash/view.dart b/lib/presentation/pages/splash/view.dart index 140ed32..256627f 100644 --- a/lib/presentation/pages/splash/view.dart +++ b/lib/presentation/pages/splash/view.dart @@ -1,7 +1,6 @@ import 'package:flutter/material.dart'; import 'package:rasadyar_core/core.dart'; - import 'logic.dart'; class SplashPage extends GetView { @@ -15,7 +14,6 @@ class SplashPage extends GetView { child: Stack( alignment: Alignment.center, children: [ - ObxValue((data) { return ScaleTransition( scale: data.value!, @@ -24,7 +22,7 @@ class SplashPage extends GetView { child: Assets.images.innerSplash.image( width: 190, height: 190, - ) + ), ), ); }, controller.scaleAnimation), @@ -35,7 +33,7 @@ class SplashPage extends GetView { child: Padding( padding: const EdgeInsets.symmetric(horizontal: 1), - child: Assets.images.outterSplash.image() + child: Assets.images.outterSplash.image(), ), ); }, controller.rotationAnimation), diff --git a/pubspec.yaml b/pubspec.yaml index a0bc17e..5046b3e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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