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 c230467 commit 7bb4007Copy full SHA for 7bb4007
pdf/lib/src/shaping/icu_vm.dart
@@ -104,8 +104,9 @@ abstract class IcuBinding {
104
static String _findFunctionName(DynamicLibrary icu, String name) {
105
// Try common ICU versions, including Alpine Linux versions
106
const versions = [
107
- '76',
+ '78',
108
'77',
109
+ '76',
110
'66',
111
'74',
112
'75',
0 commit comments