Register_Form- Moved Lottie to Local for load perf

This commit is contained in:
Matthew Patrick 2022-04-28 08:47:52 +07:00
parent e72bd8b1f8
commit 6aaa25f72f
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -39,8 +39,8 @@ class RegisterFormState extends State<RegisterForm> {
Column(
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: [
Lottie.network(
"https://assets10.lottiefiles.com/datafiles/JAmX1SNojoncImC/data.json",
Lottie.asset(
"assets/lottieanims/register_form.json",
frameRate: FrameRate.max,
alignment: Alignment.center,
fit: BoxFit.fitHeight,