WilliamMaybe
Committed by David PHAM-VAN

[MOD]iOS Compatible

... ... @@ -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
... ...
... ... @@ -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
... ...