import package;
import material.dart;
import flutter_bloc.dart;
import flutter_screenutil.dart;
import svg.dart;
import go_router.dart;
import features;
import auth;
import presentation;
import bloc;
import authentication_bloc;
import authentication_bloc.dart;
import home;
import home_bloc.dart;
import domain;
import entities;
import res;
import res_schedule_status_entity.dart;
import constants;
import assets.dart;
import router;
import routes.dart;
import services;
import check_in_service.dart;
import theme;
import color_palette.dart;
import widgets;
import splash_screen_circles_painter.dart;
Go to the source code of this file.
◆ _initializeApp()
| Future< void > _initializeApp |
( |
| ) |
|
◆ build()
| override Widget build |
( |
BuildContext | context | ) |
|
◆ dispose()
| override void dispose |
( |
| ) |
|
◆ initState()
| override void initState |
( |
| ) |
|
◆ _backgroundAnimation
| late Animation<double> _backgroundAnimation |
◆ _backgroundController
| late AnimationController _backgroundController |
◆ _fadeAnimation
| late Animation<double> _fadeAnimation |
◆ _fadeController
| late AnimationController _fadeController |
◆ _logoController
◆ _logoScaleAnimation
| late Animation<double> _logoScaleAnimation |