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 path_provider.dart;
import pdfviewer.dart;
import core;
import ui;
import theme;
import color_palette.dart;
import widgets;
import custom_scaffold.dart;
import models;
import document_model.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_loadPDF () async
override Widget build (BuildContext context)
Widget _buildPdfViewer ()

Variables

class PDFViewerScreen extends StatefulWidget _pdfPath
bool _isLoading = true
String _errorMessage

Function Documentation

◆ _buildPdfViewer()

Widget _buildPdfViewer ( )

Definition at line 85 of file pdf_viewer_screen.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _loadPDF()

Future< void > _loadPDF ( )

Definition at line 32 of file pdf_viewer_screen.dart.

Here is the caller graph for this function:

◆ build()

override Widget build ( BuildContext context)

Definition at line 64 of file pdf_viewer_screen.dart.

Here is the call graph for this function:

◆ initState()

override void initState ( )

Definition at line 27 of file pdf_viewer_screen.dart.

Here is the call graph for this function:

Variable Documentation

◆ _errorMessage

String _errorMessage

Definition at line 24 of file pdf_viewer_screen.dart.

◆ _isLoading

bool _isLoading = true

Definition at line 22 of file pdf_viewer_screen.dart.

◆ _pdfPath

class PDFViewerScreen extends StatefulWidget _pdfPath