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
2024-08-27 07:22:32 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6be38a92ea35626cf68f55a61d2607beba8d3c45
6be38a92
1 parent
6d6dbe12
Update all gfonts
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
printing/CHANGELOG.md
printing/lib/src/fonts/gfonts.dart
printing/pubspec.yaml
test/build_gfonts.dart
printing/CHANGELOG.md
View file @
6be38a9
# Changelog
## 5.13.3
-
Update gfonts
[
Minh-Danh
]
## 5.13.2
-
Added new printing output type value on iOS
[
Matteo Ricupero
]
...
...
printing/lib/src/fonts/gfonts.dart
View file @
6be38a9
This diff could not be displayed because it is too large.
printing/pubspec.yaml
View file @
6be38a9
...
...
@@ -15,7 +15,7 @@ topics:
-
print
-
printing
-
report
version
:
5.13.
2
version
:
5.13.
3
environment
:
sdk
:
"
>=3.3.0
<4.0.0"
...
...
test/build_gfonts.dart
View file @
6be38a9
...
...
@@ -185,8 +185,7 @@ void main(List<String> args) async {
}
output
.
writeln
(
'class PdfGoogleFonts extends DownloadableFont {'
);
output
.
writeln
(
''
);
output
.
writeln
(
'const PdfGoogleFonts._(String url, String name) : super(url, name);'
);
output
.
writeln
(
'const PdfGoogleFonts._(super.url, super.name);'
);
for
(
final
f
in
getFonts
(
m
))
{
output
.
writeln
(
''
);
...
...
Please
register
or
login
to post a comment