enricobenedos

Results 12 issues of enricobenedos

Good morning, I spent some time to understand why some users was experiencing some problems with my app when sending mails. This was the error: ```log After sending MAIL FROM:,...

feature request

Good morning, first of all thank for this beautiful library! I'm trying to visualize this json file: ```json {"v":"5.5.9","fr":24,"ip":0,"op":37,"w":500,"h":500,"nm":"488-bicycle-outline","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":3,"nm":"Color & Stroke Change","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ef":[{"ty":5,"nm":"Color 1 ","np":3,"mn":"ADBE Color Control","ix":1,"en":1,"ef":[{"ty":2,"nm":"Color","mn":"ADBE Color Control-0001","ix":1,"v":{"a":0,"k":[0.070588238537,0.074509806931,0.192156866193,1],"ix":1}}]},{"ty":5,"nm":"Color 2","np":3,"mn":"ADBE Color...

Good morning, I'm retrying this package after a year because I really need it. At the moment I'm using the plain `video_player` with a lot of handmade custom widget that...

Good morning, we are trying to use this library as simple substitute of `System.Drawing.Common` on Linux. We use it for a very simple task: retrieving images (in our case .png)...

bug

**Describe the bug** Once document is loaded the property `_pdfController.page` seems to equals to `pageCount`. So even if the first page is showed by default at `PdfView` rendering, the wrong...

bug

I'm not able to get content passing the preferred culture/language. Is there any way to do it?

Good morning, I noticed a big bundle weight increase after adding this package to my `pubspec.yaml` packages file. *Before* ```console enricobenedos@MBP-di-Enrico my_app % flutter build apk You are building a...

**Describe the bug** We are trying to implement some charts in the PDF using [LiveCharts](https://github.com/beto-rodriguez/LiveCharts2) as suggested also in a issue in this repo (tighter with Microcharts). Once simply added...

## Steps to Reproduce I'm using `video_player` from more than one year in my production app. At the moment I can't give you a reproducible sample but with the latest...

severe: crash
platform-ios
plugin
p: first party
p: video_player
passed first triage
passed secondary triage
P4
severe: fatal crash

## Steps to Reproduce This is my `main.dart` ```dart import 'package:flutter/material.dart'; import 'package:ios_orientation_bug/test_page.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp(...

platform-ios
framework
a: layout
has reproducible steps
P4
found in release: 1.22
found in release: 1.26