Register_Verify-Moved Lottie to Local for LoadPerf
This commit is contained in:
parent
6aaa25f72f
commit
8e718bc5e5
2 changed files with 3 additions and 2 deletions
1
assets/lottieanims/register_verify.json
Normal file
1
assets/lottieanims/register_verify.json
Normal file
File diff suppressed because one or more lines are too long
|
@ -46,8 +46,8 @@ class RegisterVerifyState extends State<RegisterVerify> {
|
||||||
Column(
|
Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
||||||
children: [
|
children: [
|
||||||
Lottie.network(
|
Lottie.asset(
|
||||||
"https://assets1.lottiefiles.com/packages/lf20_IUWMcw.json",
|
"assets/lottieanims/register_verify.json",
|
||||||
frameRate: FrameRate.max,
|
frameRate: FrameRate.max,
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
height: 350,
|
height: 350,
|
||||||
|
|
Loading…
Reference in a new issue