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
2021-09-01 08:46:02 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5c49367a132bc04268b3e3b989d48c7570026729
5c49367a
1 parent
b249f5e2
Update Google fonts
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
printing/CHANGELOG.md
printing/lib/src/fonts/gfonts.dart
test/build_gfonts.dart
printing/CHANGELOG.md
View file @
5c49367
...
...
@@ -2,7 +2,8 @@
## 5.5.1
-
Fix typo in README.
-
Update Google fonts
-
Fix typo in README
## 5.5.0
...
...
printing/lib/src/fonts/gfonts.dart
View file @
5c49367
This diff could not be displayed because it is too large.
test/build_gfonts.dart
View file @
5c49367
...
...
@@ -125,7 +125,7 @@ void main(List<String> args) async {
for
(
final
entry
in
<
String
,
String
>{
'MaterialIcons'
:
'https://fonts.gstatic.com/s/materialicons/v9
0/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf'
'https://fonts.gstatic.com/s/materialicons/v9
8/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf'
,
}.
entries
)
{
output
.
writeln
(
''
);
output
.
writeln
(
'///
${entry.key}
'
);
...
...
Please
register
or
login
to post a comment