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(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
||||
children: [
|
||||
Lottie.network(
|
||||
"https://assets1.lottiefiles.com/packages/lf20_IUWMcw.json",
|
||||
Lottie.asset(
|
||||
"assets/lottieanims/register_verify.json",
|
||||
frameRate: FrameRate.max,
|
||||
alignment: Alignment.center,
|
||||
height: 350,
|
||||
|
|
Loading…
Reference in a new issue