Fritze
Fritze
I've created a Pull Request to fix this issue.
i have created a pull request to fix this problem.
@okadan has merged it into the repository. As long as @okadan has not published it to pub.dev, you can put the github project directly as dependency. Go to your pubspec.yaml...
> Thank you for your quick response. #113 can you look at also this problem ? as it is written in the documentation, this plugin requires iOS 13+ to function....
Best way is to make your App available for Devices with iOS13+ only. The only way to "ignore" a framework on iOS12 is this: [https://stackoverflow.com/questions/68818599/plugin-development-use-flutter-package-plugin-for-specific-platform-only-e-g](https://stackoverflow.com/questions/68818599/plugin-development-use-flutter-package-plugin-for-specific-platform-only-e-g) In this case you can...
Thx to your comments, I have managed to get it running within a flutter app on rasperry pi 4. To clarify: I do not have any clue of Rust or...
> @FritzMatthaeus > > > I forked isar version 3.1.0 (as my code does not implement isar 4 yet) and made the following changes: > > ``` > > 1....
@simc: hope this helps: I am encountering this message: ``` I/flutter (29750): ╔══════════════════════════════════════════════════════╗ I/flutter (29750): ║ ISAR CONNECT STARTED ║ I/flutter (29750): ╟──────────────────────────────────────────────────────╢ I/flutter (29750): ║ Open the link to...
I am sorry to not be able to provide a reproducable expample app. I have encountered a strange Isar behaviour in unit tests. From time to time, running the tests...
> just add flutter_pdfview: ^1.3.3 in your pubspec.yaml Thank's for the workaround 👍 it fixed the crash. @binSaed: I just cloned your repo and run the example to find out,...