Showing
3 changed files
with
3 additions
and
2 deletions
This diff could not be displayed because it is too large.
@@ -125,7 +125,7 @@ void main(List<String> args) async { | @@ -125,7 +125,7 @@ void main(List<String> args) async { | ||
125 | 125 | ||
126 | for (final entry in <String, String>{ | 126 | for (final entry in <String, String>{ |
127 | 'MaterialIcons': | 127 | 'MaterialIcons': |
128 | - 'https://fonts.gstatic.com/s/materialicons/v90/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf' | 128 | + 'https://fonts.gstatic.com/s/materialicons/v98/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf', |
129 | }.entries) { | 129 | }.entries) { |
130 | output.writeln(''); | 130 | output.writeln(''); |
131 | output.writeln('/// ${entry.key}'); | 131 | output.writeln('/// ${entry.key}'); |
-
Please register or login to post a comment