Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
WilliamMaybe
2021-06-09 21:17:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
David PHAM-VAN
2021-06-17 07:43:27 -0300
Commit
1129e8152254a51c5d2e20ce3ba10fbedde21e96
1129e815
1 parent
12cdc99b
[MOD]iOS Compatible
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
printing/CHANGELOG.md
printing/ios/Classes/PrintingPlugin.m
printing/CHANGELOG.md
View file @
1129e81
...
...
@@ -6,6 +6,7 @@
-
Improve PdfPreview widget
-
Fix Linux build on Debian 9
-
Added a boolean toggle to show/hide debug switch
-
Fix iOS build when not using use_framework!
## 5.2.1
...
...
printing/ios/Classes/PrintingPlugin.m
View file @
1129e81
...
...
@@ -14,7 +14,11 @@
* limitations under the License.
*/
#if __has_include(<printing/printing-Swift.h>)
#import <printing/printing-Swift.h>
#else
#import "printing-Swift.h"
#endif
// Dart:ffi API
...
...
Please
register
or
login
to post a comment