|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
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;
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 |
| Widget _buildPdfViewer | ( | ) |
Definition at line 85 of file pdf_viewer_screen.dart.


| Future< void > _loadPDF | ( | ) |
| override Widget build | ( | BuildContext | context | ) |
| override void initState | ( | ) |
| String _errorMessage |
Definition at line 24 of file pdf_viewer_screen.dart.
| bool _isLoading = true |
Definition at line 22 of file pdf_viewer_screen.dart.
| class PDFViewerScreen extends StatefulWidget _pdfPath |