David PHAM-VAN

Update all gfonts

1 # Changelog 1 # Changelog
2 2
  3 +## 5.13.3
  4 +
  5 +- Update gfonts [Minh-Danh]
  6 +
3 ## 5.13.2 7 ## 5.13.2
4 8
5 - Added new printing output type value on iOS [Matteo Ricupero] 9 - Added new printing output type value on iOS [Matteo Ricupero]
This diff could not be displayed because it is too large.
@@ -15,7 +15,7 @@ topics: @@ -15,7 +15,7 @@ topics:
15 - print 15 - print
16 - printing 16 - printing
17 - report 17 - report
18 -version: 5.13.2 18 +version: 5.13.3
19 19
20 environment: 20 environment:
21 sdk: ">=3.3.0 <4.0.0" 21 sdk: ">=3.3.0 <4.0.0"
@@ -185,8 +185,7 @@ void main(List<String> args) async { @@ -185,8 +185,7 @@ void main(List<String> args) async {
185 } 185 }
186 output.writeln('class PdfGoogleFonts extends DownloadableFont {'); 186 output.writeln('class PdfGoogleFonts extends DownloadableFont {');
187 output.writeln(''); 187 output.writeln('');
188 - output.writeln(  
189 - 'const PdfGoogleFonts._(String url, String name) : super(url, name);'); 188 + output.writeln('const PdfGoogleFonts._(super.url, super.name);');
190 189
191 for (final f in getFonts(m)) { 190 for (final f in getFonts(m)) {
192 output.writeln(''); 191 output.writeln('');