fix :
1 - multi module in Auth select save selected module 2 - add flutter gen for assets builder
This commit is contained in:
@@ -20,11 +20,10 @@ class SplashPage extends GetView<SplashLogic> {
|
||||
scale: data.value!,
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 1),
|
||||
child: Image.asset(
|
||||
Assets.imagesInnerSplash,
|
||||
child: Assets.images.innerSplash.image(
|
||||
width: 190,
|
||||
height: 190,
|
||||
),
|
||||
)
|
||||
),
|
||||
);
|
||||
}, controller.scaleAnimation),
|
||||
@@ -35,7 +34,7 @@ class SplashPage extends GetView<SplashLogic> {
|
||||
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 1),
|
||||
child: Image.asset(Assets.imagesOutterSplash),
|
||||
child: Assets.images.outterSplash.image()
|
||||
),
|
||||
);
|
||||
}, controller.rotationAnimation),
|
||||
|
||||
Reference in New Issue
Block a user