packages.flutter icon indicating copy to clipboard operation
packages.flutter copied to clipboard

👨‍💻 Plugins and packages for Flutter framework

Results 215 packages.flutter issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Application using `native_pdf_renderer` built for Windows cannot launch on some OEM variants of Windows 7. This is due to `pathcch.lib` linking, to remove trailing file name from...

bug

Fatal error: Unexpectedly found nil while unwrapping an Optional value: file native_pdf_renderer/NativePdfRendererPlugin.swift, line 60 Lost connection to device. I'm using native_pdf_view I've been using the same code for a web...

bug

**Is your feature request related to a problem? Please describe.** When using the native_pdf_renderer there is difference in the output between web and iOS when provided the same PDF as...

enhancement

As it seems when I try to load an PDF from assets. The Widget creates an copy of the file with unique file name as a cache in app folder....

FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':native_pdf_renderer:compileDebugKotlin'. > Compilation error. See log for more details this is the error, in ios work

bug

Hello, I'm new to flutter. I tried to read the file from the device. I'm working on an e-book application, and I download books and then display it. Can you...

bug

I'm getting this error and I can't view the PDF ```dart import 'dart:typed_data'; import 'package:flutter/material.dart'; import 'package:native_pdf_view/native_pdf_view.dart'; import 'package:printing/printing.dart' as printingpdf; import 'package:http/http.dart' as http; import 'package:riodasostrasapp/app/shared/theme/style.dart'; class CustomPdfPageView extends...

bug

My code: PDFDoc.PdfView( scrollDirection: Axis.vertical, physics: PageScrollPhysics(), controller: PDFDoc.PdfController( document: PDFDoc.PdfDocument.openData( (pdfData!), /// get from http request as response.bodyBytes; ), ), ) No error from console are showed. ![Screenshot_1642692838](https://user-images.githubusercontent.com/42905176/150370223-1ceebbab-39c5-47da-8a24-aefd8509d1ed.png) ,

bug

Hi, I'm the creator of [pdfium-binaries](https://github.com/bblanchon/pdfium-binaries), which host pre-build binaries of PDFium that this project uses. You probably noticed that the Windows packages are slightly different from the other packages...

I'm getting this exception when trying to view pdf file: "PlatformException(native_pdf_exception, Document failed to open, null, null)"