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

**Is your feature request related to a problem? Please describe.** Cannot resize a page with different aspect ratio. PDFx caches the pages of PDF documents it renders. If we try...

enhancement

Hi, is there any plan to add support for js ^0.7.1? Thanks in advance.

enhancement

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1) keep one checkbox below the pdf 2)change the state...

bug

**Describe the bug** When I launch a windows build of my app with modules printing and pdfx, I have a compile problem. `CMake Error at flutter/ephemeral/.plugin_symlinks/printing/windows/DownloadProject.cmake:179 (message): Build step for...

bug

**Describe the bug** PdfViewPinch flicks and auto scroll to top on web. Please see the attached video **To Reproduce** Steps to reproduce the behavior: Please run the attached sample code...

bug

**Describe the bug** When the PDF is one-page-long and user zooms in, he cannot zoom out completely. **To Reproduce** https://github.com/ScerIO/packages.flutter/assets/79922019/0b053b88-b81e-4308-a031-c6ecbb336b53 Code: ```import 'package:flutter/material.dart'; import 'package:pdfx/pdfx.dart'; void main() { runApp(const MyTestApp());...

bug

Since the package only can be published using only published packages, not git ones, this PR only could be merged after this another PR on the `photo_view`, that adds the...

Adjust default zoom parameters. Increases zoom in / out range.

The short version: - Migrate usage of dart:html to package:web - Migrate usage of dart:js, dart:js_util, and package:js to dart:js_interop This will allow compiling to WASM engine instead of just...

enhancement