Rename lottieanims to lottie
This commit is contained in:
parent
1601a544a2
commit
ce87fb2324
15 changed files with 8 additions and 8 deletions
|
@ -21,7 +21,7 @@ class _ForgotPassBodyState extends State<ForgotPassBody> {
|
|||
child: ListView(
|
||||
children: [
|
||||
Container(
|
||||
child: Lottie.asset('assets/lottieanims/forgot_pass_body.json'),
|
||||
child: Lottie.asset('assets/lottie/forgot_pass_body.json'),
|
||||
),
|
||||
Container(
|
||||
padding: const EdgeInsets.only(top: 25),
|
||||
|
|
|
@ -47,7 +47,7 @@ class LoginErrorState extends State<LoginError> {
|
|||
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
||||
children: [
|
||||
Lottie.asset(
|
||||
"assets/lottieanims/login_error.json",
|
||||
"assets/lottie/login_error.json",
|
||||
frameRate: FrameRate.max,
|
||||
alignment: Alignment.center,
|
||||
height: 350,
|
||||
|
|
|
@ -214,7 +214,7 @@ class LoginFormState extends State<LoginForm> {
|
|||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
Lottie.asset(
|
||||
"assets/lottieanims/login_form.json",
|
||||
"assets/lottie/login_form.json",
|
||||
frameRate: FrameRate.max,
|
||||
alignment: Alignment.center,
|
||||
fit: BoxFit.fitHeight,
|
||||
|
|
|
@ -16,7 +16,7 @@ class _OtpBodyState extends State<OtpBody> {
|
|||
padding: const EdgeInsets.all(25),
|
||||
child: ListView(children: [
|
||||
Container(
|
||||
child: Lottie.asset('assets/lottieanims/otp.json'),
|
||||
child: Lottie.asset('assets/lottie/otp.json'),
|
||||
),
|
||||
Container(
|
||||
padding: const EdgeInsets.only(top: 15),
|
||||
|
|
|
@ -47,7 +47,7 @@ class RegisterErrorState extends State<RegisterError> {
|
|||
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
||||
children: [
|
||||
Lottie.asset(
|
||||
"assets/lottieanims/register_error.json",
|
||||
"assets/lottie/register_error.json",
|
||||
frameRate: FrameRate.max,
|
||||
alignment: Alignment.center,
|
||||
height: 350,
|
||||
|
|
|
@ -60,7 +60,7 @@ class RegisterFormState extends State<RegisterForm> {
|
|||
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
||||
children: [
|
||||
Lottie.asset(
|
||||
"assets/lottieanims/register_form.json",
|
||||
"assets/lottie/register_form.json",
|
||||
frameRate: FrameRate.max,
|
||||
alignment: Alignment.center,
|
||||
fit: BoxFit.fitHeight,
|
||||
|
|
|
@ -47,7 +47,7 @@ class RegisterVerifyState extends State<RegisterVerify> {
|
|||
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
||||
children: [
|
||||
Lottie.asset(
|
||||
"assets/lottieanims/register_verify.json",
|
||||
"assets/lottie/register_verify.json",
|
||||
frameRate: FrameRate.max,
|
||||
alignment: Alignment.center,
|
||||
height: 350,
|
||||
|
|
|
@ -70,7 +70,7 @@ flutter:
|
|||
# To add assets to your application, add an assets section, like this:
|
||||
assets:
|
||||
- assets/
|
||||
- assets/lottieanims/
|
||||
- assets/lottie/
|
||||
- assets/fonts/
|
||||
- assets/icons/
|
||||
# An image asset can refer to one or more resolution-specific "variants", see
|
||||
|
|
Loading…
Reference in a new issue