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
David PHAM-VAN
2022-03-12 11:31:33 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1c14871931f7c2397cd86ec56b30d8561ce57deb
1c148719
1 parent
8a5decb0
Update README
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
printing/README.md
test/extract_readme.dart
printing/README.md
View file @
1c14871
...
...
@@ -50,7 +50,7 @@ for documentation.
6.
For Windows and Linux, you can force the pdfium version and architecture
on your main
`CMakeLists.txt`
with:
```
dart
```
python
set
(
PDFIUM_VERSION
"4929"
CACHE
STRING
""
FORCE
)
set
(
PDFIUM_ARCH
"x64"
CACHE
STRING
""
FORCE
)
```
...
...
test/extract_readme.dart
View file @
1c14871
...
...
@@ -54,7 +54,6 @@ void buildFile(String src, String dest, bool flutter) {
st
.
writeln
(
'import
\'
dart:typed_data
\'
;'
);
if
(
flutter
)
{
st
.
writeln
(
'import
\'
package:flutter/services.dart
\'
show rootBundle;'
);
st
.
writeln
(
'import
\'
package:flutter/widgets.dart
\'
show AssetImage;'
);
st
.
writeln
(
'import
\'
package:path_provider/path_provider.dart
\'
;'
);
}
st
.
writeln
(
'import
\'
package:printing/printing.dart
\'
;'
);
...
...
Please
register
or
login
to post a comment