Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Support specifying just the local URL without a server URL. The local URL is used as both the base and local URL so that the certificate- trusting client handles self-signed certificates correctly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
On iOS the printing plugin renders PDF pages at their native point size without scaling to fit the paper. Read the first page dimensions and pass them as the format so iOS picks matching paper and the rendering fills the page correctly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add targets for building the iOS app with dart defines (build date) and installing via devicectl which preserves app settings, unlike flutter install which uninstalls first. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
macOS BSD grep does not support -P (Perl regex). Replace with sed which works on both GNU and BSD systems. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
When a local URL is entered without a scheme and no server URL is provided, default to https instead of http since local servers typically use self-signed TLS certificates. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The pdf package is imported directly in viewer_screen.dart for PdfPageFormat, so it must be listed as a direct dependency to satisfy the depend_on_referenced_packages lint. Also add a comment explaining how to set IOS_DEVICE in the Makefile. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.