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

Resolving dependencies... Because no versions of epub_plus match >5.0.1 =3.2.0 depends on epubx ^4.0.0 which depends on image ^3.0.8, epub_plus ^5.0.1 is incompatible with epub_view >=3.2.0. So, because dhunter_audiobook depends...

bug

Hi, I have to use js 0.1.7 due to other packages dependecies, however pdfx is not compatible: Resolving dependencies... Because XXX depends on pdfx ^2.6.0 which depends on js ^0.6.7,...

bug

import 'dart:async'; import 'dart:developer'; import 'dart:io'; import 'package:epub_view/epub_view.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; import 'package:lottie/lottie.dart'; class EpubViewerPage extends StatefulWidget { final String path; final String lastLocation; const EpubViewerPage( {super.key, required this.path,...

bug

**Is your feature request related to a problem? Please describe.** We use your fabulous package to show pdf's in our flutter app. We noticed that the signature widgets/annotations are not...

enhancement

Is it possible to have hyperlinks clickable so that they would open a web browser?

enhancement

I am using this library to display PDF in web and for some pdfs the text on the PDF goes missing and it just shows me images. the pdf is...

bug

updated changelog with notable changes (actually all of the changes since 2.6.0 bump)

**Describe the bug** Can't build with flutter 3.22.2 FAILURE: Build failed with an exception. * What went wrong: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and...

bug

I have updated the device_info_plus in my project to use the v10.1.0 due to the iOS Privacy Manifest requirements. It seems that this package still depends on old version of...

enhancement