chore: update version number in pubspec.yaml and local.properties to 1.3.42+38
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
sdk.dir=C:\\Users\\Housh11\\AppData\\Local\\Android\\sdk
|
sdk.dir=C:\\Users\\Housh11\\AppData\\Local\\Android\\sdk
|
||||||
flutter.sdk=C:\\src\\flutter
|
flutter.sdk=C:\\src\\flutter
|
||||||
flutter.buildMode=debug
|
flutter.buildMode=debug
|
||||||
flutter.versionName=1.3.41
|
flutter.versionName=1.3.42
|
||||||
flutter.versionCode=37
|
flutter.versionCode=38
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:rasadyar_core/core.dart';
|
import 'package:rasadyar_core/core.dart';
|
||||||
|
|
||||||
|
|
||||||
import 'logic.dart';
|
import 'logic.dart';
|
||||||
|
|
||||||
class SplashPage extends GetView<SplashLogic> {
|
class SplashPage extends GetView<SplashLogic> {
|
||||||
@@ -15,7 +14,6 @@ class SplashPage extends GetView<SplashLogic> {
|
|||||||
child: Stack(
|
child: Stack(
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
children: [
|
children: [
|
||||||
|
|
||||||
ObxValue((data) {
|
ObxValue((data) {
|
||||||
return ScaleTransition(
|
return ScaleTransition(
|
||||||
scale: data.value!,
|
scale: data.value!,
|
||||||
@@ -24,7 +22,7 @@ class SplashPage extends GetView<SplashLogic> {
|
|||||||
child: Assets.images.innerSplash.image(
|
child: Assets.images.innerSplash.image(
|
||||||
width: 190,
|
width: 190,
|
||||||
height: 190,
|
height: 190,
|
||||||
)
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}, controller.scaleAnimation),
|
}, controller.scaleAnimation),
|
||||||
@@ -35,7 +33,7 @@ class SplashPage extends GetView<SplashLogic> {
|
|||||||
|
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 1),
|
padding: const EdgeInsets.symmetric(horizontal: 1),
|
||||||
child: Assets.images.outterSplash.image()
|
child: Assets.images.outterSplash.image(),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}, controller.rotationAnimation),
|
}, controller.rotationAnimation),
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: rasadyar_app
|
name: rasadyar_app
|
||||||
description: "A new Flutter project."
|
description: "A new Flutter project."
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
version: 1.3.41+37
|
version: 1.3.42+38
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.10.0
|
sdk: ^3.10.0
|
||||||
|
|||||||
Reference in New Issue
Block a user