We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbb0c5 commit 58eba0dCopy full SHA for 58eba0d
pubspec.yaml
@@ -115,6 +115,7 @@ flutter:
115
uses-material-design: true
116
117
assets:
118
+ - assets/KaTeX/LICENSE
119
- assets/Noto_Color_Emoji/LICENSE
120
- assets/Pygments/AUTHORS.txt
121
- assets/Pygments/LICENSE.txt
test/licenses_test.dart
@@ -10,5 +10,5 @@ void main() {
10
test('smoke: ensure all additional licenses load', () => awaitFakeAsync((async) async {
11
await check(additionalLicenses().toList())
12
.completes((it) => it.isNotEmpty());
13
- }), skip: true); // TODO(#1540)
+ }));
14
}
0 commit comments