-
It displayed pdf via link perfectly on local Chrome when I built my project
But then when I deploy my web app to Firebase, it shows a gray screen with this error
HEAD https://icanhazip.com/ net::ER…
-
**Feature Request : Add functionality to Contacts button**
- Collect contacts data of Tezpur University
- Prepare a pdf with those contacts
- Upload the pdf to Supabase Backend
- Load that pdf on …
-
### Bug description
I used syncfusion_flutter_pdfviewer 26.2.7 in my Flutter(3.22) app.
This is my code:
```
return SfPdfViewer.file(file,
pageSpacing: pageSpacing,
…
-
### Bug description
I have a Flutter Web app that allows uploading and displaying pdf files using Syncfusion PDF Viewer.
This has been working successfully until recently when files from some so…
-
![image](https://github.com/user-attachments/assets/96dea387-77a9-4523-91ae-66829d6579e1)
-
### Bug description
Use the latest *stable* Flutter release and the build fails with
```
Failed to build iOS app
Error (Xcode): ../../.pub-cache/hosted/pub.dev/syncfusion_flutter_charts-26.2.8/lib…
-
I m trying to build and proyect with Next.js and this invoice generator api but i cant found any example of an inplementation with Next.js or other framework.
-
### Steps to reproduce
1. run `Directory? directory = await getDownloadsDirectory();`
2. print `directory.path`
### Expected results
it should return `/storage/emulated/0/Download`
###…
toknT updated
1 month ago
-
Currently, if you have a switch expression with a comment before the `=>` it splits the result into a new line for no good reason:
```dart
return switch (character) {
/// See [General Punctuati…
-
### Description
I converted it to flutter API call. I tried with packages like Dio and HTTP but I get the same error. I also tried calling the PowerShell command equivalent of 'wget', which works per…