SYMBOL INDEX (41 symbols across 5 files) FILE: android/src/main/java/com/alveliu/flutterfullpdfviewer/FlutterFullPdfViewerManager.java class FlutterFullPdfViewerManager (line 17) | class FlutterFullPdfViewerManager { method FlutterFullPdfViewerManager (line 23) | FlutterFullPdfViewerManager (final Activity activity) { method openPDF (line 28) | void openPDF(String path) { method resize (line 38) | void resize(FrameLayout.LayoutParams params) { method close (line 42) | void close(MethodCall call, MethodChannel.Result result) { method close (line 56) | void close() { FILE: android/src/main/java/com/alveliu/flutterfullpdfviewer/FlutterFullPdfViewerPlugin.java class FlutterFullPdfViewerPlugin (line 22) | public class FlutterFullPdfViewerPlugin implements MethodCallHandler, Pl... method FlutterFullPdfViewerPlugin (line 27) | private FlutterFullPdfViewerPlugin (Activity activity) { method registerWith (line 34) | public static void registerWith(Registrar registrar) { method onMethodCall (line 41) | @Override method openPDF (line 59) | private void openPDF(MethodCall call, MethodChannel.Result result) { method resize (line 70) | private void resize(MethodCall call, final MethodChannel.Result result) { method close (line 78) | private void close(MethodCall call, MethodChannel.Result result) { method buildLayoutParams (line 85) | private FrameLayout.LayoutParams buildLayoutParams(MethodCall call) { method dp2px (line 102) | private int dp2px(Context context, float dp) { method onActivityResult (line 107) | @Override FILE: example/lib/main.dart function main (line 9) | void main() class MyApp (line 16) | class MyApp extends StatefulWidget { method createState (line 18) | _MyAppState createState() class _MyAppState (line 21) | class _MyAppState extends State { method initState (line 25) | void initState() method createFileOfPdfUrl (line 35) | Future createFileOfPdfUrl() method build (line 48) | Widget build(BuildContext context) class PDFScreen (line 64) | class PDFScreen extends StatelessWidget { method build (line 69) | Widget build(BuildContext context) FILE: lib/full_pdf_viewer_plugin.dart type PDFViewState (line 7) | enum PDFViewState { shouldStart, startLoad, finishLoad } class PDFViewerPlugin (line 9) | class PDFViewerPlugin { method _handleMessages (line 20) | Future _handleMessages(MethodCall call) method launch (line 28) | Future launch(String path, {Rect rect}) method close (line 43) | Future close() method registerAcitivityResultListener (line 47) | Future registerAcitivityResultListener() method removeAcitivityResultListener (line 52) | Future removeAcitivityResultListener() method dispose (line 56) | void dispose() method resize (line 62) | Future resize(Rect rect) FILE: lib/full_pdf_viewer_scaffold.dart class PDFViewerScaffold (line 7) | class PDFViewerScaffold extends StatefulWidget { method createState (line 20) | _PDFViewScaffoldState createState() class _PDFViewScaffoldState (line 23) | class _PDFViewScaffoldState extends State { method initState (line 29) | void initState() method dispose (line 35) | void dispose() method build (line 42) | Widget build(BuildContext context) method _buildRect (line 64) | Rect _buildRect(BuildContext context)