Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
pdf_viewer_screen.dart File Reference
import dart;
import package;
import material.dart;
import flutter_pdfview.dart;
import flutter_screenutil.dart;
import path_provider.dart;
import services.dart;
import core;
import ui;
import widgets;
import custom_scaffold.dart;
Include dependency graph for pdf_viewer_screen.dart:

Go to the source code of this file.

Classes

class  StatefulWidget

Functions

override void initState ()
Future< void_loadPdfFromAssets () async
override Widget build (BuildContext context)
Widget _buildPdfView ()

Variables

class PdfViewerScreen extends StatefulWidget _totalPages = 0
int _currentPage = 0
bool _isReady = false
bool _hasMarkedComplete = false
String _localPdfPath
bool _isLoading = true

Function Documentation

◆ _buildPdfView()

Widget _buildPdfView ( )

Definition at line 146 of file pdf_viewer_screen.dart.

Here is the call graph for this function:

◆ _loadPdfFromAssets()

Future< void > _loadPdfFromAssets ( )

Definition at line 40 of file pdf_viewer_screen.dart.

Here is the caller graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 67 of file pdf_viewer_screen.dart.

Here is the call graph for this function:

◆ initState()

override void initState ( )

Definition at line 35 of file pdf_viewer_screen.dart.

Here is the call graph for this function:

Variable Documentation

◆ _currentPage

int _currentPage = 0

Definition at line 28 of file pdf_viewer_screen.dart.

◆ _hasMarkedComplete

bool _hasMarkedComplete = false

Definition at line 30 of file pdf_viewer_screen.dart.

◆ _isLoading

bool _isLoading = true

Definition at line 32 of file pdf_viewer_screen.dart.

◆ _isReady

bool _isReady = false

Definition at line 29 of file pdf_viewer_screen.dart.

◆ _localPdfPath

String _localPdfPath

Definition at line 31 of file pdf_viewer_screen.dart.

◆ _totalPages

class PdfViewerScreen extends StatefulWidget _totalPages = 0