Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
animated_splash_screen.dart File Reference
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;
Include dependency graph for animated_splash_screen.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

override void initState ()
Future< void_initializeApp () async
override void dispose ()
override Widget build (BuildContext context)

Variables

class AnimatedSplashScreen extends StatefulWidget _logoController
late AnimationController _backgroundController
late AnimationController _fadeController
late Animation< double > _logoScaleAnimation
late Animation< double > _backgroundAnimation
late Animation< double > _fadeAnimation

Function Documentation

◆ _initializeApp()

Future< void > _initializeApp ( )

Definition at line 86 of file animated_splash_screen.dart.

Here is the caller graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 102 of file animated_splash_screen.dart.

Here is the call graph for this function:

◆ dispose()

override void dispose ( )

Definition at line 94 of file animated_splash_screen.dart.

◆ initState()

override void initState ( )

Definition at line 33 of file animated_splash_screen.dart.

Here is the call graph for this function:

Variable Documentation

◆ _backgroundAnimation

late Animation<double> _backgroundAnimation

Definition at line 29 of file animated_splash_screen.dart.

◆ _backgroundController

late AnimationController _backgroundController

Definition at line 26 of file animated_splash_screen.dart.

◆ _fadeAnimation

late Animation<double> _fadeAnimation

Definition at line 30 of file animated_splash_screen.dart.

◆ _fadeController

late AnimationController _fadeController

Definition at line 27 of file animated_splash_screen.dart.

◆ _logoController

class AnimatedSplashScreen extends StatefulWidget _logoController

◆ _logoScaleAnimation

late Animation<double> _logoScaleAnimation

Definition at line 28 of file animated_splash_screen.dart.