|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
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;
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 |
| Widget _buildPdfView | ( | ) |
| Future< void > _loadPdfFromAssets | ( | ) |
| override Widget build | ( | BuildContext | context | ) |
| override void initState | ( | ) |
| int _currentPage = 0 |
Definition at line 28 of file pdf_viewer_screen.dart.
| bool _hasMarkedComplete = false |
Definition at line 30 of file pdf_viewer_screen.dart.
| bool _isLoading = true |
Definition at line 32 of file pdf_viewer_screen.dart.
| bool _isReady = false |
Definition at line 29 of file pdf_viewer_screen.dart.
| String _localPdfPath |
Definition at line 31 of file pdf_viewer_screen.dart.
| class PdfViewerScreen extends StatefulWidget _totalPages = 0 |