Register_Verify-Moved Lottie to Local for LoadPerf

This commit is contained in:
Matthew Patrick 2022-04-28 08:48:35 +07:00
parent 6aaa25f72f
commit 8e718bc5e5
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -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,