Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions doc/dev_guide/platform_specific_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ Failed to compile application.

This happens because `.toJS` is no longer required for converting Dart strings to JavaScript strings in recent Dart versions.

> [!WARNING]
> The following fix involves modifying a file in your local pub cache (`.pub-cache`). This is a temporary workaround. Your changes will be lost if you clear your cache or set up the project on a new machine. Use with caution.

**Fix:**
Update the `printing_web.dart` file in the cached `printing` package by removing `.toJS` as done in the PR [here](https://github.com/DavBfr/dart_pdf/pull/1739/files)

Expand Down